Shades of Deep Magenta #D024D2
Tints of Deep Magenta #D024D2
RGB
CMYK
RGB Variations
Color information
#D024D2 (or 0xD024D2) is known color: Deep Magenta. HEX triplet: D0, 24 and D2. RGB value is (208,36,210). Sum of RGB (Red+Green+Blue) = 208+36+210=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #D024D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024D2 is #2FDB2D. Grayscale: #6A6A6A. Windows color (decimal): -3136302 or 13771984. OLE color: 13771984.
HSL color Cylindrical-coordinate representation of color #D024D2: hue angle of 299.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D024D2 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 210 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.18 |
| HSL | 299.31º | 0.71% | 0.48% | - |
| HSV(B) | 299.31º | 0.83% | 0.82% | - |
| XYZ | 38.28 | 19.32 | 62.69 | - |
| YUV | 107.26 | 185.98 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 210 | 0.01 | 0.83 | 0 | 0.18 | 299.31 | 0.71 | 0.48 |
| Hex | D0 | 24 | D2 | 1 | 53 | 0 | 12 | 12B | 47 | 30 |
| Octal | 320 | 44 | 322 | 1 | 123 | 0 | 22 | 453 | 107 | 60 |
| Binary | 11010000 | 100100 | 11010010 | 1 | 1010011 | 0 | 10010 | 100101011 | 1000111 | 110000 |
Color Harmonies of #D024D2
Complementary color
Monochromatic Colors of #D024D2
Black with #D024D2
Text Example
Text Example
White with #D024D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024D2; }
p { color: rgb(208,36,210); }
H1.HeaderClassName
{
color: #D024D2;
}
.AnyTagClassName
{
color: #D024D2;
}
</style>
background-color css
<style>
a { background-color: #D024D2; }
a { background-color: rgb(208,36,210); }
div.DivClassName
{
background-color: #D024D2;
}
.BgClassName
{
background-color: #D024D2;
}
</style>
border-color css
<style>
span { border-color: #D024D2; }
span { border-color: rgb(208,36,210); }
td.TdClassName
{
border-color: #D024D2;
}
.TagClassName
{
border-color: #D024D2;
}
</style>