Shades of Deep Magenta #DB24CE
Tints of Deep Magenta #DB24CE
RGB
CMYK
RGB Variations
Color information
#DB24CE (or 0xDB24CE) is known color: Deep Magenta. HEX triplet: DB, 24 and CE. RGB value is (219,36,206). Sum of RGB (Red+Green+Blue) = 219+36+206=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24CE is #24DB31. Grayscale: #6D6D6D. Windows color (decimal): -2415410 or 13509851. OLE color: 13509851.
HSL color Cylindrical-coordinate representation of color #DB24CE: hue angle of 304.26º 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 #DB24CE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 206 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.14 |
| HSL | 304.26º | 0.72% | 0.5% | - |
| HSV(B) | 304.26º | 0.84% | 0.86% | - |
| XYZ | 40.98 | 20.78 | 60.24 | - |
| YUV | 110.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 206 | 0 | 0.84 | 0.06 | 0.14 | 304.26 | 0.72 | 0.5 |
| Hex | DB | 24 | CE | 0 | 54 | 6 | E | 130 | 48 | 32 |
| Octal | 333 | 44 | 316 | 0 | 124 | 6 | 16 | 460 | 110 | 62 |
| Binary | 11011011 | 100100 | 11001110 | 0 | 1010100 | 110 | 1110 | 100110000 | 1001000 | 110010 |
Color Harmonies of #DB24CE
Complementary color
Monochromatic Colors of #DB24CE
Black with #DB24CE
Text Example
Text Example
White with #DB24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24CE; }
p { color: rgb(219,36,206); }
H1.HeaderClassName
{
color: #DB24CE;
}
.AnyTagClassName
{
color: #DB24CE;
}
</style>
background-color css
<style>
a { background-color: #DB24CE; }
a { background-color: rgb(219,36,206); }
div.DivClassName
{
background-color: #DB24CE;
}
.BgClassName
{
background-color: #DB24CE;
}
</style>
border-color css
<style>
span { border-color: #DB24CE; }
span { border-color: rgb(219,36,206); }
td.TdClassName
{
border-color: #DB24CE;
}
.TagClassName
{
border-color: #DB24CE;
}
</style>