Shades of Deep Blush #D97080
Tints of Deep Blush #D97080
RGB
CMYK
RGB Variations
Color information
#D97080 (or 0xD97080) is known color: Deep Blush. HEX triplet: D9, 70 and 80. RGB value is (217,112,128). Sum of RGB (Red+Green+Blue) = 217+112+128=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D97080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97080 is #268F7F. Grayscale: #919191. Windows color (decimal): -2527104 or 8417497. OLE color: 8417497.
HSL color Cylindrical-coordinate representation of color #D97080: hue angle of 350.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97080 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 128 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.15 |
| HSL | 350.86º | 0.58% | 0.65% | - |
| HSV(B) | 350.86º | 0.48% | 0.85% | - |
| XYZ | 38.31 | 27.9 | 23.79 | - |
| YUV | 145.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 128 | 0 | 0.48 | 0.41 | 0.15 | 350.86 | 0.58 | 0.65 |
| Hex | D9 | 70 | 80 | 0 | 30 | 29 | F | 15F | 3A | 41 |
| Octal | 331 | 160 | 200 | 0 | 60 | 51 | 17 | 537 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10000000 | 0 | 110000 | 101001 | 1111 | 101011111 | 111010 | 1000001 |
Color Harmonies of #D97080
Complementary color
Monochromatic Colors of #D97080
Black with #D97080
Text Example
Text Example
White with #D97080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97080; }
p { color: rgb(217,112,128); }
H1.HeaderClassName
{
color: #D97080;
}
.AnyTagClassName
{
color: #D97080;
}
</style>
background-color css
<style>
a { background-color: #D97080; }
a { background-color: rgb(217,112,128); }
div.DivClassName
{
background-color: #D97080;
}
.BgClassName
{
background-color: #D97080;
}
</style>
border-color css
<style>
span { border-color: #D97080; }
span { border-color: rgb(217,112,128); }
td.TdClassName
{
border-color: #D97080;
}
.TagClassName
{
border-color: #D97080;
}
</style>