Shades of Deep Magenta #DB20DE
Tints of Deep Magenta #DB20DE
RGB
CMYK
RGB Variations
Color information
#DB20DE (or 0xDB20DE) is known color: Deep Magenta. HEX triplet: DB, 20 and DE. RGB value is (219,32,222). Sum of RGB (Red+Green+Blue) = 219+32+222=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB20DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20DE is #24DF21. Grayscale: #6D6D6D. Windows color (decimal): -2416418 or 14557403. OLE color: 14557403.
HSL color Cylindrical-coordinate representation of color #DB20DE: hue angle of 299.05º 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 #DB20DE is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 32 | 222 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.13 |
| HSL | 299.05º | 0.75% | 0.5% | - |
| HSV(B) | 299.05º | 0.86% | 0.87% | - |
| XYZ | 42.91 | 21.37 | 70.97 | - |
| YUV | 109.57 | 191.45 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 222 | 0.01 | 0.86 | 0 | 0.13 | 299.05 | 0.75 | 0.5 |
| Hex | DB | 20 | DE | 1 | 56 | 0 | D | 12B | 4B | 32 |
| Octal | 333 | 40 | 336 | 1 | 126 | 0 | 15 | 453 | 113 | 62 |
| Binary | 11011011 | 100000 | 11011110 | 1 | 1010110 | 0 | 1101 | 100101011 | 1001011 | 110010 |
Color Harmonies of #DB20DE
Complementary color
Monochromatic Colors of #DB20DE
Black with #DB20DE
Text Example
Text Example
White with #DB20DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20DE; }
p { color: rgb(219,32,222); }
H1.HeaderClassName
{
color: #DB20DE;
}
.AnyTagClassName
{
color: #DB20DE;
}
</style>
background-color css
<style>
a { background-color: #DB20DE; }
a { background-color: rgb(219,32,222); }
div.DivClassName
{
background-color: #DB20DE;
}
.BgClassName
{
background-color: #DB20DE;
}
</style>
border-color css
<style>
span { border-color: #DB20DE; }
span { border-color: rgb(219,32,222); }
td.TdClassName
{
border-color: #DB20DE;
}
.TagClassName
{
border-color: #DB20DE;
}
</style>