Shades of Deep Blush #D96287
Tints of Deep Blush #D96287
RGB
CMYK
RGB Variations
Color information
#D96287 (or 0xD96287) is known color: Deep Blush. HEX triplet: D9, 62 and 87. RGB value is (217,98,135). Sum of RGB (Red+Green+Blue) = 217+98+135=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96287 is #269D78. Grayscale: #898989. Windows color (decimal): -2530681 or 8872665. OLE color: 8872665.
HSL color Cylindrical-coordinate representation of color #D96287: hue angle of 341.34º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96287 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 135 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.15 |
| HSL | 341.34º | 0.61% | 0.62% | - |
| HSV(B) | 341.34º | 0.55% | 0.85% | - |
| XYZ | 37.36 | 25.24 | 25.82 | - |
| YUV | 137.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 135 | 0 | 0.55 | 0.38 | 0.15 | 341.34 | 0.61 | 0.62 |
| Hex | D9 | 62 | 87 | 0 | 37 | 26 | F | 155 | 3D | 3E |
| Octal | 331 | 142 | 207 | 0 | 67 | 46 | 17 | 525 | 75 | 76 |
| Binary | 11011001 | 1100010 | 10000111 | 0 | 110111 | 100110 | 1111 | 101010101 | 111101 | 111110 |
Color Harmonies of #D96287
Complementary color
Monochromatic Colors of #D96287
Black with #D96287
Text Example
Text Example
White with #D96287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96287; }
p { color: rgb(217,98,135); }
H1.HeaderClassName
{
color: #D96287;
}
.AnyTagClassName
{
color: #D96287;
}
</style>
background-color css
<style>
a { background-color: #D96287; }
a { background-color: rgb(217,98,135); }
div.DivClassName
{
background-color: #D96287;
}
.BgClassName
{
background-color: #D96287;
}
</style>
border-color css
<style>
span { border-color: #D96287; }
span { border-color: rgb(217,98,135); }
td.TdClassName
{
border-color: #D96287;
}
.TagClassName
{
border-color: #D96287;
}
</style>