Shades of Deep Magenta #D024DD
Tints of Deep Magenta #D024DD
RGB
CMYK
RGB Variations
Color information
#D024DD (or 0xD024DD) is known color: Deep Magenta. HEX triplet: D0, 24 and DD. RGB value is (208,36,221). Sum of RGB (Red+Green+Blue) = 208+36+221=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #D024DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024DD is #2FDB22. Grayscale: #6B6B6B. Windows color (decimal): -3136291 or 14492880. OLE color: 14492880.
HSL color Cylindrical-coordinate representation of color #D024DD: hue angle of 295.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D024DD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 36 | 221 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.13 |
| HSL | 295.78º | 0.73% | 0.5% | - |
| HSV(B) | 295.78º | 0.84% | 0.87% | - |
| XYZ | 39.69 | 19.89 | 70.15 | - |
| YUV | 108.52 | 191.48 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 221 | 0.06 | 0.84 | 0 | 0.13 | 295.78 | 0.73 | 0.5 |
| Hex | D0 | 24 | DD | 6 | 54 | 0 | D | 128 | 49 | 32 |
| Octal | 320 | 44 | 335 | 6 | 124 | 0 | 15 | 450 | 111 | 62 |
| Binary | 11010000 | 100100 | 11011101 | 110 | 1010100 | 0 | 1101 | 100101000 | 1001001 | 110010 |
Color Harmonies of #D024DD
Complementary color
Monochromatic Colors of #D024DD
Black with #D024DD
Text Example
Text Example
White with #D024DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024DD; }
p { color: rgb(208,36,221); }
H1.HeaderClassName
{
color: #D024DD;
}
.AnyTagClassName
{
color: #D024DD;
}
</style>
background-color css
<style>
a { background-color: #D024DD; }
a { background-color: rgb(208,36,221); }
div.DivClassName
{
background-color: #D024DD;
}
.BgClassName
{
background-color: #D024DD;
}
</style>
border-color css
<style>
span { border-color: #D024DD; }
span { border-color: rgb(208,36,221); }
td.TdClassName
{
border-color: #D024DD;
}
.TagClassName
{
border-color: #D024DD;
}
</style>