Shades of Deep Magenta #DB20C9
Tints of Deep Magenta #DB20C9
RGB
CMYK
RGB Variations
Color information
#DB20C9 (or 0xDB20C9) is known color: Deep Magenta. HEX triplet: DB, 20 and C9. RGB value is (219,32,201). Sum of RGB (Red+Green+Blue) = 219+32+201=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20C9 is #24DF36. Grayscale: #6A6A6A. Windows color (decimal): -2416439 or 13181147. OLE color: 13181147.
HSL color Cylindrical-coordinate representation of color #DB20C9: hue angle of 305.78º 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 #DB20C9 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 201 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.14 |
| HSL | 305.78º | 0.75% | 0.49% | - |
| HSV(B) | 305.78º | 0.85% | 0.86% | - |
| XYZ | 40.27 | 20.31 | 57.06 | - |
| YUV | 107.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 201 | 0 | 0.85 | 0.08 | 0.14 | 305.78 | 0.75 | 0.49 |
| Hex | DB | 20 | C9 | 0 | 55 | 8 | E | 132 | 4B | 31 |
| Octal | 333 | 40 | 311 | 0 | 125 | 10 | 16 | 462 | 113 | 61 |
| Binary | 11011011 | 100000 | 11001001 | 0 | 1010101 | 1000 | 1110 | 100110010 | 1001011 | 110001 |
Color Harmonies of #DB20C9
Complementary color
Monochromatic Colors of #DB20C9
Black with #DB20C9
Text Example
Text Example
White with #DB20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20C9; }
p { color: rgb(219,32,201); }
H1.HeaderClassName
{
color: #DB20C9;
}
.AnyTagClassName
{
color: #DB20C9;
}
</style>
background-color css
<style>
a { background-color: #DB20C9; }
a { background-color: rgb(219,32,201); }
div.DivClassName
{
background-color: #DB20C9;
}
.BgClassName
{
background-color: #DB20C9;
}
</style>
border-color css
<style>
span { border-color: #DB20C9; }
span { border-color: rgb(219,32,201); }
td.TdClassName
{
border-color: #DB20C9;
}
.TagClassName
{
border-color: #DB20C9;
}
</style>