Shades of Deep Magenta #DB24C7
Tints of Deep Magenta #DB24C7
RGB
CMYK
RGB Variations
Color information
#DB24C7 (or 0xDB24C7) is known color: Deep Magenta. HEX triplet: DB, 24 and C7. RGB value is (219,36,199). Sum of RGB (Red+Green+Blue) = 219+36+199=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24C7 is #24DB38. Grayscale: #6C6C6C. Windows color (decimal): -2415417 or 13051099. OLE color: 13051099.
HSL color Cylindrical-coordinate representation of color #DB24C7: hue angle of 306.56º 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 #DB24C7 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 199 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.14 |
| HSL | 306.56º | 0.72% | 0.5% | - |
| HSV(B) | 306.56º | 0.84% | 0.86% | - |
| XYZ | 40.15 | 20.45 | 55.86 | - |
| YUV | 109.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 199 | 0 | 0.84 | 0.09 | 0.14 | 306.56 | 0.72 | 0.5 |
| Hex | DB | 24 | C7 | 0 | 54 | 9 | E | 133 | 48 | 32 |
| Octal | 333 | 44 | 307 | 0 | 124 | 11 | 16 | 463 | 110 | 62 |
| Binary | 11011011 | 100100 | 11000111 | 0 | 1010100 | 1001 | 1110 | 100110011 | 1001000 | 110010 |
Color Harmonies of #DB24C7
Complementary color
Monochromatic Colors of #DB24C7
Black with #DB24C7
Text Example
Text Example
White with #DB24C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24C7; }
p { color: rgb(219,36,199); }
H1.HeaderClassName
{
color: #DB24C7;
}
.AnyTagClassName
{
color: #DB24C7;
}
</style>
background-color css
<style>
a { background-color: #DB24C7; }
a { background-color: rgb(219,36,199); }
div.DivClassName
{
background-color: #DB24C7;
}
.BgClassName
{
background-color: #DB24C7;
}
</style>
border-color css
<style>
span { border-color: #DB24C7; }
span { border-color: rgb(219,36,199); }
td.TdClassName
{
border-color: #DB24C7;
}
.TagClassName
{
border-color: #DB24C7;
}
</style>