Shades of Deep Blush #D96687
Tints of Deep Blush #D96687
RGB
CMYK
RGB Variations
Color information
#D96687 (or 0xD96687) is known color: Deep Blush. HEX triplet: D9, 66 and 87. RGB value is (217,102,135). Sum of RGB (Red+Green+Blue) = 217+102+135=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D96687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96687 is #269978. Grayscale: #8C8C8C. Windows color (decimal): -2529657 or 8873689. OLE color: 8873689.
HSL color Cylindrical-coordinate representation of color #D96687: hue angle of 342.78º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96687 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 135 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.15 |
| HSL | 342.78º | 0.6% | 0.63% | - |
| HSV(B) | 342.78º | 0.53% | 0.85% | - |
| XYZ | 37.74 | 26 | 25.95 | - |
| YUV | 140.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 135 | 0 | 0.53 | 0.38 | 0.15 | 342.78 | 0.6 | 0.63 |
| Hex | D9 | 66 | 87 | 0 | 35 | 26 | F | 157 | 3C | 3F |
| Octal | 331 | 146 | 207 | 0 | 65 | 46 | 17 | 527 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10000111 | 0 | 110101 | 100110 | 1111 | 101010111 | 111100 | 111111 |
Color Harmonies of #D96687
Complementary color
Monochromatic Colors of #D96687
Black with #D96687
Text Example
Text Example
White with #D96687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96687; }
p { color: rgb(217,102,135); }
H1.HeaderClassName
{
color: #D96687;
}
.AnyTagClassName
{
color: #D96687;
}
</style>
background-color css
<style>
a { background-color: #D96687; }
a { background-color: rgb(217,102,135); }
div.DivClassName
{
background-color: #D96687;
}
.BgClassName
{
background-color: #D96687;
}
</style>
border-color css
<style>
span { border-color: #D96687; }
span { border-color: rgb(217,102,135); }
td.TdClassName
{
border-color: #D96687;
}
.TagClassName
{
border-color: #D96687;
}
</style>