Shades of Deep Blush #D96C7E
Tints of Deep Blush #D96C7E
RGB
CMYK
RGB Variations
Color information
#D96C7E (or 0xD96C7E) is known color: Deep Blush. HEX triplet: D9, 6C and 7E. RGB value is (217,108,126). Sum of RGB (Red+Green+Blue) = 217+108+126=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C7E is #269381. Grayscale: #8E8E8E. Windows color (decimal): -2528130 or 8285401. OLE color: 8285401.
HSL color Cylindrical-coordinate representation of color #D96C7E: hue angle of 350.09º 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 #D96C7E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 126 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.15 |
| HSL | 350.09º | 0.59% | 0.64% | - |
| HSV(B) | 350.09º | 0.5% | 0.85% | - |
| XYZ | 37.74 | 26.98 | 22.96 | - |
| YUV | 142.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 126 | 0 | 0.50 | 0.42 | 0.15 | 350.09 | 0.59 | 0.64 |
| Hex | D9 | 6C | 7E | 0 | 32 | 2A | F | 15E | 3B | 40 |
| Octal | 331 | 154 | 176 | 0 | 62 | 52 | 17 | 536 | 73 | 100 |
| Binary | 11011001 | 1101100 | 1111110 | 0 | 110010 | 101010 | 1111 | 101011110 | 111011 | 1000000 |
Color Harmonies of #D96C7E
Complementary color
Monochromatic Colors of #D96C7E
Black with #D96C7E
Text Example
Text Example
White with #D96C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C7E; }
p { color: rgb(217,108,126); }
H1.HeaderClassName
{
color: #D96C7E;
}
.AnyTagClassName
{
color: #D96C7E;
}
</style>
background-color css
<style>
a { background-color: #D96C7E; }
a { background-color: rgb(217,108,126); }
div.DivClassName
{
background-color: #D96C7E;
}
.BgClassName
{
background-color: #D96C7E;
}
</style>
border-color css
<style>
span { border-color: #D96C7E; }
span { border-color: rgb(217,108,126); }
td.TdClassName
{
border-color: #D96C7E;
}
.TagClassName
{
border-color: #D96C7E;
}
</style>