Color #D87096

HEX

#D87096

RGB

(216, 112, 150)

Quick Actions

Color Values

Color Space Values
RGB
R: 216, G: 112, B: 150 (85%, 44%, 59%)
CMYK C: 0%, M: 48%, Y: 31%, K: 15%
HSL H: 338°, S: 57%, L: 64%
HSV H: 338°, S: 48%, V: 85%
CIE-LAB L: 60.24, a: 44.89, b: -1.87
CIE-LCH L: 60.24, C: 44.93, H: 357.61
Hunter-Lab L: 53.28, a: 36.88, b: -5.07
Web Safe
#cc6699
Complementary
#70d8b2

#D87096 is a color with RGB values of 216 red, 112 green, and 150 blue (85%, 44%, 59% respectively). In the CMYK color space, it consists of 0% cyan, 48% magenta, 31% yellow, and 15% black. The color has a hue angle of 338°, 57% saturation, and 64% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc6699. The complementary color is #70d8b2, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #D87096

Explore different variations of #D87096 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #D87096. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #D87096

Explore different color combinations and harmonies that work well with #D87096.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #D87096

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #D87096

Text with #D87096

This text has a font color of #D87096.

<span style="color:#D87096;">Text here</span>
.text { color: #D87096; }

#D87096 background color

This paragraph has a background color of #D87096.

<p style="background-color:#D87096;">Content here</p>
.background { background-color: #D87096; }

#D87096 border color

This element has a border color of #D87096.
<div style="border:1px solid #D87096;">Content here</div>
.border { border: 1px solid #D87096; }

#D87096 box shadow

This element has a box shadow using #D87096.
<div style="box-shadow: 0 4px 6px -1px #D8709680">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #D8709680; }
Copied to clipboard!