Shades of Deep Blush #D86B87
Tints of Deep Blush #D86B87
RGB
CMYK
RGB Variations
Color information
#D86B87 (or 0xD86B87) is known color: Deep Blush. HEX triplet: D8, 6B and 87. RGB value is (216,107,135). Sum of RGB (Red+Green+Blue) = 216+107+135=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86B87 is #279478. Grayscale: #8E8E8E. Windows color (decimal): -2593913 or 8874968. OLE color: 8874968.
HSL color Cylindrical-coordinate representation of color #D86B87: hue angle of 344.59º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86B87 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 135 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.15 |
| HSL | 344.59º | 0.58% | 0.63% | - |
| HSV(B) | 344.59º | 0.5% | 0.85% | - |
| XYZ | 37.95 | 26.86 | 26.11 | - |
| YUV | 142.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 135 | 0 | 0.50 | 0.38 | 0.15 | 344.59 | 0.58 | 0.63 |
| Hex | D8 | 6B | 87 | 0 | 32 | 26 | F | 159 | 3A | 3F |
| Octal | 330 | 153 | 207 | 0 | 62 | 46 | 17 | 531 | 72 | 77 |
| Binary | 11011000 | 1101011 | 10000111 | 0 | 110010 | 100110 | 1111 | 101011001 | 111010 | 111111 |
Color Harmonies of #D86B87
Complementary color
Monochromatic Colors of #D86B87
Black with #D86B87
Text Example
Text Example
White with #D86B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B87; }
p { color: rgb(216,107,135); }
H1.HeaderClassName
{
color: #D86B87;
}
.AnyTagClassName
{
color: #D86B87;
}
</style>
background-color css
<style>
a { background-color: #D86B87; }
a { background-color: rgb(216,107,135); }
div.DivClassName
{
background-color: #D86B87;
}
.BgClassName
{
background-color: #D86B87;
}
</style>
border-color css
<style>
span { border-color: #D86B87; }
span { border-color: rgb(216,107,135); }
td.TdClassName
{
border-color: #D86B87;
}
.TagClassName
{
border-color: #D86B87;
}
</style>