Shades of Deep Blush #D96587
Tints of Deep Blush #D96587
RGB
CMYK
RGB Variations
Color information
#D96587 (or 0xD96587) is known color: Deep Blush. HEX triplet: D9, 65 and 87. RGB value is (217,101,135). Sum of RGB (Red+Green+Blue) = 217+101+135=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D96587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96587 is #269A78. Grayscale: #8B8B8B. Windows color (decimal): -2529913 or 8873433. OLE color: 8873433.
HSL color Cylindrical-coordinate representation of color #D96587: hue angle of 342.41º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96587 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 135 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.15 |
| HSL | 342.41º | 0.6% | 0.62% | - |
| HSV(B) | 342.41º | 0.53% | 0.85% | - |
| XYZ | 37.64 | 25.81 | 25.92 | - |
| YUV | 139.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 135 | 0 | 0.53 | 0.38 | 0.15 | 342.41 | 0.6 | 0.62 |
| Hex | D9 | 65 | 87 | 0 | 35 | 26 | F | 156 | 3C | 3E |
| Octal | 331 | 145 | 207 | 0 | 65 | 46 | 17 | 526 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10000111 | 0 | 110101 | 100110 | 1111 | 101010110 | 111100 | 111110 |
Color Harmonies of #D96587
Complementary color
Monochromatic Colors of #D96587
Black with #D96587
Text Example
Text Example
White with #D96587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96587; }
p { color: rgb(217,101,135); }
H1.HeaderClassName
{
color: #D96587;
}
.AnyTagClassName
{
color: #D96587;
}
</style>
background-color css
<style>
a { background-color: #D96587; }
a { background-color: rgb(217,101,135); }
div.DivClassName
{
background-color: #D96587;
}
.BgClassName
{
background-color: #D96587;
}
</style>
border-color css
<style>
span { border-color: #D96587; }
span { border-color: rgb(217,101,135); }
td.TdClassName
{
border-color: #D96587;
}
.TagClassName
{
border-color: #D96587;
}
</style>