Shades of Deep Magenta #DC24D1
Tints of Deep Magenta #DC24D1
RGB
CMYK
RGB Variations
Color information
#DC24D1 (or 0xDC24D1) is known color: Deep Magenta. HEX triplet: DC, 24 and D1. RGB value is (220,36,209). Sum of RGB (Red+Green+Blue) = 220+36+209=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24D1 is #23DB2E. Grayscale: #6E6E6E. Windows color (decimal): -2349871 or 13706460. OLE color: 13706460.
HSL color Cylindrical-coordinate representation of color #DC24D1: hue angle of 303.59º 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 #DC24D1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 209 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.14 |
| HSL | 303.59º | 0.72% | 0.5% | - |
| HSV(B) | 303.59º | 0.84% | 0.86% | - |
| XYZ | 41.65 | 21.08 | 62.2 | - |
| YUV | 110.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 209 | 0 | 0.84 | 0.05 | 0.14 | 303.59 | 0.72 | 0.5 |
| Hex | DC | 24 | D1 | 0 | 54 | 5 | E | 130 | 48 | 32 |
| Octal | 334 | 44 | 321 | 0 | 124 | 5 | 16 | 460 | 110 | 62 |
| Binary | 11011100 | 100100 | 11010001 | 0 | 1010100 | 101 | 1110 | 100110000 | 1001000 | 110010 |
Color Harmonies of #DC24D1
Complementary color
Monochromatic Colors of #DC24D1
Black with #DC24D1
Text Example
Text Example
White with #DC24D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24D1; }
p { color: rgb(220,36,209); }
H1.HeaderClassName
{
color: #DC24D1;
}
.AnyTagClassName
{
color: #DC24D1;
}
</style>
background-color css
<style>
a { background-color: #DC24D1; }
a { background-color: rgb(220,36,209); }
div.DivClassName
{
background-color: #DC24D1;
}
.BgClassName
{
background-color: #DC24D1;
}
</style>
border-color css
<style>
span { border-color: #DC24D1; }
span { border-color: rgb(220,36,209); }
td.TdClassName
{
border-color: #DC24D1;
}
.TagClassName
{
border-color: #DC24D1;
}
</style>