Shades of Deep Magenta #D024DC
Tints of Deep Magenta #D024DC
RGB
CMYK
RGB Variations
Color information
#D024DC (or 0xD024DC) is known color: Deep Magenta. HEX triplet: D0, 24 and DC. RGB value is (208,36,220). Sum of RGB (Red+Green+Blue) = 208+36+220=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #D024DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024DC is #2FDB23. Grayscale: #6B6B6B. Windows color (decimal): -3136292 or 14427344. OLE color: 14427344.
HSL color Cylindrical-coordinate representation of color #D024DC: hue angle of 296.09º 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 #D024DC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 36 | 220 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.14 |
| HSL | 296.09º | 0.72% | 0.5% | - |
| HSV(B) | 296.09º | 0.84% | 0.86% | - |
| XYZ | 39.56 | 19.84 | 69.45 | - |
| YUV | 108.4 | 190.98 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 220 | 0.05 | 0.84 | 0 | 0.14 | 296.09 | 0.72 | 0.5 |
| Hex | D0 | 24 | DC | 5 | 54 | 0 | E | 128 | 48 | 32 |
| Octal | 320 | 44 | 334 | 5 | 124 | 0 | 16 | 450 | 110 | 62 |
| Binary | 11010000 | 100100 | 11011100 | 101 | 1010100 | 0 | 1110 | 100101000 | 1001000 | 110010 |
Color Harmonies of #D024DC
Complementary color
Monochromatic Colors of #D024DC
Black with #D024DC
Text Example
Text Example
White with #D024DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024DC; }
p { color: rgb(208,36,220); }
H1.HeaderClassName
{
color: #D024DC;
}
.AnyTagClassName
{
color: #D024DC;
}
</style>
background-color css
<style>
a { background-color: #D024DC; }
a { background-color: rgb(208,36,220); }
div.DivClassName
{
background-color: #D024DC;
}
.BgClassName
{
background-color: #D024DC;
}
</style>
border-color css
<style>
span { border-color: #D024DC; }
span { border-color: rgb(208,36,220); }
td.TdClassName
{
border-color: #D024DC;
}
.TagClassName
{
border-color: #D024DC;
}
</style>