Shades of Deep Blush #D96D86
Tints of Deep Blush #D96D86
RGB
CMYK
RGB Variations
Color information
#D96D86 (or 0xD96D86) is known color: Deep Blush. HEX triplet: D9, 6D and 86. RGB value is (217,109,134). Sum of RGB (Red+Green+Blue) = 217+109+134=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96D86 is #269279. Grayscale: #909090. Windows color (decimal): -2527866 or 8809945. OLE color: 8809945.
HSL color Cylindrical-coordinate representation of color #D96D86: hue angle of 346.11º 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 #D96D86 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 134 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.15 |
| HSL | 346.11º | 0.59% | 0.64% | - |
| HSV(B) | 346.11º | 0.5% | 0.85% | - |
| XYZ | 38.39 | 27.41 | 25.82 | - |
| YUV | 144.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 134 | 0 | 0.50 | 0.38 | 0.15 | 346.11 | 0.59 | 0.64 |
| Hex | D9 | 6D | 86 | 0 | 32 | 26 | F | 15A | 3B | 40 |
| Octal | 331 | 155 | 206 | 0 | 62 | 46 | 17 | 532 | 73 | 100 |
| Binary | 11011001 | 1101101 | 10000110 | 0 | 110010 | 100110 | 1111 | 101011010 | 111011 | 1000000 |
Color Harmonies of #D96D86
Complementary color
Monochromatic Colors of #D96D86
Black with #D96D86
Text Example
Text Example
White with #D96D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D86; }
p { color: rgb(217,109,134); }
H1.HeaderClassName
{
color: #D96D86;
}
.AnyTagClassName
{
color: #D96D86;
}
</style>
background-color css
<style>
a { background-color: #D96D86; }
a { background-color: rgb(217,109,134); }
div.DivClassName
{
background-color: #D96D86;
}
.BgClassName
{
background-color: #D96D86;
}
</style>
border-color css
<style>
span { border-color: #D96D86; }
span { border-color: rgb(217,109,134); }
td.TdClassName
{
border-color: #D96D86;
}
.TagClassName
{
border-color: #D96D86;
}
</style>