Shades of Deep Blush #D96B85
Tints of Deep Blush #D96B85
RGB
CMYK
RGB Variations
Color information
#D96B85 (or 0xD96B85) is known color: Deep Blush. HEX triplet: D9, 6B and 85. RGB value is (217,107,133). Sum of RGB (Red+Green+Blue) = 217+107+133=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B85 is #26947A. Grayscale: #8E8E8E. Windows color (decimal): -2528379 or 8743897. OLE color: 8743897.
HSL color Cylindrical-coordinate representation of color #D96B85: hue angle of 345.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B85 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 133 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.15 |
| HSL | 345.82º | 0.59% | 0.64% | - |
| HSV(B) | 345.82º | 0.51% | 0.85% | - |
| XYZ | 38.11 | 26.96 | 25.39 | - |
| YUV | 142.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 133 | 0 | 0.51 | 0.39 | 0.15 | 345.82 | 0.59 | 0.64 |
| Hex | D9 | 6B | 85 | 0 | 33 | 27 | F | 15A | 3B | 40 |
| Octal | 331 | 153 | 205 | 0 | 63 | 47 | 17 | 532 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10000101 | 0 | 110011 | 100111 | 1111 | 101011010 | 111011 | 1000000 |
Color Harmonies of #D96B85
Complementary color
Monochromatic Colors of #D96B85
Black with #D96B85
Text Example
Text Example
White with #D96B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B85; }
p { color: rgb(217,107,133); }
H1.HeaderClassName
{
color: #D96B85;
}
.AnyTagClassName
{
color: #D96B85;
}
</style>
background-color css
<style>
a { background-color: #D96B85; }
a { background-color: rgb(217,107,133); }
div.DivClassName
{
background-color: #D96B85;
}
.BgClassName
{
background-color: #D96B85;
}
</style>
border-color css
<style>
span { border-color: #D96B85; }
span { border-color: rgb(217,107,133); }
td.TdClassName
{
border-color: #D96B85;
}
.TagClassName
{
border-color: #D96B85;
}
</style>