Shades of Deep Magenta #DC21D0
Tints of Deep Magenta #DC21D0
RGB
CMYK
RGB Variations
Color information
#DC21D0 (or 0xDC21D0) is known color: Deep Magenta. HEX triplet: DC, 21 and D0. RGB value is (220,33,208). Sum of RGB (Red+Green+Blue) = 220+33+208=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21D0 is #23DE2F. Grayscale: #6C6C6C. Windows color (decimal): -2350640 or 13640156. OLE color: 13640156.
HSL color Cylindrical-coordinate representation of color #DC21D0: hue angle of 303.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC21D0 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 208 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.14 |
| HSL | 303.85º | 0.74% | 0.5% | - |
| HSV(B) | 303.85º | 0.85% | 0.86% | - |
| XYZ | 41.44 | 20.86 | 61.52 | - |
| YUV | 108.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 208 | 0 | 0.85 | 0.05 | 0.14 | 303.85 | 0.74 | 0.5 |
| Hex | DC | 21 | D0 | 0 | 55 | 5 | E | 130 | 4A | 32 |
| Octal | 334 | 41 | 320 | 0 | 125 | 5 | 16 | 460 | 112 | 62 |
| Binary | 11011100 | 100001 | 11010000 | 0 | 1010101 | 101 | 1110 | 100110000 | 1001010 | 110010 |
Color Harmonies of #DC21D0
Complementary color
Monochromatic Colors of #DC21D0
Black with #DC21D0
Text Example
Text Example
White with #DC21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21D0; }
p { color: rgb(220,33,208); }
H1.HeaderClassName
{
color: #DC21D0;
}
.AnyTagClassName
{
color: #DC21D0;
}
</style>
background-color css
<style>
a { background-color: #DC21D0; }
a { background-color: rgb(220,33,208); }
div.DivClassName
{
background-color: #DC21D0;
}
.BgClassName
{
background-color: #DC21D0;
}
</style>
border-color css
<style>
span { border-color: #DC21D0; }
span { border-color: rgb(220,33,208); }
td.TdClassName
{
border-color: #DC21D0;
}
.TagClassName
{
border-color: #DC21D0;
}
</style>