Shades of Deep Magenta #DB0ECD
Tints of Deep Magenta #DB0ECD
RGB
CMYK
RGB Variations
Color information
#DB0ECD (or 0xDB0ECD) is known color: Deep Magenta. HEX triplet: DB, 0E and CD. RGB value is (219,14,205). Sum of RGB (Red+Green+Blue) = 219+14+205=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ECD is #24F132. Grayscale: #606060. Windows color (decimal): -2421043 or 13438683. OLE color: 13438683.
HSL color Cylindrical-coordinate representation of color #DB0ECD: hue angle of 304.1º 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 #DB0ECD is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 205 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.14 |
| HSL | 304.1º | 0.88% | 0.46% | - |
| HSV(B) | 304.1º | 0.94% | 0.86% | - |
| XYZ | 40.39 | 19.78 | 59.45 | - |
| YUV | 97.07 | 188.92 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 205 | 0 | 0.94 | 0.06 | 0.14 | 304.1 | 0.88 | 0.46 |
| Hex | DB | E | CD | 0 | 5E | 6 | E | 130 | 58 | 2E |
| Octal | 333 | 16 | 315 | 0 | 136 | 6 | 16 | 460 | 130 | 56 |
| Binary | 11011011 | 1110 | 11001101 | 0 | 1011110 | 110 | 1110 | 100110000 | 1011000 | 101110 |
Color Harmonies of #DB0ECD
Complementary color
Monochromatic Colors of #DB0ECD
Black with #DB0ECD
Text Example
Text Example
White with #DB0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ECD; }
p { color: rgb(219,14,205); }
H1.HeaderClassName
{
color: #DB0ECD;
}
.AnyTagClassName
{
color: #DB0ECD;
}
</style>
background-color css
<style>
a { background-color: #DB0ECD; }
a { background-color: rgb(219,14,205); }
div.DivClassName
{
background-color: #DB0ECD;
}
.BgClassName
{
background-color: #DB0ECD;
}
</style>
border-color css
<style>
span { border-color: #DB0ECD; }
span { border-color: rgb(219,14,205); }
td.TdClassName
{
border-color: #DB0ECD;
}
.TagClassName
{
border-color: #DB0ECD;
}
</style>