Shades of Deep Blush #D96E84
Tints of Deep Blush #D96E84
RGB
CMYK
RGB Variations
Color information
#D96E84 (or 0xD96E84) is known color: Deep Blush. HEX triplet: D9, 6E and 84. RGB value is (217,110,132). Sum of RGB (Red+Green+Blue) = 217+110+132=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E84 is #26917B. Grayscale: #909090. Windows color (decimal): -2527612 or 8679129. OLE color: 8679129.
HSL color Cylindrical-coordinate representation of color #D96E84: hue angle of 347.66º 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 #D96E84 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 132 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.15 |
| HSL | 347.66º | 0.58% | 0.64% | - |
| HSV(B) | 347.66º | 0.49% | 0.85% | - |
| XYZ | 38.36 | 27.57 | 25.13 | - |
| YUV | 144.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 132 | 0 | 0.49 | 0.39 | 0.15 | 347.66 | 0.58 | 0.64 |
| Hex | D9 | 6E | 84 | 0 | 31 | 27 | F | 15C | 3A | 40 |
| Octal | 331 | 156 | 204 | 0 | 61 | 47 | 17 | 534 | 72 | 100 |
| Binary | 11011001 | 1101110 | 10000100 | 0 | 110001 | 100111 | 1111 | 101011100 | 111010 | 1000000 |
Color Harmonies of #D96E84
Complementary color
Monochromatic Colors of #D96E84
Black with #D96E84
Text Example
Text Example
White with #D96E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E84; }
p { color: rgb(217,110,132); }
H1.HeaderClassName
{
color: #D96E84;
}
.AnyTagClassName
{
color: #D96E84;
}
</style>
background-color css
<style>
a { background-color: #D96E84; }
a { background-color: rgb(217,110,132); }
div.DivClassName
{
background-color: #D96E84;
}
.BgClassName
{
background-color: #D96E84;
}
</style>
border-color css
<style>
span { border-color: #D96E84; }
span { border-color: rgb(217,110,132); }
td.TdClassName
{
border-color: #D96E84;
}
.TagClassName
{
border-color: #D96E84;
}
</style>