Shades of Deep Blush #D96B87
Tints of Deep Blush #D96B87
RGB
CMYK
RGB Variations
Color information
#D96B87 (or 0xD96B87) is known color: Deep Blush. HEX triplet: D9, 6B and 87. RGB value is (217,107,135). Sum of RGB (Red+Green+Blue) = 217+107+135=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B87 is #269478. Grayscale: #8F8F8F. Windows color (decimal): -2528377 or 8874969. OLE color: 8874969.
HSL color Cylindrical-coordinate representation of color #D96B87: hue angle of 344.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B87 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 135 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.15 |
| HSL | 344.73º | 0.59% | 0.64% | - |
| HSV(B) | 344.73º | 0.51% | 0.85% | - |
| XYZ | 38.25 | 27.02 | 26.12 | - |
| YUV | 143.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 135 | 0 | 0.51 | 0.38 | 0.15 | 344.73 | 0.59 | 0.64 |
| Hex | D9 | 6B | 87 | 0 | 33 | 26 | F | 159 | 3B | 40 |
| Octal | 331 | 153 | 207 | 0 | 63 | 46 | 17 | 531 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10000111 | 0 | 110011 | 100110 | 1111 | 101011001 | 111011 | 1000000 |
Color Harmonies of #D96B87
Complementary color
Monochromatic Colors of #D96B87
Black with #D96B87
Text Example
Text Example
White with #D96B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B87; }
p { color: rgb(217,107,135); }
H1.HeaderClassName
{
color: #D96B87;
}
.AnyTagClassName
{
color: #D96B87;
}
</style>
background-color css
<style>
a { background-color: #D96B87; }
a { background-color: rgb(217,107,135); }
div.DivClassName
{
background-color: #D96B87;
}
.BgClassName
{
background-color: #D96B87;
}
</style>
border-color css
<style>
span { border-color: #D96B87; }
span { border-color: rgb(217,107,135); }
td.TdClassName
{
border-color: #D96B87;
}
.TagClassName
{
border-color: #D96B87;
}
</style>