Shades of Deep Blush #D97087
Tints of Deep Blush #D97087
RGB
CMYK
RGB Variations
Color information
#D97087 (or 0xD97087) is known color: Deep Blush. HEX triplet: D9, 70 and 87. RGB value is (217,112,135). Sum of RGB (Red+Green+Blue) = 217+112+135=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D97087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97087 is #268F78. Grayscale: #929292. Windows color (decimal): -2527097 or 8876249. OLE color: 8876249.
HSL color Cylindrical-coordinate representation of color #D97087: hue angle of 346.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 #D97087 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 135 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.15 |
| HSL | 346.86º | 0.58% | 0.65% | - |
| HSV(B) | 346.86º | 0.48% | 0.85% | - |
| XYZ | 38.78 | 28.09 | 26.3 | - |
| YUV | 146.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 135 | 0 | 0.48 | 0.38 | 0.15 | 346.86 | 0.58 | 0.65 |
| Hex | D9 | 70 | 87 | 0 | 30 | 26 | F | 15B | 3A | 41 |
| Octal | 331 | 160 | 207 | 0 | 60 | 46 | 17 | 533 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10000111 | 0 | 110000 | 100110 | 1111 | 101011011 | 111010 | 1000001 |
Color Harmonies of #D97087
Complementary color
Monochromatic Colors of #D97087
Black with #D97087
Text Example
Text Example
White with #D97087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97087; }
p { color: rgb(217,112,135); }
H1.HeaderClassName
{
color: #D97087;
}
.AnyTagClassName
{
color: #D97087;
}
</style>
background-color css
<style>
a { background-color: #D97087; }
a { background-color: rgb(217,112,135); }
div.DivClassName
{
background-color: #D97087;
}
.BgClassName
{
background-color: #D97087;
}
</style>
border-color css
<style>
span { border-color: #D97087; }
span { border-color: rgb(217,112,135); }
td.TdClassName
{
border-color: #D97087;
}
.TagClassName
{
border-color: #D97087;
}
</style>