Shades of Deep Blush #DB6E84
Tints of Deep Blush #DB6E84
RGB
CMYK
RGB Variations
Color information
#DB6E84 (or 0xDB6E84) is known color: Deep Blush. HEX triplet: DB, 6E and 84. RGB value is (219,110,132). Sum of RGB (Red+Green+Blue) = 219+110+132=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E84 is #24917B. Grayscale: #919191. Windows color (decimal): -2396540 or 8679131. OLE color: 8679131.
HSL color Cylindrical-coordinate representation of color #DB6E84: hue angle of 347.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E84 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 132 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.14 |
| HSL | 347.89º | 0.6% | 0.65% | - |
| HSV(B) | 347.89º | 0.5% | 0.86% | - |
| XYZ | 38.95 | 27.88 | 25.16 | - |
| YUV | 145.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 132 | 0 | 0.50 | 0.40 | 0.14 | 347.89 | 0.6 | 0.65 |
| Hex | DB | 6E | 84 | 0 | 32 | 28 | E | 15C | 3C | 41 |
| Octal | 333 | 156 | 204 | 0 | 62 | 50 | 16 | 534 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10000100 | 0 | 110010 | 101000 | 1110 | 101011100 | 111100 | 1000001 |
Color Harmonies of #DB6E84
Complementary color
Monochromatic Colors of #DB6E84
Black with #DB6E84
Text Example
Text Example
White with #DB6E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E84; }
p { color: rgb(219,110,132); }
H1.HeaderClassName
{
color: #DB6E84;
}
.AnyTagClassName
{
color: #DB6E84;
}
</style>
background-color css
<style>
a { background-color: #DB6E84; }
a { background-color: rgb(219,110,132); }
div.DivClassName
{
background-color: #DB6E84;
}
.BgClassName
{
background-color: #DB6E84;
}
</style>
border-color css
<style>
span { border-color: #DB6E84; }
span { border-color: rgb(219,110,132); }
td.TdClassName
{
border-color: #DB6E84;
}
.TagClassName
{
border-color: #DB6E84;
}
</style>