Shades of Deep Magenta #DB24E1
Tints of Deep Magenta #DB24E1
RGB
CMYK
RGB Variations
Color information
#DB24E1 (or 0xDB24E1) is known color: Deep Magenta. HEX triplet: DB, 24 and E1. RGB value is (219,36,225). Sum of RGB (Red+Green+Blue) = 219+36+225=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB24E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24E1 is #24DB1E. Grayscale: #6F6F6F. Windows color (decimal): -2415391 or 14755035. OLE color: 14755035.
HSL color Cylindrical-coordinate representation of color #DB24E1: hue angle of 298.1º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB24E1 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 36 | 225 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.12 |
| HSL | 298.1º | 0.76% | 0.51% | - |
| HSV(B) | 298.1º | 0.84% | 0.88% | - |
| XYZ | 43.43 | 21.76 | 73.14 | - |
| YUV | 112.26 | 191.63 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 225 | 0.03 | 0.84 | 0 | 0.12 | 298.1 | 0.76 | 0.51 |
| Hex | DB | 24 | E1 | 3 | 54 | 0 | C | 12A | 4C | 33 |
| Octal | 333 | 44 | 341 | 3 | 124 | 0 | 14 | 452 | 114 | 63 |
| Binary | 11011011 | 100100 | 11100001 | 11 | 1010100 | 0 | 1100 | 100101010 | 1001100 | 110011 |
Color Harmonies of #DB24E1
Complementary color
Monochromatic Colors of #DB24E1
Black with #DB24E1
Text Example
Text Example
White with #DB24E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24E1; }
p { color: rgb(219,36,225); }
H1.HeaderClassName
{
color: #DB24E1;
}
.AnyTagClassName
{
color: #DB24E1;
}
</style>
background-color css
<style>
a { background-color: #DB24E1; }
a { background-color: rgb(219,36,225); }
div.DivClassName
{
background-color: #DB24E1;
}
.BgClassName
{
background-color: #DB24E1;
}
</style>
border-color css
<style>
span { border-color: #DB24E1; }
span { border-color: rgb(219,36,225); }
td.TdClassName
{
border-color: #DB24E1;
}
.TagClassName
{
border-color: #DB24E1;
}
</style>