Shades of Deep Magenta #DB20C4
Tints of Deep Magenta #DB20C4
RGB
CMYK
RGB Variations
Color information
#DB20C4 (or 0xDB20C4) is known color: Deep Magenta. HEX triplet: DB, 20 and C4. RGB value is (219,32,196). Sum of RGB (Red+Green+Blue) = 219+32+196=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20C4 is #24DF3B. Grayscale: #6A6A6A. Windows color (decimal): -2416444 or 12853467. OLE color: 12853467.
HSL color Cylindrical-coordinate representation of color #DB20C4: hue angle of 307.38º 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 #DB20C4 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 196 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.14 |
| HSL | 307.38º | 0.75% | 0.49% | - |
| HSV(B) | 307.38º | 0.85% | 0.86% | - |
| XYZ | 39.69 | 20.08 | 54.01 | - |
| YUV | 106.61 | 178.45 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 196 | 0 | 0.85 | 0.11 | 0.14 | 307.38 | 0.75 | 0.49 |
| Hex | DB | 20 | C4 | 0 | 55 | B | E | 133 | 4B | 31 |
| Octal | 333 | 40 | 304 | 0 | 125 | 13 | 16 | 463 | 113 | 61 |
| Binary | 11011011 | 100000 | 11000100 | 0 | 1010101 | 1011 | 1110 | 100110011 | 1001011 | 110001 |
Color Harmonies of #DB20C4
Complementary color
Monochromatic Colors of #DB20C4
Black with #DB20C4
Text Example
Text Example
White with #DB20C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20C4; }
p { color: rgb(219,32,196); }
H1.HeaderClassName
{
color: #DB20C4;
}
.AnyTagClassName
{
color: #DB20C4;
}
</style>
background-color css
<style>
a { background-color: #DB20C4; }
a { background-color: rgb(219,32,196); }
div.DivClassName
{
background-color: #DB20C4;
}
.BgClassName
{
background-color: #DB20C4;
}
</style>
border-color css
<style>
span { border-color: #DB20C4; }
span { border-color: rgb(219,32,196); }
td.TdClassName
{
border-color: #DB20C4;
}
.TagClassName
{
border-color: #DB20C4;
}
</style>