Shades of Deep Magenta #DB24D1
Tints of Deep Magenta #DB24D1
RGB
CMYK
RGB Variations
Color information
#DB24D1 (or 0xDB24D1) is known color: Deep Magenta. HEX triplet: DB, 24 and D1. RGB value is (219,36,209). Sum of RGB (Red+Green+Blue) = 219+36+209=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24D1 is #24DB2E. Grayscale: #6D6D6D. Windows color (decimal): -2415407 or 13706459. OLE color: 13706459.
HSL color Cylindrical-coordinate representation of color #DB24D1: hue angle of 303.28º 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 #DB24D1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 209 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.14 |
| HSL | 303.28º | 0.72% | 0.5% | - |
| HSV(B) | 303.28º | 0.84% | 0.86% | - |
| XYZ | 41.35 | 20.93 | 62.18 | - |
| YUV | 110.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 209 | 0 | 0.84 | 0.05 | 0.14 | 303.28 | 0.72 | 0.5 |
| Hex | DB | 24 | D1 | 0 | 54 | 5 | E | 12F | 48 | 32 |
| Octal | 333 | 44 | 321 | 0 | 124 | 5 | 16 | 457 | 110 | 62 |
| Binary | 11011011 | 100100 | 11010001 | 0 | 1010100 | 101 | 1110 | 100101111 | 1001000 | 110010 |
Color Harmonies of #DB24D1
Complementary color
Monochromatic Colors of #DB24D1
Black with #DB24D1
Text Example
Text Example
White with #DB24D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24D1; }
p { color: rgb(219,36,209); }
H1.HeaderClassName
{
color: #DB24D1;
}
.AnyTagClassName
{
color: #DB24D1;
}
</style>
background-color css
<style>
a { background-color: #DB24D1; }
a { background-color: rgb(219,36,209); }
div.DivClassName
{
background-color: #DB24D1;
}
.BgClassName
{
background-color: #DB24D1;
}
</style>
border-color css
<style>
span { border-color: #DB24D1; }
span { border-color: rgb(219,36,209); }
td.TdClassName
{
border-color: #DB24D1;
}
.TagClassName
{
border-color: #DB24D1;
}
</style>