Shades of Deep Magenta #DB20D2
Tints of Deep Magenta #DB20D2
RGB
CMYK
RGB Variations
Color information
#DB20D2 (or 0xDB20D2) is known color: Deep Magenta. HEX triplet: DB, 20 and D2. RGB value is (219,32,210). Sum of RGB (Red+Green+Blue) = 219+32+210=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20D2 is #24DF2D. Grayscale: #6B6B6B. Windows color (decimal): -2416430 or 13770971. OLE color: 13770971.
HSL color Cylindrical-coordinate representation of color #DB20D2: hue angle of 302.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB20D2 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 210 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.14 |
| HSL | 302.89º | 0.75% | 0.49% | - |
| HSV(B) | 302.89º | 0.85% | 0.86% | - |
| XYZ | 41.36 | 20.75 | 62.8 | - |
| YUV | 108.21 | 185.45 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 210 | 0 | 0.85 | 0.04 | 0.14 | 302.89 | 0.75 | 0.49 |
| Hex | DB | 20 | D2 | 0 | 55 | 4 | E | 12F | 4B | 31 |
| Octal | 333 | 40 | 322 | 0 | 125 | 4 | 16 | 457 | 113 | 61 |
| Binary | 11011011 | 100000 | 11010010 | 0 | 1010101 | 100 | 1110 | 100101111 | 1001011 | 110001 |
Color Harmonies of #DB20D2
Complementary color
Monochromatic Colors of #DB20D2
Black with #DB20D2
Text Example
Text Example
White with #DB20D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20D2; }
p { color: rgb(219,32,210); }
H1.HeaderClassName
{
color: #DB20D2;
}
.AnyTagClassName
{
color: #DB20D2;
}
</style>
background-color css
<style>
a { background-color: #DB20D2; }
a { background-color: rgb(219,32,210); }
div.DivClassName
{
background-color: #DB20D2;
}
.BgClassName
{
background-color: #DB20D2;
}
</style>
border-color css
<style>
span { border-color: #DB20D2; }
span { border-color: rgb(219,32,210); }
td.TdClassName
{
border-color: #DB20D2;
}
.TagClassName
{
border-color: #DB20D2;
}
</style>