Shades of Deep Magenta #DB24C9
Tints of Deep Magenta #DB24C9
RGB
CMYK
RGB Variations
Color information
#DB24C9 (or 0xDB24C9) is known color: Deep Magenta. HEX triplet: DB, 24 and C9. RGB value is (219,36,201). Sum of RGB (Red+Green+Blue) = 219+36+201=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24C9 is #24DB36. Grayscale: #6D6D6D. Windows color (decimal): -2415415 or 13182171. OLE color: 13182171.
HSL color Cylindrical-coordinate representation of color #DB24C9: hue angle of 305.9º 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 #DB24C9 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 201 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.14 |
| HSL | 305.9º | 0.72% | 0.5% | - |
| HSV(B) | 305.9º | 0.84% | 0.86% | - |
| XYZ | 40.39 | 20.54 | 57.09 | - |
| YUV | 109.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 201 | 0 | 0.84 | 0.08 | 0.14 | 305.9 | 0.72 | 0.5 |
| Hex | DB | 24 | C9 | 0 | 54 | 8 | E | 132 | 48 | 32 |
| Octal | 333 | 44 | 311 | 0 | 124 | 10 | 16 | 462 | 110 | 62 |
| Binary | 11011011 | 100100 | 11001001 | 0 | 1010100 | 1000 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DB24C9
Complementary color
Monochromatic Colors of #DB24C9
Black with #DB24C9
Text Example
Text Example
White with #DB24C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24C9; }
p { color: rgb(219,36,201); }
H1.HeaderClassName
{
color: #DB24C9;
}
.AnyTagClassName
{
color: #DB24C9;
}
</style>
background-color css
<style>
a { background-color: #DB24C9; }
a { background-color: rgb(219,36,201); }
div.DivClassName
{
background-color: #DB24C9;
}
.BgClassName
{
background-color: #DB24C9;
}
</style>
border-color css
<style>
span { border-color: #DB24C9; }
span { border-color: rgb(219,36,201); }
td.TdClassName
{
border-color: #DB24C9;
}
.TagClassName
{
border-color: #DB24C9;
}
</style>