Shades of Deep Magenta #DB0EC6
Tints of Deep Magenta #DB0EC6
RGB
CMYK
RGB Variations
Color information
#DB0EC6 (or 0xDB0EC6) is known color: Deep Magenta. HEX triplet: DB, 0E and C6. RGB value is (219,14,198). Sum of RGB (Red+Green+Blue) = 219+14+198=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EC6 is #24F139. Grayscale: #5F5F5F. Windows color (decimal): -2421050 or 12979931. OLE color: 12979931.
HSL color Cylindrical-coordinate representation of color #DB0EC6: hue angle of 306.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EC6 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 198 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.14 |
| HSL | 306.15º | 0.88% | 0.46% | - |
| HSV(B) | 306.15º | 0.94% | 0.86% | - |
| XYZ | 39.56 | 19.45 | 55.1 | - |
| YUV | 96.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 198 | 0 | 0.94 | 0.10 | 0.14 | 306.15 | 0.88 | 0.46 |
| Hex | DB | E | C6 | 0 | 5E | A | E | 132 | 58 | 2E |
| Octal | 333 | 16 | 306 | 0 | 136 | 12 | 16 | 462 | 130 | 56 |
| Binary | 11011011 | 1110 | 11000110 | 0 | 1011110 | 1010 | 1110 | 100110010 | 1011000 | 101110 |
Color Harmonies of #DB0EC6
Complementary color
Monochromatic Colors of #DB0EC6
Black with #DB0EC6
Text Example
Text Example
White with #DB0EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EC6; }
p { color: rgb(219,14,198); }
H1.HeaderClassName
{
color: #DB0EC6;
}
.AnyTagClassName
{
color: #DB0EC6;
}
</style>
background-color css
<style>
a { background-color: #DB0EC6; }
a { background-color: rgb(219,14,198); }
div.DivClassName
{
background-color: #DB0EC6;
}
.BgClassName
{
background-color: #DB0EC6;
}
</style>
border-color css
<style>
span { border-color: #DB0EC6; }
span { border-color: rgb(219,14,198); }
td.TdClassName
{
border-color: #DB0EC6;
}
.TagClassName
{
border-color: #DB0EC6;
}
</style>