Shades of Deep Magenta #DB0ED9
Tints of Deep Magenta #DB0ED9
RGB
CMYK
RGB Variations
Color information
#DB0ED9 (or 0xDB0ED9) is known color: Deep Magenta. HEX triplet: DB, 0E and D9. RGB value is (219,14,217). Sum of RGB (Red+Green+Blue) = 219+14+217=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ED9 is #24F126. Grayscale: #616161. Windows color (decimal): -2421031 or 14225115. OLE color: 14225115.
HSL color Cylindrical-coordinate representation of color #DB0ED9: hue angle of 300.59º 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 #DB0ED9 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 217 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.14 |
| HSL | 300.59º | 0.88% | 0.46% | - |
| HSV(B) | 300.59º | 0.94% | 0.86% | - |
| XYZ | 41.89 | 20.38 | 67.37 | - |
| YUV | 98.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 217 | 0 | 0.94 | 0.01 | 0.14 | 300.59 | 0.88 | 0.46 |
| Hex | DB | E | D9 | 0 | 5E | 1 | E | 12D | 58 | 2E |
| Octal | 333 | 16 | 331 | 0 | 136 | 1 | 16 | 455 | 130 | 56 |
| Binary | 11011011 | 1110 | 11011001 | 0 | 1011110 | 1 | 1110 | 100101101 | 1011000 | 101110 |
Color Harmonies of #DB0ED9
Complementary color
Monochromatic Colors of #DB0ED9
Black with #DB0ED9
Text Example
Text Example
White with #DB0ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ED9; }
p { color: rgb(219,14,217); }
H1.HeaderClassName
{
color: #DB0ED9;
}
.AnyTagClassName
{
color: #DB0ED9;
}
</style>
background-color css
<style>
a { background-color: #DB0ED9; }
a { background-color: rgb(219,14,217); }
div.DivClassName
{
background-color: #DB0ED9;
}
.BgClassName
{
background-color: #DB0ED9;
}
</style>
border-color css
<style>
span { border-color: #DB0ED9; }
span { border-color: rgb(219,14,217); }
td.TdClassName
{
border-color: #DB0ED9;
}
.TagClassName
{
border-color: #DB0ED9;
}
</style>