Shades of Deep Magenta #DB20CD
Tints of Deep Magenta #DB20CD
RGB
CMYK
RGB Variations
Color information
#DB20CD (or 0xDB20CD) is known color: Deep Magenta. HEX triplet: DB, 20 and CD. RGB value is (219,32,205). Sum of RGB (Red+Green+Blue) = 219+32+205=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20CD is #24DF32. Grayscale: #6B6B6B. Windows color (decimal): -2416435 or 13443291. OLE color: 13443291.
HSL color Cylindrical-coordinate representation of color #DB20CD: hue angle of 304.49º 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 #DB20CD is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 205 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.14 |
| HSL | 304.49º | 0.75% | 0.49% | - |
| HSV(B) | 304.49º | 0.85% | 0.86% | - |
| XYZ | 40.75 | 20.5 | 59.57 | - |
| YUV | 107.64 | 182.95 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 205 | 0 | 0.85 | 0.06 | 0.14 | 304.49 | 0.75 | 0.49 |
| Hex | DB | 20 | CD | 0 | 55 | 6 | E | 130 | 4B | 31 |
| Octal | 333 | 40 | 315 | 0 | 125 | 6 | 16 | 460 | 113 | 61 |
| Binary | 11011011 | 100000 | 11001101 | 0 | 1010101 | 110 | 1110 | 100110000 | 1001011 | 110001 |
Color Harmonies of #DB20CD
Complementary color
Monochromatic Colors of #DB20CD
Black with #DB20CD
Text Example
Text Example
White with #DB20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20CD; }
p { color: rgb(219,32,205); }
H1.HeaderClassName
{
color: #DB20CD;
}
.AnyTagClassName
{
color: #DB20CD;
}
</style>
background-color css
<style>
a { background-color: #DB20CD; }
a { background-color: rgb(219,32,205); }
div.DivClassName
{
background-color: #DB20CD;
}
.BgClassName
{
background-color: #DB20CD;
}
</style>
border-color css
<style>
span { border-color: #DB20CD; }
span { border-color: rgb(219,32,205); }
td.TdClassName
{
border-color: #DB20CD;
}
.TagClassName
{
border-color: #DB20CD;
}
</style>