Shades of Deep Blush #D96A85
Tints of Deep Blush #D96A85
RGB
CMYK
RGB Variations
Color information
#D96A85 (or 0xD96A85) is known color: Deep Blush. HEX triplet: D9, 6A and 85. RGB value is (217,106,133). Sum of RGB (Red+Green+Blue) = 217+106+133=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A85 is #26957A. Grayscale: #8E8E8E. Windows color (decimal): -2528635 or 8743641. OLE color: 8743641.
HSL color Cylindrical-coordinate representation of color #D96A85: hue angle of 345.41º 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 #D96A85 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 133 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.15 |
| HSL | 345.41º | 0.59% | 0.63% | - |
| HSV(B) | 345.41º | 0.51% | 0.85% | - |
| XYZ | 38 | 26.75 | 25.35 | - |
| YUV | 142.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 133 | 0 | 0.51 | 0.39 | 0.15 | 345.41 | 0.59 | 0.63 |
| Hex | D9 | 6A | 85 | 0 | 33 | 27 | F | 159 | 3B | 3F |
| Octal | 331 | 152 | 205 | 0 | 63 | 47 | 17 | 531 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10000101 | 0 | 110011 | 100111 | 1111 | 101011001 | 111011 | 111111 |
Color Harmonies of #D96A85
Complementary color
Monochromatic Colors of #D96A85
Black with #D96A85
Text Example
Text Example
White with #D96A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A85; }
p { color: rgb(217,106,133); }
H1.HeaderClassName
{
color: #D96A85;
}
.AnyTagClassName
{
color: #D96A85;
}
</style>
background-color css
<style>
a { background-color: #D96A85; }
a { background-color: rgb(217,106,133); }
div.DivClassName
{
background-color: #D96A85;
}
.BgClassName
{
background-color: #D96A85;
}
</style>
border-color css
<style>
span { border-color: #D96A85; }
span { border-color: rgb(217,106,133); }
td.TdClassName
{
border-color: #D96A85;
}
.TagClassName
{
border-color: #D96A85;
}
</style>