Shades of Deep Blush #D96780
Tints of Deep Blush #D96780
RGB
CMYK
RGB Variations
Color information
#D96780 (or 0xD96780) is known color: Deep Blush. HEX triplet: D9, 67 and 80. RGB value is (217,103,128). Sum of RGB (Red+Green+Blue) = 217+103+128=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D96780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96780 is #26987F. Grayscale: #8B8B8B. Windows color (decimal): -2529408 or 8415193. OLE color: 8415193.
HSL color Cylindrical-coordinate representation of color #D96780: hue angle of 346.84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96780 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 128 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.15 |
| HSL | 346.84º | 0.6% | 0.63% | - |
| HSV(B) | 346.84º | 0.53% | 0.85% | - |
| XYZ | 37.36 | 26.01 | 23.47 | - |
| YUV | 139.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 128 | 0 | 0.53 | 0.41 | 0.15 | 346.84 | 0.6 | 0.63 |
| Hex | D9 | 67 | 80 | 0 | 35 | 29 | F | 15B | 3C | 3F |
| Octal | 331 | 147 | 200 | 0 | 65 | 51 | 17 | 533 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10000000 | 0 | 110101 | 101001 | 1111 | 101011011 | 111100 | 111111 |
Color Harmonies of #D96780
Complementary color
Monochromatic Colors of #D96780
Black with #D96780
Text Example
Text Example
White with #D96780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96780; }
p { color: rgb(217,103,128); }
H1.HeaderClassName
{
color: #D96780;
}
.AnyTagClassName
{
color: #D96780;
}
</style>
background-color css
<style>
a { background-color: #D96780; }
a { background-color: rgb(217,103,128); }
div.DivClassName
{
background-color: #D96780;
}
.BgClassName
{
background-color: #D96780;
}
</style>
border-color css
<style>
span { border-color: #D96780; }
span { border-color: rgb(217,103,128); }
td.TdClassName
{
border-color: #D96780;
}
.TagClassName
{
border-color: #D96780;
}
</style>