Shades of Deep Magenta #D024DF
Tints of Deep Magenta #D024DF
RGB
CMYK
RGB Variations
Color information
#D024DF (or 0xD024DF) is known color: Deep Magenta. HEX triplet: D0, 24 and DF. RGB value is (208,36,223). Sum of RGB (Red+Green+Blue) = 208+36+223=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #D024DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024DF is #2FDB20. Grayscale: #6C6C6C. Windows color (decimal): -3136289 or 14623952. OLE color: 14623952.
HSL color Cylindrical-coordinate representation of color #D024DF: hue angle of 295.19º 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 #D024DF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 36 | 223 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.13 |
| HSL | 295.19º | 0.75% | 0.51% | - |
| HSV(B) | 295.19º | 0.84% | 0.87% | - |
| XYZ | 39.96 | 20 | 71.57 | - |
| YUV | 108.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 223 | 0.07 | 0.84 | 0 | 0.13 | 295.19 | 0.75 | 0.51 |
| Hex | D0 | 24 | DF | 7 | 54 | 0 | D | 127 | 4B | 33 |
| Octal | 320 | 44 | 337 | 7 | 124 | 0 | 15 | 447 | 113 | 63 |
| Binary | 11010000 | 100100 | 11011111 | 111 | 1010100 | 0 | 1101 | 100100111 | 1001011 | 110011 |
Color Harmonies of #D024DF
Complementary color
Monochromatic Colors of #D024DF
Black with #D024DF
Text Example
Text Example
White with #D024DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024DF; }
p { color: rgb(208,36,223); }
H1.HeaderClassName
{
color: #D024DF;
}
.AnyTagClassName
{
color: #D024DF;
}
</style>
background-color css
<style>
a { background-color: #D024DF; }
a { background-color: rgb(208,36,223); }
div.DivClassName
{
background-color: #D024DF;
}
.BgClassName
{
background-color: #D024DF;
}
</style>
border-color css
<style>
span { border-color: #D024DF; }
span { border-color: rgb(208,36,223); }
td.TdClassName
{
border-color: #D024DF;
}
.TagClassName
{
border-color: #D024DF;
}
</style>