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