Shades of Deep Magenta #DB24DA
Tints of Deep Magenta #DB24DA
RGB
CMYK
RGB Variations
Color information
#DB24DA (or 0xDB24DA) is known color: Deep Magenta. HEX triplet: DB, 24 and DA. RGB value is (219,36,218). Sum of RGB (Red+Green+Blue) = 219+36+218=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24DA is #24DB25. Grayscale: #6E6E6E. Windows color (decimal): -2415398 or 14296283. OLE color: 14296283.
HSL color Cylindrical-coordinate representation of color #DB24DA: hue angle of 300.33º 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 #DB24DA is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 218 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.14 |
| HSL | 300.33º | 0.72% | 0.5% | - |
| HSV(B) | 300.33º | 0.84% | 0.86% | - |
| XYZ | 42.5 | 21.38 | 68.22 | - |
| YUV | 111.47 | 188.13 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 218 | 0 | 0.84 | 0.00 | 0.14 | 300.33 | 0.72 | 0.5 |
| Hex | DB | 24 | DA | 0 | 54 | 0 | E | 12C | 48 | 32 |
| Octal | 333 | 44 | 332 | 0 | 124 | 0 | 16 | 454 | 110 | 62 |
| Binary | 11011011 | 100100 | 11011010 | 0 | 1010100 | 0 | 1110 | 100101100 | 1001000 | 110010 |
Color Harmonies of #DB24DA
Complementary color
Monochromatic Colors of #DB24DA
Black with #DB24DA
Text Example
Text Example
White with #DB24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24DA; }
p { color: rgb(219,36,218); }
H1.HeaderClassName
{
color: #DB24DA;
}
.AnyTagClassName
{
color: #DB24DA;
}
</style>
background-color css
<style>
a { background-color: #DB24DA; }
a { background-color: rgb(219,36,218); }
div.DivClassName
{
background-color: #DB24DA;
}
.BgClassName
{
background-color: #DB24DA;
}
</style>
border-color css
<style>
span { border-color: #DB24DA; }
span { border-color: rgb(219,36,218); }
td.TdClassName
{
border-color: #DB24DA;
}
.TagClassName
{
border-color: #DB24DA;
}
</style>