Shades of Deep Blush #D96E81
Tints of Deep Blush #D96E81
RGB
CMYK
RGB Variations
Color information
#D96E81 (or 0xD96E81) is known color: Deep Blush. HEX triplet: D9, 6E and 81. RGB value is (217,110,129). Sum of RGB (Red+Green+Blue) = 217+110+129=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E81 is #26917E. Grayscale: #909090. Windows color (decimal): -2527615 or 8482521. OLE color: 8482521.
HSL color Cylindrical-coordinate representation of color #D96E81: hue angle of 349.35º 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 #D96E81 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 129 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.15 |
| HSL | 349.35º | 0.58% | 0.64% | - |
| HSV(B) | 349.35º | 0.49% | 0.85% | - |
| XYZ | 38.15 | 27.49 | 24.06 | - |
| YUV | 144.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 129 | 0 | 0.49 | 0.41 | 0.15 | 349.35 | 0.58 | 0.64 |
| Hex | D9 | 6E | 81 | 0 | 31 | 29 | F | 15D | 3A | 40 |
| Octal | 331 | 156 | 201 | 0 | 61 | 51 | 17 | 535 | 72 | 100 |
| Binary | 11011001 | 1101110 | 10000001 | 0 | 110001 | 101001 | 1111 | 101011101 | 111010 | 1000000 |
Color Harmonies of #D96E81
Complementary color
Monochromatic Colors of #D96E81
Black with #D96E81
Text Example
Text Example
White with #D96E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E81; }
p { color: rgb(217,110,129); }
H1.HeaderClassName
{
color: #D96E81;
}
.AnyTagClassName
{
color: #D96E81;
}
</style>
background-color css
<style>
a { background-color: #D96E81; }
a { background-color: rgb(217,110,129); }
div.DivClassName
{
background-color: #D96E81;
}
.BgClassName
{
background-color: #D96E81;
}
</style>
border-color css
<style>
span { border-color: #D96E81; }
span { border-color: rgb(217,110,129); }
td.TdClassName
{
border-color: #D96E81;
}
.TagClassName
{
border-color: #D96E81;
}
</style>