Shades of Deep Blush #D96B7F
Tints of Deep Blush #D96B7F
RGB
CMYK
RGB Variations
Color information
#D96B7F (or 0xD96B7F) is known color: Deep Blush. HEX triplet: D9, 6B and 7F. RGB value is (217,107,127). Sum of RGB (Red+Green+Blue) = 217+107+127=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B7F is #269480. Grayscale: #8E8E8E. Windows color (decimal): -2528385 or 8350681. OLE color: 8350681.
HSL color Cylindrical-coordinate representation of color #D96B7F: hue angle of 349.09º 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 #D96B7F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 127 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.15 |
| HSL | 349.09º | 0.59% | 0.64% | - |
| HSV(B) | 349.09º | 0.51% | 0.85% | - |
| XYZ | 37.7 | 26.8 | 23.26 | - |
| YUV | 142.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 127 | 0 | 0.51 | 0.41 | 0.15 | 349.09 | 0.59 | 0.64 |
| Hex | D9 | 6B | 7F | 0 | 33 | 29 | F | 15D | 3B | 40 |
| Octal | 331 | 153 | 177 | 0 | 63 | 51 | 17 | 535 | 73 | 100 |
| Binary | 11011001 | 1101011 | 1111111 | 0 | 110011 | 101001 | 1111 | 101011101 | 111011 | 1000000 |
Color Harmonies of #D96B7F
Complementary color
Monochromatic Colors of #D96B7F
Black with #D96B7F
Text Example
Text Example
White with #D96B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B7F; }
p { color: rgb(217,107,127); }
H1.HeaderClassName
{
color: #D96B7F;
}
.AnyTagClassName
{
color: #D96B7F;
}
</style>
background-color css
<style>
a { background-color: #D96B7F; }
a { background-color: rgb(217,107,127); }
div.DivClassName
{
background-color: #D96B7F;
}
.BgClassName
{
background-color: #D96B7F;
}
</style>
border-color css
<style>
span { border-color: #D96B7F; }
span { border-color: rgb(217,107,127); }
td.TdClassName
{
border-color: #D96B7F;
}
.TagClassName
{
border-color: #D96B7F;
}
</style>