Shades of Deep Blush #DB6E82
Tints of Deep Blush #DB6E82
RGB
CMYK
RGB Variations
Color information
#DB6E82 (or 0xDB6E82) is known color: Deep Blush. HEX triplet: DB, 6E and 82. RGB value is (219,110,130). Sum of RGB (Red+Green+Blue) = 219+110+130=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E82 is #24917D. Grayscale: #909090. Windows color (decimal): -2396542 or 8548059. OLE color: 8548059.
HSL color Cylindrical-coordinate representation of color #DB6E82: hue angle of 348.99º 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 #DB6E82 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 130 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.14 |
| HSL | 348.99º | 0.6% | 0.65% | - |
| HSV(B) | 348.99º | 0.5% | 0.86% | - |
| XYZ | 38.82 | 27.82 | 24.44 | - |
| YUV | 144.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 130 | 0 | 0.50 | 0.41 | 0.14 | 348.99 | 0.6 | 0.65 |
| Hex | DB | 6E | 82 | 0 | 32 | 29 | E | 15D | 3C | 41 |
| Octal | 333 | 156 | 202 | 0 | 62 | 51 | 16 | 535 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10000010 | 0 | 110010 | 101001 | 1110 | 101011101 | 111100 | 1000001 |
Color Harmonies of #DB6E82
Complementary color
Monochromatic Colors of #DB6E82
Black with #DB6E82
Text Example
Text Example
White with #DB6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E82; }
p { color: rgb(219,110,130); }
H1.HeaderClassName
{
color: #DB6E82;
}
.AnyTagClassName
{
color: #DB6E82;
}
</style>
background-color css
<style>
a { background-color: #DB6E82; }
a { background-color: rgb(219,110,130); }
div.DivClassName
{
background-color: #DB6E82;
}
.BgClassName
{
background-color: #DB6E82;
}
</style>
border-color css
<style>
span { border-color: #DB6E82; }
span { border-color: rgb(219,110,130); }
td.TdClassName
{
border-color: #DB6E82;
}
.TagClassName
{
border-color: #DB6E82;
}
</style>