Shades of Deep Magenta #DB20CC
Tints of Deep Magenta #DB20CC
RGB
CMYK
RGB Variations
Color information
#DB20CC (or 0xDB20CC) is known color: Deep Magenta. HEX triplet: DB, 20 and CC. RGB value is (219,32,204). Sum of RGB (Red+Green+Blue) = 219+32+204=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20CC is #24DF33. Grayscale: #6B6B6B. Windows color (decimal): -2416436 or 13377755. OLE color: 13377755.
HSL color Cylindrical-coordinate representation of color #DB20CC: hue angle of 304.81º 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 #DB20CC is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 204 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.14 |
| HSL | 304.81º | 0.75% | 0.49% | - |
| HSV(B) | 304.81º | 0.85% | 0.86% | - |
| XYZ | 40.63 | 20.45 | 58.93 | - |
| YUV | 107.52 | 182.45 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 204 | 0 | 0.85 | 0.07 | 0.14 | 304.81 | 0.75 | 0.49 |
| Hex | DB | 20 | CC | 0 | 55 | 7 | E | 131 | 4B | 31 |
| Octal | 333 | 40 | 314 | 0 | 125 | 7 | 16 | 461 | 113 | 61 |
| Binary | 11011011 | 100000 | 11001100 | 0 | 1010101 | 111 | 1110 | 100110001 | 1001011 | 110001 |
Color Harmonies of #DB20CC
Complementary color
Monochromatic Colors of #DB20CC
Black with #DB20CC
Text Example
Text Example
White with #DB20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20CC; }
p { color: rgb(219,32,204); }
H1.HeaderClassName
{
color: #DB20CC;
}
.AnyTagClassName
{
color: #DB20CC;
}
</style>
background-color css
<style>
a { background-color: #DB20CC; }
a { background-color: rgb(219,32,204); }
div.DivClassName
{
background-color: #DB20CC;
}
.BgClassName
{
background-color: #DB20CC;
}
</style>
border-color css
<style>
span { border-color: #DB20CC; }
span { border-color: rgb(219,32,204); }
td.TdClassName
{
border-color: #DB20CC;
}
.TagClassName
{
border-color: #DB20CC;
}
</style>