Shades of Deep Blush #D96C83
Tints of Deep Blush #D96C83
RGB
CMYK
RGB Variations
Color information
#D96C83 (or 0xD96C83) is known color: Deep Blush. HEX triplet: D9, 6C and 83. RGB value is (217,108,131). Sum of RGB (Red+Green+Blue) = 217+108+131=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96C83 is #26937C. Grayscale: #8F8F8F. Windows color (decimal): -2528125 or 8613081. OLE color: 8613081.
HSL color Cylindrical-coordinate representation of color #D96C83: hue angle of 347.34º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96C83 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 131 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.15 |
| HSL | 347.34º | 0.59% | 0.64% | - |
| HSV(B) | 347.34º | 0.5% | 0.85% | - |
| XYZ | 38.07 | 27.12 | 24.7 | - |
| YUV | 143.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 131 | 0 | 0.50 | 0.40 | 0.15 | 347.34 | 0.59 | 0.64 |
| Hex | D9 | 6C | 83 | 0 | 32 | 28 | F | 15B | 3B | 40 |
| Octal | 331 | 154 | 203 | 0 | 62 | 50 | 17 | 533 | 73 | 100 |
| Binary | 11011001 | 1101100 | 10000011 | 0 | 110010 | 101000 | 1111 | 101011011 | 111011 | 1000000 |
Color Harmonies of #D96C83
Complementary color
Monochromatic Colors of #D96C83
Black with #D96C83
Text Example
Text Example
White with #D96C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C83; }
p { color: rgb(217,108,131); }
H1.HeaderClassName
{
color: #D96C83;
}
.AnyTagClassName
{
color: #D96C83;
}
</style>
background-color css
<style>
a { background-color: #D96C83; }
a { background-color: rgb(217,108,131); }
div.DivClassName
{
background-color: #D96C83;
}
.BgClassName
{
background-color: #D96C83;
}
</style>
border-color css
<style>
span { border-color: #D96C83; }
span { border-color: rgb(217,108,131); }
td.TdClassName
{
border-color: #D96C83;
}
.TagClassName
{
border-color: #D96C83;
}
</style>