Shades of Deep Magenta #D024DB
Tints of Deep Magenta #D024DB
RGB
CMYK
RGB Variations
Color information
#D024DB (or 0xD024DB) is known color: Deep Magenta. HEX triplet: D0, 24 and DB. RGB value is (208,36,219). Sum of RGB (Red+Green+Blue) = 208+36+219=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #D024DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024DB is #2FDB24. Grayscale: #6B6B6B. Windows color (decimal): -3136293 or 14361808. OLE color: 14361808.
HSL color Cylindrical-coordinate representation of color #D024DB: hue angle of 296.39º 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 #D024DB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 36 | 219 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.14 |
| HSL | 296.39º | 0.72% | 0.5% | - |
| HSV(B) | 296.39º | 0.84% | 0.86% | - |
| XYZ | 39.43 | 19.79 | 68.76 | - |
| YUV | 108.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 219 | 0.05 | 0.84 | 0 | 0.14 | 296.39 | 0.72 | 0.5 |
| Hex | D0 | 24 | DB | 5 | 54 | 0 | E | 128 | 48 | 32 |
| Octal | 320 | 44 | 333 | 5 | 124 | 0 | 16 | 450 | 110 | 62 |
| Binary | 11010000 | 100100 | 11011011 | 101 | 1010100 | 0 | 1110 | 100101000 | 1001000 | 110010 |
Color Harmonies of #D024DB
Complementary color
Monochromatic Colors of #D024DB
Black with #D024DB
Text Example
Text Example
White with #D024DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024DB; }
p { color: rgb(208,36,219); }
H1.HeaderClassName
{
color: #D024DB;
}
.AnyTagClassName
{
color: #D024DB;
}
</style>
background-color css
<style>
a { background-color: #D024DB; }
a { background-color: rgb(208,36,219); }
div.DivClassName
{
background-color: #D024DB;
}
.BgClassName
{
background-color: #D024DB;
}
</style>
border-color css
<style>
span { border-color: #D024DB; }
span { border-color: rgb(208,36,219); }
td.TdClassName
{
border-color: #D024DB;
}
.TagClassName
{
border-color: #D024DB;
}
</style>