Shades of Deep Blush #D96A81
Tints of Deep Blush #D96A81
RGB
CMYK
RGB Variations
Color information
#D96A81 (or 0xD96A81) is known color: Deep Blush. HEX triplet: D9, 6A and 81. RGB value is (217,106,129). Sum of RGB (Red+Green+Blue) = 217+106+129=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A81 is #26957E. Grayscale: #8D8D8D. Windows color (decimal): -2528639 or 8481497. OLE color: 8481497.
HSL color Cylindrical-coordinate representation of color #D96A81: hue angle of 347.57º 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 #D96A81 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 129 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.15 |
| HSL | 347.57º | 0.59% | 0.63% | - |
| HSV(B) | 347.57º | 0.51% | 0.85% | - |
| XYZ | 37.73 | 26.64 | 23.92 | - |
| YUV | 141.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 129 | 0 | 0.51 | 0.41 | 0.15 | 347.57 | 0.59 | 0.63 |
| Hex | D9 | 6A | 81 | 0 | 33 | 29 | F | 15C | 3B | 3F |
| Octal | 331 | 152 | 201 | 0 | 63 | 51 | 17 | 534 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10000001 | 0 | 110011 | 101001 | 1111 | 101011100 | 111011 | 111111 |
Color Harmonies of #D96A81
Complementary color
Monochromatic Colors of #D96A81
Black with #D96A81
Text Example
Text Example
White with #D96A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A81; }
p { color: rgb(217,106,129); }
H1.HeaderClassName
{
color: #D96A81;
}
.AnyTagClassName
{
color: #D96A81;
}
</style>
background-color css
<style>
a { background-color: #D96A81; }
a { background-color: rgb(217,106,129); }
div.DivClassName
{
background-color: #D96A81;
}
.BgClassName
{
background-color: #D96A81;
}
</style>
border-color css
<style>
span { border-color: #D96A81; }
span { border-color: rgb(217,106,129); }
td.TdClassName
{
border-color: #D96A81;
}
.TagClassName
{
border-color: #D96A81;
}
</style>