Shades of Deep Magenta #DC24D2
Tints of Deep Magenta #DC24D2
RGB
CMYK
RGB Variations
Color information
#DC24D2 (or 0xDC24D2) is known color: Deep Magenta. HEX triplet: DC, 24 and D2. RGB value is (220,36,210). Sum of RGB (Red+Green+Blue) = 220+36+210=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24D2 is #23DB2D. Grayscale: #6E6E6E. Windows color (decimal): -2349870 or 13771996. OLE color: 13771996.
HSL color Cylindrical-coordinate representation of color #DC24D2: hue angle of 303.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24D2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 210 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.14 |
| HSL | 303.26º | 0.72% | 0.5% | - |
| HSV(B) | 303.26º | 0.84% | 0.86% | - |
| XYZ | 41.78 | 21.13 | 62.85 | - |
| YUV | 110.85 | 183.96 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 210 | 0 | 0.84 | 0.05 | 0.14 | 303.26 | 0.72 | 0.5 |
| Hex | DC | 24 | D2 | 0 | 54 | 5 | E | 12F | 48 | 32 |
| Octal | 334 | 44 | 322 | 0 | 124 | 5 | 16 | 457 | 110 | 62 |
| Binary | 11011100 | 100100 | 11010010 | 0 | 1010100 | 101 | 1110 | 100101111 | 1001000 | 110010 |
Color Harmonies of #DC24D2
Complementary color
Monochromatic Colors of #DC24D2
Black with #DC24D2
Text Example
Text Example
White with #DC24D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24D2; }
p { color: rgb(220,36,210); }
H1.HeaderClassName
{
color: #DC24D2;
}
.AnyTagClassName
{
color: #DC24D2;
}
</style>
background-color css
<style>
a { background-color: #DC24D2; }
a { background-color: rgb(220,36,210); }
div.DivClassName
{
background-color: #DC24D2;
}
.BgClassName
{
background-color: #DC24D2;
}
</style>
border-color css
<style>
span { border-color: #DC24D2; }
span { border-color: rgb(220,36,210); }
td.TdClassName
{
border-color: #DC24D2;
}
.TagClassName
{
border-color: #DC24D2;
}
</style>