Shades of Deep Blush #D96D85
Tints of Deep Blush #D96D85
RGB
CMYK
RGB Variations
Color information
#D96D85 (or 0xD96D85) is known color: Deep Blush. HEX triplet: D9, 6D and 85. RGB value is (217,109,133). Sum of RGB (Red+Green+Blue) = 217+109+133=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96D85 is #26927A. Grayscale: #909090. Windows color (decimal): -2527867 or 8744409. OLE color: 8744409.
HSL color Cylindrical-coordinate representation of color #D96D85: hue angle of 346.67º 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 #D96D85 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 133 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.15 |
| HSL | 346.67º | 0.59% | 0.64% | - |
| HSV(B) | 346.67º | 0.5% | 0.85% | - |
| XYZ | 38.32 | 27.38 | 25.46 | - |
| YUV | 144.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 133 | 0 | 0.50 | 0.39 | 0.15 | 346.67 | 0.59 | 0.64 |
| Hex | D9 | 6D | 85 | 0 | 32 | 27 | F | 15B | 3B | 40 |
| Octal | 331 | 155 | 205 | 0 | 62 | 47 | 17 | 533 | 73 | 100 |
| Binary | 11011001 | 1101101 | 10000101 | 0 | 110010 | 100111 | 1111 | 101011011 | 111011 | 1000000 |
Color Harmonies of #D96D85
Complementary color
Monochromatic Colors of #D96D85
Black with #D96D85
Text Example
Text Example
White with #D96D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D85; }
p { color: rgb(217,109,133); }
H1.HeaderClassName
{
color: #D96D85;
}
.AnyTagClassName
{
color: #D96D85;
}
</style>
background-color css
<style>
a { background-color: #D96D85; }
a { background-color: rgb(217,109,133); }
div.DivClassName
{
background-color: #D96D85;
}
.BgClassName
{
background-color: #D96D85;
}
</style>
border-color css
<style>
span { border-color: #D96D85; }
span { border-color: rgb(217,109,133); }
td.TdClassName
{
border-color: #D96D85;
}
.TagClassName
{
border-color: #D96D85;
}
</style>