Shades of Deep Magenta #DC11E0
Tints of Deep Magenta #DC11E0
RGB
CMYK
RGB Variations
Color information
#DC11E0 (or 0xDC11E0) is known color: Deep Magenta. HEX triplet: DC, 11 and E0. RGB value is (220,17,224). Sum of RGB (Red+Green+Blue) = 220+17+224=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC11E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11E0 is #23EE1F. Grayscale: #646464. Windows color (decimal): -2354720 or 14684636. OLE color: 14684636.
HSL color Cylindrical-coordinate representation of color #DC11E0: hue angle of 298.84º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC11E0 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 17 | 224 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.12 |
| HSL | 298.84º | 0.86% | 0.47% | - |
| HSV(B) | 298.84º | 0.92% | 0.88% | - |
| XYZ | 43.17 | 21 | 72.3 | - |
| YUV | 101.3 | 197.25 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 224 | 0.02 | 0.92 | 0 | 0.12 | 298.84 | 0.86 | 0.47 |
| Hex | DC | 11 | E0 | 2 | 5C | 0 | C | 12B | 56 | 2F |
| Octal | 334 | 21 | 340 | 2 | 134 | 0 | 14 | 453 | 126 | 57 |
| Binary | 11011100 | 10001 | 11100000 | 10 | 1011100 | 0 | 1100 | 100101011 | 1010110 | 101111 |
Color Harmonies of #DC11E0
Complementary color
Monochromatic Colors of #DC11E0
Black with #DC11E0
Text Example
Text Example
White with #DC11E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11E0; }
p { color: rgb(220,17,224); }
H1.HeaderClassName
{
color: #DC11E0;
}
.AnyTagClassName
{
color: #DC11E0;
}
</style>
background-color css
<style>
a { background-color: #DC11E0; }
a { background-color: rgb(220,17,224); }
div.DivClassName
{
background-color: #DC11E0;
}
.BgClassName
{
background-color: #DC11E0;
}
</style>
border-color css
<style>
span { border-color: #DC11E0; }
span { border-color: rgb(220,17,224); }
td.TdClassName
{
border-color: #DC11E0;
}
.TagClassName
{
border-color: #DC11E0;
}
</style>