Shades of Deep Magenta #DC21E0
Tints of Deep Magenta #DC21E0
RGB
CMYK
RGB Variations
Color information
#DC21E0 (or 0xDC21E0) is known color: Deep Magenta. HEX triplet: DC, 21 and E0. RGB value is (220,33,224). Sum of RGB (Red+Green+Blue) = 220+33+224=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21E0 is #23DE1F. Grayscale: #6E6E6E. Windows color (decimal): -2350624 or 14688732. OLE color: 14688732.
HSL color Cylindrical-coordinate representation of color #DC21E0: hue angle of 298.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC21E0 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 33 | 224 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.12 |
| HSL | 298.74º | 0.75% | 0.5% | - |
| HSV(B) | 298.74º | 0.85% | 0.88% | - |
| XYZ | 43.51 | 21.69 | 72.41 | - |
| YUV | 110.69 | 191.95 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 224 | 0.02 | 0.85 | 0 | 0.12 | 298.74 | 0.75 | 0.5 |
| Hex | DC | 21 | E0 | 2 | 55 | 0 | C | 12B | 4B | 32 |
| Octal | 334 | 41 | 340 | 2 | 125 | 0 | 14 | 453 | 113 | 62 |
| Binary | 11011100 | 100001 | 11100000 | 10 | 1010101 | 0 | 1100 | 100101011 | 1001011 | 110010 |
Color Harmonies of #DC21E0
Complementary color
Monochromatic Colors of #DC21E0
Black with #DC21E0
Text Example
Text Example
White with #DC21E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21E0; }
p { color: rgb(220,33,224); }
H1.HeaderClassName
{
color: #DC21E0;
}
.AnyTagClassName
{
color: #DC21E0;
}
</style>
background-color css
<style>
a { background-color: #DC21E0; }
a { background-color: rgb(220,33,224); }
div.DivClassName
{
background-color: #DC21E0;
}
.BgClassName
{
background-color: #DC21E0;
}
</style>
border-color css
<style>
span { border-color: #DC21E0; }
span { border-color: rgb(220,33,224); }
td.TdClassName
{
border-color: #DC21E0;
}
.TagClassName
{
border-color: #DC21E0;
}
</style>