Shades of Deep Blush #DB7087
Tints of Deep Blush #DB7087
RGB
CMYK
RGB Variations
Color information
#DB7087 (or 0xDB7087) is known color: Deep Blush. HEX triplet: DB, 70 and 87. RGB value is (219,112,135). Sum of RGB (Red+Green+Blue) = 219+112+135=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7087 is #248F78. Grayscale: #929292. Windows color (decimal): -2396025 or 8876251. OLE color: 8876251.
HSL color Cylindrical-coordinate representation of color #DB7087: hue angle of 347.1º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7087 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 135 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.14 |
| HSL | 347.1º | 0.6% | 0.65% | - |
| HSV(B) | 347.1º | 0.49% | 0.86% | - |
| XYZ | 39.38 | 28.4 | 26.33 | - |
| YUV | 146.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 135 | 0 | 0.49 | 0.38 | 0.14 | 347.1 | 0.6 | 0.65 |
| Hex | DB | 70 | 87 | 0 | 31 | 26 | E | 15B | 3C | 41 |
| Octal | 333 | 160 | 207 | 0 | 61 | 46 | 16 | 533 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10000111 | 0 | 110001 | 100110 | 1110 | 101011011 | 111100 | 1000001 |
Color Harmonies of #DB7087
Complementary color
Monochromatic Colors of #DB7087
Black with #DB7087
Text Example
Text Example
White with #DB7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7087; }
p { color: rgb(219,112,135); }
H1.HeaderClassName
{
color: #DB7087;
}
.AnyTagClassName
{
color: #DB7087;
}
</style>
background-color css
<style>
a { background-color: #DB7087; }
a { background-color: rgb(219,112,135); }
div.DivClassName
{
background-color: #DB7087;
}
.BgClassName
{
background-color: #DB7087;
}
</style>
border-color css
<style>
span { border-color: #DB7087; }
span { border-color: rgb(219,112,135); }
td.TdClassName
{
border-color: #DB7087;
}
.TagClassName
{
border-color: #DB7087;
}
</style>