Shades of Deep Magenta #D024DA
Tints of Deep Magenta #D024DA
RGB
CMYK
RGB Variations
Color information
#D024DA (or 0xD024DA) is known color: Deep Magenta. HEX triplet: D0, 24 and DA. RGB value is (208,36,218). Sum of RGB (Red+Green+Blue) = 208+36+218=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #D024DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024DA is #2FDB25. Grayscale: #6B6B6B. Windows color (decimal): -3136294 or 14296272. OLE color: 14296272.
HSL color Cylindrical-coordinate representation of color #D024DA: hue angle of 296.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D024DA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 36 | 218 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.15 |
| HSL | 296.7º | 0.72% | 0.5% | - |
| HSV(B) | 296.7º | 0.83% | 0.85% | - |
| XYZ | 39.3 | 19.73 | 68.07 | - |
| YUV | 108.18 | 189.98 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 218 | 0.05 | 0.83 | 0 | 0.15 | 296.7 | 0.72 | 0.5 |
| Hex | D0 | 24 | DA | 5 | 53 | 0 | F | 129 | 48 | 32 |
| Octal | 320 | 44 | 332 | 5 | 123 | 0 | 17 | 451 | 110 | 62 |
| Binary | 11010000 | 100100 | 11011010 | 101 | 1010011 | 0 | 1111 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D024DA
Complementary color
Monochromatic Colors of #D024DA
Black with #D024DA
Text Example
Text Example
White with #D024DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024DA; }
p { color: rgb(208,36,218); }
H1.HeaderClassName
{
color: #D024DA;
}
.AnyTagClassName
{
color: #D024DA;
}
</style>
background-color css
<style>
a { background-color: #D024DA; }
a { background-color: rgb(208,36,218); }
div.DivClassName
{
background-color: #D024DA;
}
.BgClassName
{
background-color: #D024DA;
}
</style>
border-color css
<style>
span { border-color: #D024DA; }
span { border-color: rgb(208,36,218); }
td.TdClassName
{
border-color: #D024DA;
}
.TagClassName
{
border-color: #D024DA;
}
</style>