Shades of Deep Magenta #DB20D7
Tints of Deep Magenta #DB20D7
RGB
CMYK
RGB Variations
Color information
#DB20D7 (or 0xDB20D7) is known color: Deep Magenta. HEX triplet: DB, 20 and D7. RGB value is (219,32,215). Sum of RGB (Red+Green+Blue) = 219+32+215=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20D7 is #24DF28. Grayscale: #6C6C6C. Windows color (decimal): -2416425 or 14098651. OLE color: 14098651.
HSL color Cylindrical-coordinate representation of color #DB20D7: hue angle of 301.28º 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 #DB20D7 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 215 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.14 |
| HSL | 301.28º | 0.75% | 0.49% | - |
| HSV(B) | 301.28º | 0.85% | 0.86% | - |
| XYZ | 42 | 21 | 66.13 | - |
| YUV | 108.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 215 | 0 | 0.85 | 0.02 | 0.14 | 301.28 | 0.75 | 0.49 |
| Hex | DB | 20 | D7 | 0 | 55 | 2 | E | 12D | 4B | 31 |
| Octal | 333 | 40 | 327 | 0 | 125 | 2 | 16 | 455 | 113 | 61 |
| Binary | 11011011 | 100000 | 11010111 | 0 | 1010101 | 10 | 1110 | 100101101 | 1001011 | 110001 |
Color Harmonies of #DB20D7
Complementary color
Monochromatic Colors of #DB20D7
Black with #DB20D7
Text Example
Text Example
White with #DB20D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20D7; }
p { color: rgb(219,32,215); }
H1.HeaderClassName
{
color: #DB20D7;
}
.AnyTagClassName
{
color: #DB20D7;
}
</style>
background-color css
<style>
a { background-color: #DB20D7; }
a { background-color: rgb(219,32,215); }
div.DivClassName
{
background-color: #DB20D7;
}
.BgClassName
{
background-color: #DB20D7;
}
</style>
border-color css
<style>
span { border-color: #DB20D7; }
span { border-color: rgb(219,32,215); }
td.TdClassName
{
border-color: #DB20D7;
}
.TagClassName
{
border-color: #DB20D7;
}
</style>