Shades of Deep Blush #D96A83
Tints of Deep Blush #D96A83
RGB
CMYK
RGB Variations
Color information
#D96A83 (or 0xD96A83) is known color: Deep Blush. HEX triplet: D9, 6A and 83. RGB value is (217,106,131). Sum of RGB (Red+Green+Blue) = 217+106+131=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A83 is #26957C. Grayscale: #8E8E8E. Windows color (decimal): -2528637 or 8612569. OLE color: 8612569.
HSL color Cylindrical-coordinate representation of color #D96A83: hue angle of 346.49º 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 #D96A83 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 131 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.15 |
| HSL | 346.49º | 0.59% | 0.63% | - |
| HSV(B) | 346.49º | 0.51% | 0.85% | - |
| XYZ | 37.87 | 26.7 | 24.63 | - |
| YUV | 142.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 131 | 0 | 0.51 | 0.40 | 0.15 | 346.49 | 0.59 | 0.63 |
| Hex | D9 | 6A | 83 | 0 | 33 | 28 | F | 15A | 3B | 3F |
| Octal | 331 | 152 | 203 | 0 | 63 | 50 | 17 | 532 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10000011 | 0 | 110011 | 101000 | 1111 | 101011010 | 111011 | 111111 |
Color Harmonies of #D96A83
Complementary color
Monochromatic Colors of #D96A83
Black with #D96A83
Text Example
Text Example
White with #D96A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A83; }
p { color: rgb(217,106,131); }
H1.HeaderClassName
{
color: #D96A83;
}
.AnyTagClassName
{
color: #D96A83;
}
</style>
background-color css
<style>
a { background-color: #D96A83; }
a { background-color: rgb(217,106,131); }
div.DivClassName
{
background-color: #D96A83;
}
.BgClassName
{
background-color: #D96A83;
}
</style>
border-color css
<style>
span { border-color: #D96A83; }
span { border-color: rgb(217,106,131); }
td.TdClassName
{
border-color: #D96A83;
}
.TagClassName
{
border-color: #D96A83;
}
</style>