Shades of Deep Magenta #DB24DD
Tints of Deep Magenta #DB24DD
RGB
CMYK
RGB Variations
Color information
#DB24DD (or 0xDB24DD) is known color: Deep Magenta. HEX triplet: DB, 24 and DD. RGB value is (219,36,221). Sum of RGB (Red+Green+Blue) = 219+36+221=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24DD is #24DB22. Grayscale: #6F6F6F. Windows color (decimal): -2415395 or 14492891. OLE color: 14492891.
HSL color Cylindrical-coordinate representation of color #DB24DD: hue angle of 299.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB24DD is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 36 | 221 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.13 |
| HSL | 299.35º | 0.73% | 0.5% | - |
| HSV(B) | 299.35º | 0.84% | 0.87% | - |
| XYZ | 42.9 | 21.54 | 70.3 | - |
| YUV | 111.81 | 189.63 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 221 | 0.01 | 0.84 | 0 | 0.13 | 299.35 | 0.73 | 0.5 |
| Hex | DB | 24 | DD | 1 | 54 | 0 | D | 12B | 49 | 32 |
| Octal | 333 | 44 | 335 | 1 | 124 | 0 | 15 | 453 | 111 | 62 |
| Binary | 11011011 | 100100 | 11011101 | 1 | 1010100 | 0 | 1101 | 100101011 | 1001001 | 110010 |
Color Harmonies of #DB24DD
Complementary color
Monochromatic Colors of #DB24DD
Black with #DB24DD
Text Example
Text Example
White with #DB24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24DD; }
p { color: rgb(219,36,221); }
H1.HeaderClassName
{
color: #DB24DD;
}
.AnyTagClassName
{
color: #DB24DD;
}
</style>
background-color css
<style>
a { background-color: #DB24DD; }
a { background-color: rgb(219,36,221); }
div.DivClassName
{
background-color: #DB24DD;
}
.BgClassName
{
background-color: #DB24DD;
}
</style>
border-color css
<style>
span { border-color: #DB24DD; }
span { border-color: rgb(219,36,221); }
td.TdClassName
{
border-color: #DB24DD;
}
.TagClassName
{
border-color: #DB24DD;
}
</style>