Shades of Deep Blush #D96C7F
Tints of Deep Blush #D96C7F
RGB
CMYK
RGB Variations
Color information
#D96C7F (or 0xD96C7F) is known color: Deep Blush. HEX triplet: D9, 6C and 7F. RGB value is (217,108,127). Sum of RGB (Red+Green+Blue) = 217+108+127=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C7F is #269380. Grayscale: #8E8E8E. Windows color (decimal): -2528129 or 8350937. OLE color: 8350937.
HSL color Cylindrical-coordinate representation of color #D96C7F: hue angle of 349.54º 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 #D96C7F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 127 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.15 |
| HSL | 349.54º | 0.59% | 0.64% | - |
| HSV(B) | 349.54º | 0.5% | 0.85% | - |
| XYZ | 37.81 | 27.01 | 23.3 | - |
| YUV | 142.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 127 | 0 | 0.50 | 0.41 | 0.15 | 349.54 | 0.59 | 0.64 |
| Hex | D9 | 6C | 7F | 0 | 32 | 29 | F | 15E | 3B | 40 |
| Octal | 331 | 154 | 177 | 0 | 62 | 51 | 17 | 536 | 73 | 100 |
| Binary | 11011001 | 1101100 | 1111111 | 0 | 110010 | 101001 | 1111 | 101011110 | 111011 | 1000000 |
Color Harmonies of #D96C7F
Complementary color
Monochromatic Colors of #D96C7F
Black with #D96C7F
Text Example
Text Example
White with #D96C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C7F; }
p { color: rgb(217,108,127); }
H1.HeaderClassName
{
color: #D96C7F;
}
.AnyTagClassName
{
color: #D96C7F;
}
</style>
background-color css
<style>
a { background-color: #D96C7F; }
a { background-color: rgb(217,108,127); }
div.DivClassName
{
background-color: #D96C7F;
}
.BgClassName
{
background-color: #D96C7F;
}
</style>
border-color css
<style>
span { border-color: #D96C7F; }
span { border-color: rgb(217,108,127); }
td.TdClassName
{
border-color: #D96C7F;
}
.TagClassName
{
border-color: #D96C7F;
}
</style>