Shades of Deep Blush #D96A87
Tints of Deep Blush #D96A87
RGB
CMYK
RGB Variations
Color information
#D96A87 (or 0xD96A87) is known color: Deep Blush. HEX triplet: D9, 6A and 87. RGB value is (217,106,135). Sum of RGB (Red+Green+Blue) = 217+106+135=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A87 is #269578. Grayscale: #8E8E8E. Windows color (decimal): -2528633 or 8874713. OLE color: 8874713.
HSL color Cylindrical-coordinate representation of color #D96A87: hue angle of 344.32º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A87 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 135 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.15 |
| HSL | 344.32º | 0.59% | 0.63% | - |
| HSV(B) | 344.32º | 0.51% | 0.85% | - |
| XYZ | 38.14 | 26.81 | 26.09 | - |
| YUV | 142.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 135 | 0 | 0.51 | 0.38 | 0.15 | 344.32 | 0.59 | 0.63 |
| Hex | D9 | 6A | 87 | 0 | 33 | 26 | F | 158 | 3B | 3F |
| Octal | 331 | 152 | 207 | 0 | 63 | 46 | 17 | 530 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10000111 | 0 | 110011 | 100110 | 1111 | 101011000 | 111011 | 111111 |
Color Harmonies of #D96A87
Complementary color
Monochromatic Colors of #D96A87
Black with #D96A87
Text Example
Text Example
White with #D96A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A87; }
p { color: rgb(217,106,135); }
H1.HeaderClassName
{
color: #D96A87;
}
.AnyTagClassName
{
color: #D96A87;
}
</style>
background-color css
<style>
a { background-color: #D96A87; }
a { background-color: rgb(217,106,135); }
div.DivClassName
{
background-color: #D96A87;
}
.BgClassName
{
background-color: #D96A87;
}
</style>
border-color css
<style>
span { border-color: #D96A87; }
span { border-color: rgb(217,106,135); }
td.TdClassName
{
border-color: #D96A87;
}
.TagClassName
{
border-color: #D96A87;
}
</style>