Shades of Deep Magenta #DB0EDC
Tints of Deep Magenta #DB0EDC
RGB
CMYK
RGB Variations
Color information
#DB0EDC (or 0xDB0EDC) is known color: Deep Magenta. HEX triplet: DB, 0E and DC. RGB value is (219,14,220). Sum of RGB (Red+Green+Blue) = 219+14+220=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EDC is #24F123. Grayscale: #626262. Windows color (decimal): -2421028 or 14421723. OLE color: 14421723.
HSL color Cylindrical-coordinate representation of color #DB0EDC: hue angle of 299.71º 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 #DB0EDC is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 220 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.14 |
| HSL | 299.71º | 0.88% | 0.46% | - |
| HSV(B) | 299.71º | 0.94% | 0.86% | - |
| XYZ | 42.29 | 20.54 | 69.45 | - |
| YUV | 98.78 | 196.42 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 220 | 0.00 | 0.94 | 0 | 0.14 | 299.71 | 0.88 | 0.46 |
| Hex | DB | E | DC | 0 | 5E | 0 | E | 12C | 58 | 2E |
| Octal | 333 | 16 | 334 | 0 | 136 | 0 | 16 | 454 | 130 | 56 |
| Binary | 11011011 | 1110 | 11011100 | 0 | 1011110 | 0 | 1110 | 100101100 | 1011000 | 101110 |
Color Harmonies of #DB0EDC
Complementary color
Monochromatic Colors of #DB0EDC
Black with #DB0EDC
Text Example
Text Example
White with #DB0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EDC; }
p { color: rgb(219,14,220); }
H1.HeaderClassName
{
color: #DB0EDC;
}
.AnyTagClassName
{
color: #DB0EDC;
}
</style>
background-color css
<style>
a { background-color: #DB0EDC; }
a { background-color: rgb(219,14,220); }
div.DivClassName
{
background-color: #DB0EDC;
}
.BgClassName
{
background-color: #DB0EDC;
}
</style>
border-color css
<style>
span { border-color: #DB0EDC; }
span { border-color: rgb(219,14,220); }
td.TdClassName
{
border-color: #DB0EDC;
}
.TagClassName
{
border-color: #DB0EDC;
}
</style>