Shades of Deep Magenta #DC0AE0
Tints of Deep Magenta #DC0AE0
RGB
CMYK
RGB Variations
Color information
#DC0AE0 (or 0xDC0AE0) is known color: Deep Magenta. HEX triplet: DC, 0A and E0. RGB value is (220,10,224). Sum of RGB (Red+Green+Blue) = 220+10+224=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC0AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AE0 is #23F51F. Grayscale: #606060. Windows color (decimal): -2356512 or 14682844. OLE color: 14682844.
HSL color Cylindrical-coordinate representation of color #DC0AE0: hue angle of 298.88º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0AE0 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 10 | 224 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.12 |
| HSL | 298.88º | 0.91% | 0.46% | - |
| HSV(B) | 298.88º | 0.96% | 0.88% | - |
| XYZ | 43.08 | 20.81 | 72.27 | - |
| YUV | 97.19 | 199.57 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 224 | 0.02 | 0.96 | 0 | 0.12 | 298.88 | 0.91 | 0.46 |
| Hex | DC | A | E0 | 2 | 60 | 0 | C | 12B | 5B | 2E |
| Octal | 334 | 12 | 340 | 2 | 140 | 0 | 14 | 453 | 133 | 56 |
| Binary | 11011100 | 1010 | 11100000 | 10 | 1100000 | 0 | 1100 | 100101011 | 1011011 | 101110 |
Color Harmonies of #DC0AE0
Complementary color
Monochromatic Colors of #DC0AE0
Black with #DC0AE0
Text Example
Text Example
White with #DC0AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AE0; }
p { color: rgb(220,10,224); }
H1.HeaderClassName
{
color: #DC0AE0;
}
.AnyTagClassName
{
color: #DC0AE0;
}
</style>
background-color css
<style>
a { background-color: #DC0AE0; }
a { background-color: rgb(220,10,224); }
div.DivClassName
{
background-color: #DC0AE0;
}
.BgClassName
{
background-color: #DC0AE0;
}
</style>
border-color css
<style>
span { border-color: #DC0AE0; }
span { border-color: rgb(220,10,224); }
td.TdClassName
{
border-color: #DC0AE0;
}
.TagClassName
{
border-color: #DC0AE0;
}
</style>