Shades of Deep Magenta #DB20DD
Tints of Deep Magenta #DB20DD
RGB
CMYK
RGB Variations
Color information
#DB20DD (or 0xDB20DD) is known color: Deep Magenta. HEX triplet: DB, 20 and DD. RGB value is (219,32,221). Sum of RGB (Red+Green+Blue) = 219+32+221=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB20DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20DD is #24DF22. Grayscale: #6C6C6C. Windows color (decimal): -2416419 or 14491867. OLE color: 14491867.
HSL color Cylindrical-coordinate representation of color #DB20DD: hue angle of 299.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB20DD is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 32 | 221 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.13 |
| HSL | 299.37º | 0.75% | 0.5% | - |
| HSV(B) | 299.37º | 0.86% | 0.87% | - |
| XYZ | 42.78 | 21.31 | 70.27 | - |
| YUV | 109.46 | 190.95 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 221 | 0.01 | 0.86 | 0 | 0.13 | 299.37 | 0.75 | 0.5 |
| Hex | DB | 20 | DD | 1 | 56 | 0 | D | 12B | 4B | 32 |
| Octal | 333 | 40 | 335 | 1 | 126 | 0 | 15 | 453 | 113 | 62 |
| Binary | 11011011 | 100000 | 11011101 | 1 | 1010110 | 0 | 1101 | 100101011 | 1001011 | 110010 |
Color Harmonies of #DB20DD
Complementary color
Monochromatic Colors of #DB20DD
Black with #DB20DD
Text Example
Text Example
White with #DB20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20DD; }
p { color: rgb(219,32,221); }
H1.HeaderClassName
{
color: #DB20DD;
}
.AnyTagClassName
{
color: #DB20DD;
}
</style>
background-color css
<style>
a { background-color: #DB20DD; }
a { background-color: rgb(219,32,221); }
div.DivClassName
{
background-color: #DB20DD;
}
.BgClassName
{
background-color: #DB20DD;
}
</style>
border-color css
<style>
span { border-color: #DB20DD; }
span { border-color: rgb(219,32,221); }
td.TdClassName
{
border-color: #DB20DD;
}
.TagClassName
{
border-color: #DB20DD;
}
</style>