Shades of Deep Magenta #DB0ED4
Tints of Deep Magenta #DB0ED4
RGB
CMYK
RGB Variations
Color information
#DB0ED4 (or 0xDB0ED4) is known color: Deep Magenta. HEX triplet: DB, 0E and D4. RGB value is (219,14,212). Sum of RGB (Red+Green+Blue) = 219+14+212=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ED4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ED4 is #24F12B. Grayscale: #616161. Windows color (decimal): -2421036 or 13897435. OLE color: 13897435.
HSL color Cylindrical-coordinate representation of color #DB0ED4: hue angle of 302.05º 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 #DB0ED4 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 212 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.14 |
| HSL | 302.05º | 0.88% | 0.46% | - |
| HSV(B) | 302.05º | 0.94% | 0.86% | - |
| XYZ | 41.25 | 20.13 | 64 | - |
| YUV | 97.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 212 | 0 | 0.94 | 0.03 | 0.14 | 302.05 | 0.88 | 0.46 |
| Hex | DB | E | D4 | 0 | 5E | 3 | E | 12E | 58 | 2E |
| Octal | 333 | 16 | 324 | 0 | 136 | 3 | 16 | 456 | 130 | 56 |
| Binary | 11011011 | 1110 | 11010100 | 0 | 1011110 | 11 | 1110 | 100101110 | 1011000 | 101110 |
Color Harmonies of #DB0ED4
Complementary color
Monochromatic Colors of #DB0ED4
Black with #DB0ED4
Text Example
Text Example
White with #DB0ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ED4; }
p { color: rgb(219,14,212); }
H1.HeaderClassName
{
color: #DB0ED4;
}
.AnyTagClassName
{
color: #DB0ED4;
}
</style>
background-color css
<style>
a { background-color: #DB0ED4; }
a { background-color: rgb(219,14,212); }
div.DivClassName
{
background-color: #DB0ED4;
}
.BgClassName
{
background-color: #DB0ED4;
}
</style>
border-color css
<style>
span { border-color: #DB0ED4; }
span { border-color: rgb(219,14,212); }
td.TdClassName
{
border-color: #DB0ED4;
}
.TagClassName
{
border-color: #DB0ED4;
}
</style>