Shades of Deep Magenta #DC0EDA
Tints of Deep Magenta #DC0EDA
RGB
CMYK
RGB Variations
Color information
#DC0EDA (or 0xDC0EDA) is known color: Deep Magenta. HEX triplet: DC, 0E and DA. RGB value is (220,14,218). Sum of RGB (Red+Green+Blue) = 220+14+218=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0EDA is #23F125. Grayscale: #626262. Windows color (decimal): -2355494 or 14290652. OLE color: 14290652.
HSL color Cylindrical-coordinate representation of color #DC0EDA: hue angle of 300.58º 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 #DC0EDA is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 218 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.14 |
| HSL | 300.58º | 0.88% | 0.46% | - |
| HSV(B) | 300.58º | 0.94% | 0.86% | - |
| XYZ | 42.33 | 20.59 | 68.07 | - |
| YUV | 98.85 | 195.25 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 218 | 0 | 0.94 | 0.01 | 0.14 | 300.58 | 0.88 | 0.46 |
| Hex | DC | E | DA | 0 | 5E | 1 | E | 12D | 58 | 2E |
| Octal | 334 | 16 | 332 | 0 | 136 | 1 | 16 | 455 | 130 | 56 |
| Binary | 11011100 | 1110 | 11011010 | 0 | 1011110 | 1 | 1110 | 100101101 | 1011000 | 101110 |
Color Harmonies of #DC0EDA
Complementary color
Monochromatic Colors of #DC0EDA
Black with #DC0EDA
Text Example
Text Example
White with #DC0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EDA; }
p { color: rgb(220,14,218); }
H1.HeaderClassName
{
color: #DC0EDA;
}
.AnyTagClassName
{
color: #DC0EDA;
}
</style>
background-color css
<style>
a { background-color: #DC0EDA; }
a { background-color: rgb(220,14,218); }
div.DivClassName
{
background-color: #DC0EDA;
}
.BgClassName
{
background-color: #DC0EDA;
}
</style>
border-color css
<style>
span { border-color: #DC0EDA; }
span { border-color: rgb(220,14,218); }
td.TdClassName
{
border-color: #DC0EDA;
}
.TagClassName
{
border-color: #DC0EDA;
}
</style>