Shades of Deep Magenta #DB20CB
Tints of Deep Magenta #DB20CB
RGB
CMYK
RGB Variations
Color information
#DB20CB (or 0xDB20CB) is known color: Deep Magenta. HEX triplet: DB, 20 and CB. RGB value is (219,32,203). Sum of RGB (Red+Green+Blue) = 219+32+203=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20CB is #24DF34. Grayscale: #6A6A6A. Windows color (decimal): -2416437 or 13312219. OLE color: 13312219.
HSL color Cylindrical-coordinate representation of color #DB20CB: hue angle of 305.13º 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 #DB20CB is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 203 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.14 |
| HSL | 305.13º | 0.75% | 0.49% | - |
| HSV(B) | 305.13º | 0.85% | 0.86% | - |
| XYZ | 40.51 | 20.4 | 58.3 | - |
| YUV | 107.41 | 181.95 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 203 | 0 | 0.85 | 0.07 | 0.14 | 305.13 | 0.75 | 0.49 |
| Hex | DB | 20 | CB | 0 | 55 | 7 | E | 131 | 4B | 31 |
| Octal | 333 | 40 | 313 | 0 | 125 | 7 | 16 | 461 | 113 | 61 |
| Binary | 11011011 | 100000 | 11001011 | 0 | 1010101 | 111 | 1110 | 100110001 | 1001011 | 110001 |
Color Harmonies of #DB20CB
Complementary color
Monochromatic Colors of #DB20CB
Black with #DB20CB
Text Example
Text Example
White with #DB20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20CB; }
p { color: rgb(219,32,203); }
H1.HeaderClassName
{
color: #DB20CB;
}
.AnyTagClassName
{
color: #DB20CB;
}
</style>
background-color css
<style>
a { background-color: #DB20CB; }
a { background-color: rgb(219,32,203); }
div.DivClassName
{
background-color: #DB20CB;
}
.BgClassName
{
background-color: #DB20CB;
}
</style>
border-color css
<style>
span { border-color: #DB20CB; }
span { border-color: rgb(219,32,203); }
td.TdClassName
{
border-color: #DB20CB;
}
.TagClassName
{
border-color: #DB20CB;
}
</style>