Shades of Deep Magenta #DC21D8
Tints of Deep Magenta #DC21D8
RGB
CMYK
RGB Variations
Color information
#DC21D8 (or 0xDC21D8) is known color: Deep Magenta. HEX triplet: DC, 21 and D8. RGB value is (220,33,216). Sum of RGB (Red+Green+Blue) = 220+33+216=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21D8 is #23DE27. Grayscale: #6D6D6D. Windows color (decimal): -2350632 or 14164444. OLE color: 14164444.
HSL color Cylindrical-coordinate representation of color #DC21D8: hue angle of 301.28º 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 #DC21D8 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 216 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.14 |
| HSL | 301.28º | 0.74% | 0.5% | - |
| HSV(B) | 301.28º | 0.85% | 0.86% | - |
| XYZ | 42.45 | 21.26 | 66.83 | - |
| YUV | 109.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 216 | 0 | 0.85 | 0.02 | 0.14 | 301.28 | 0.74 | 0.5 |
| Hex | DC | 21 | D8 | 0 | 55 | 2 | E | 12D | 4A | 32 |
| Octal | 334 | 41 | 330 | 0 | 125 | 2 | 16 | 455 | 112 | 62 |
| Binary | 11011100 | 100001 | 11011000 | 0 | 1010101 | 10 | 1110 | 100101101 | 1001010 | 110010 |
Color Harmonies of #DC21D8
Complementary color
Monochromatic Colors of #DC21D8
Black with #DC21D8
Text Example
Text Example
White with #DC21D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21D8; }
p { color: rgb(220,33,216); }
H1.HeaderClassName
{
color: #DC21D8;
}
.AnyTagClassName
{
color: #DC21D8;
}
</style>
background-color css
<style>
a { background-color: #DC21D8; }
a { background-color: rgb(220,33,216); }
div.DivClassName
{
background-color: #DC21D8;
}
.BgClassName
{
background-color: #DC21D8;
}
</style>
border-color css
<style>
span { border-color: #DC21D8; }
span { border-color: rgb(220,33,216); }
td.TdClassName
{
border-color: #DC21D8;
}
.TagClassName
{
border-color: #DC21D8;
}
</style>