Shades of Deep Blush #D97086
Tints of Deep Blush #D97086
RGB
CMYK
RGB Variations
Color information
#D97086 (or 0xD97086) is known color: Deep Blush. HEX triplet: D9, 70 and 86. RGB value is (217,112,134). Sum of RGB (Red+Green+Blue) = 217+112+134=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D97086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97086 is #268F79. Grayscale: #919191. Windows color (decimal): -2527098 or 8810713. OLE color: 8810713.
HSL color Cylindrical-coordinate representation of color #D97086: hue angle of 347.43º 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 #D97086 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 134 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.15 |
| HSL | 347.43º | 0.58% | 0.65% | - |
| HSV(B) | 347.43º | 0.48% | 0.85% | - |
| XYZ | 38.71 | 28.06 | 25.93 | - |
| YUV | 145.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 134 | 0 | 0.48 | 0.38 | 0.15 | 347.43 | 0.58 | 0.65 |
| Hex | D9 | 70 | 86 | 0 | 30 | 26 | F | 15B | 3A | 41 |
| Octal | 331 | 160 | 206 | 0 | 60 | 46 | 17 | 533 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10000110 | 0 | 110000 | 100110 | 1111 | 101011011 | 111010 | 1000001 |
Color Harmonies of #D97086
Complementary color
Monochromatic Colors of #D97086
Black with #D97086
Text Example
Text Example
White with #D97086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97086; }
p { color: rgb(217,112,134); }
H1.HeaderClassName
{
color: #D97086;
}
.AnyTagClassName
{
color: #D97086;
}
</style>
background-color css
<style>
a { background-color: #D97086; }
a { background-color: rgb(217,112,134); }
div.DivClassName
{
background-color: #D97086;
}
.BgClassName
{
background-color: #D97086;
}
</style>
border-color css
<style>
span { border-color: #D97086; }
span { border-color: rgb(217,112,134); }
td.TdClassName
{
border-color: #D97086;
}
.TagClassName
{
border-color: #D97086;
}
</style>