Shades of Deep Magenta #DB20E2
Tints of Deep Magenta #DB20E2
RGB
CMYK
RGB Variations
Color information
#DB20E2 (or 0xDB20E2) is known color: Deep Magenta. HEX triplet: DB, 20 and E2. RGB value is (219,32,226). Sum of RGB (Red+Green+Blue) = 219+32+226=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB20E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20E2 is #24DF1D. Grayscale: #6D6D6D. Windows color (decimal): -2416414 or 14819547. OLE color: 14819547.
HSL color Cylindrical-coordinate representation of color #DB20E2: hue angle of 297.84º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB20E2 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 32 | 226 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.11 |
| HSL | 297.84º | 0.77% | 0.51% | - |
| HSV(B) | 297.84º | 0.86% | 0.89% | - |
| XYZ | 43.46 | 21.58 | 73.83 | - |
| YUV | 110.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 226 | 0.03 | 0.86 | 0 | 0.11 | 297.84 | 0.77 | 0.51 |
| Hex | DB | 20 | E2 | 3 | 56 | 0 | B | 12A | 4D | 33 |
| Octal | 333 | 40 | 342 | 3 | 126 | 0 | 13 | 452 | 115 | 63 |
| Binary | 11011011 | 100000 | 11100010 | 11 | 1010110 | 0 | 1011 | 100101010 | 1001101 | 110011 |
Color Harmonies of #DB20E2
Complementary color
Monochromatic Colors of #DB20E2
Black with #DB20E2
Text Example
Text Example
White with #DB20E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20E2; }
p { color: rgb(219,32,226); }
H1.HeaderClassName
{
color: #DB20E2;
}
.AnyTagClassName
{
color: #DB20E2;
}
</style>
background-color css
<style>
a { background-color: #DB20E2; }
a { background-color: rgb(219,32,226); }
div.DivClassName
{
background-color: #DB20E2;
}
.BgClassName
{
background-color: #DB20E2;
}
</style>
border-color css
<style>
span { border-color: #DB20E2; }
span { border-color: rgb(219,32,226); }
td.TdClassName
{
border-color: #DB20E2;
}
.TagClassName
{
border-color: #DB20E2;
}
</style>