Shades of Deep Blush #D96F87
Tints of Deep Blush #D96F87
RGB
CMYK
RGB Variations
Color information
#D96F87 (or 0xD96F87) is known color: Deep Blush. HEX triplet: D9, 6F and 87. RGB value is (217,111,135). Sum of RGB (Red+Green+Blue) = 217+111+135=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F87 is #269078. Grayscale: #919191. Windows color (decimal): -2527353 or 8875993. OLE color: 8875993.
HSL color Cylindrical-coordinate representation of color #D96F87: hue angle of 346.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96F87 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 135 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.15 |
| HSL | 346.42º | 0.58% | 0.64% | - |
| HSV(B) | 346.42º | 0.49% | 0.85% | - |
| XYZ | 38.67 | 27.87 | 26.26 | - |
| YUV | 145.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 135 | 0 | 0.49 | 0.38 | 0.15 | 346.42 | 0.58 | 0.64 |
| Hex | D9 | 6F | 87 | 0 | 31 | 26 | F | 15A | 3A | 40 |
| Octal | 331 | 157 | 207 | 0 | 61 | 46 | 17 | 532 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10000111 | 0 | 110001 | 100110 | 1111 | 101011010 | 111010 | 1000000 |
Color Harmonies of #D96F87
Complementary color
Monochromatic Colors of #D96F87
Black with #D96F87
Text Example
Text Example
White with #D96F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F87; }
p { color: rgb(217,111,135); }
H1.HeaderClassName
{
color: #D96F87;
}
.AnyTagClassName
{
color: #D96F87;
}
</style>
background-color css
<style>
a { background-color: #D96F87; }
a { background-color: rgb(217,111,135); }
div.DivClassName
{
background-color: #D96F87;
}
.BgClassName
{
background-color: #D96F87;
}
</style>
border-color css
<style>
span { border-color: #D96F87; }
span { border-color: rgb(217,111,135); }
td.TdClassName
{
border-color: #D96F87;
}
.TagClassName
{
border-color: #D96F87;
}
</style>