Shades of Deep Magenta #DB0ED6
Tints of Deep Magenta #DB0ED6
RGB
CMYK
RGB Variations
Color information
#DB0ED6 (or 0xDB0ED6) is known color: Deep Magenta. HEX triplet: DB, 0E and D6. RGB value is (219,14,214). Sum of RGB (Red+Green+Blue) = 219+14+214=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ED6 is #24F129. Grayscale: #616161. Windows color (decimal): -2421034 or 14028507. OLE color: 14028507.
HSL color Cylindrical-coordinate representation of color #DB0ED6: hue angle of 301.46º 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 #DB0ED6 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 214 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.14 |
| HSL | 301.46º | 0.88% | 0.46% | - |
| HSV(B) | 301.46º | 0.94% | 0.86% | - |
| XYZ | 41.51 | 20.23 | 65.34 | - |
| YUV | 98.1 | 193.42 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 214 | 0 | 0.94 | 0.02 | 0.14 | 301.46 | 0.88 | 0.46 |
| Hex | DB | E | D6 | 0 | 5E | 2 | E | 12D | 58 | 2E |
| Octal | 333 | 16 | 326 | 0 | 136 | 2 | 16 | 455 | 130 | 56 |
| Binary | 11011011 | 1110 | 11010110 | 0 | 1011110 | 10 | 1110 | 100101101 | 1011000 | 101110 |
Color Harmonies of #DB0ED6
Complementary color
Monochromatic Colors of #DB0ED6
Black with #DB0ED6
Text Example
Text Example
White with #DB0ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ED6; }
p { color: rgb(219,14,214); }
H1.HeaderClassName
{
color: #DB0ED6;
}
.AnyTagClassName
{
color: #DB0ED6;
}
</style>
background-color css
<style>
a { background-color: #DB0ED6; }
a { background-color: rgb(219,14,214); }
div.DivClassName
{
background-color: #DB0ED6;
}
.BgClassName
{
background-color: #DB0ED6;
}
</style>
border-color css
<style>
span { border-color: #DB0ED6; }
span { border-color: rgb(219,14,214); }
td.TdClassName
{
border-color: #DB0ED6;
}
.TagClassName
{
border-color: #DB0ED6;
}
</style>