Shades of Deep Magenta #DC24DF
Tints of Deep Magenta #DC24DF
RGB
CMYK
RGB Variations
Color information
#DC24DF (or 0xDC24DF) is known color: Deep Magenta. HEX triplet: DC, 24 and DF. RGB value is (220,36,223). Sum of RGB (Red+Green+Blue) = 220+36+223=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24DF is #23DB20. Grayscale: #6F6F6F. Windows color (decimal): -2349857 or 14623964. OLE color: 14623964.
HSL color Cylindrical-coordinate representation of color #DC24DF: hue angle of 299.04º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24DF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 36 | 223 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.13 |
| HSL | 299.04º | 0.75% | 0.51% | - |
| HSV(B) | 299.04º | 0.84% | 0.87% | - |
| XYZ | 43.47 | 21.81 | 71.73 | - |
| YUV | 112.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 223 | 0.01 | 0.84 | 0 | 0.13 | 299.04 | 0.75 | 0.51 |
| Hex | DC | 24 | DF | 1 | 54 | 0 | D | 12B | 4B | 33 |
| Octal | 334 | 44 | 337 | 1 | 124 | 0 | 15 | 453 | 113 | 63 |
| Binary | 11011100 | 100100 | 11011111 | 1 | 1010100 | 0 | 1101 | 100101011 | 1001011 | 110011 |
Color Harmonies of #DC24DF
Complementary color
Monochromatic Colors of #DC24DF
Black with #DC24DF
Text Example
Text Example
White with #DC24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24DF; }
p { color: rgb(220,36,223); }
H1.HeaderClassName
{
color: #DC24DF;
}
.AnyTagClassName
{
color: #DC24DF;
}
</style>
background-color css
<style>
a { background-color: #DC24DF; }
a { background-color: rgb(220,36,223); }
div.DivClassName
{
background-color: #DC24DF;
}
.BgClassName
{
background-color: #DC24DF;
}
</style>
border-color css
<style>
span { border-color: #DC24DF; }
span { border-color: rgb(220,36,223); }
td.TdClassName
{
border-color: #DC24DF;
}
.TagClassName
{
border-color: #DC24DF;
}
</style>