Shades of Deep Blush #D96A89
Tints of Deep Blush #D96A89
RGB
CMYK
RGB Variations
Color information
#D96A89 (or 0xD96A89) is known color: Deep Blush. HEX triplet: D9, 6A and 89. RGB value is (217,106,137). Sum of RGB (Red+Green+Blue) = 217+106+137=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A89 is #269576. Grayscale: #8E8E8E. Windows color (decimal): -2528631 or 9005785. OLE color: 9005785.
HSL color Cylindrical-coordinate representation of color #D96A89: hue angle of 343.24º 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 #D96A89 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 137 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.15 |
| HSL | 343.24º | 0.59% | 0.63% | - |
| HSV(B) | 343.24º | 0.51% | 0.85% | - |
| XYZ | 38.28 | 26.87 | 26.83 | - |
| YUV | 142.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 137 | 0 | 0.51 | 0.37 | 0.15 | 343.24 | 0.59 | 0.63 |
| Hex | D9 | 6A | 89 | 0 | 33 | 25 | F | 157 | 3B | 3F |
| Octal | 331 | 152 | 211 | 0 | 63 | 45 | 17 | 527 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10001001 | 0 | 110011 | 100101 | 1111 | 101010111 | 111011 | 111111 |
Color Harmonies of #D96A89
Complementary color
Monochromatic Colors of #D96A89
Black with #D96A89
Text Example
Text Example
White with #D96A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A89; }
p { color: rgb(217,106,137); }
H1.HeaderClassName
{
color: #D96A89;
}
.AnyTagClassName
{
color: #D96A89;
}
</style>
background-color css
<style>
a { background-color: #D96A89; }
a { background-color: rgb(217,106,137); }
div.DivClassName
{
background-color: #D96A89;
}
.BgClassName
{
background-color: #D96A89;
}
</style>
border-color css
<style>
span { border-color: #D96A89; }
span { border-color: rgb(217,106,137); }
td.TdClassName
{
border-color: #D96A89;
}
.TagClassName
{
border-color: #D96A89;
}
</style>