Shades of Deep Magenta #DB21E0
Tints of Deep Magenta #DB21E0
RGB
CMYK
RGB Variations
Color information
#DB21E0 (or 0xDB21E0) is known color: Deep Magenta. HEX triplet: DB, 21 and E0. RGB value is (219,33,224). Sum of RGB (Red+Green+Blue) = 219+33+224=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21E0 is #24DE1F. Grayscale: #6D6D6D. Windows color (decimal): -2416160 or 14688731. OLE color: 14688731.
HSL color Cylindrical-coordinate representation of color #DB21E0: hue angle of 298.43º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21E0 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 33 | 224 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.12 |
| HSL | 298.43º | 0.75% | 0.5% | - |
| HSV(B) | 298.43º | 0.85% | 0.88% | - |
| XYZ | 43.21 | 21.53 | 72.4 | - |
| YUV | 110.39 | 192.12 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 224 | 0.02 | 0.85 | 0 | 0.12 | 298.43 | 0.75 | 0.5 |
| Hex | DB | 21 | E0 | 2 | 55 | 0 | C | 12A | 4B | 32 |
| Octal | 333 | 41 | 340 | 2 | 125 | 0 | 14 | 452 | 113 | 62 |
| Binary | 11011011 | 100001 | 11100000 | 10 | 1010101 | 0 | 1100 | 100101010 | 1001011 | 110010 |
Color Harmonies of #DB21E0
Complementary color
Monochromatic Colors of #DB21E0
Black with #DB21E0
Text Example
Text Example
White with #DB21E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21E0; }
p { color: rgb(219,33,224); }
H1.HeaderClassName
{
color: #DB21E0;
}
.AnyTagClassName
{
color: #DB21E0;
}
</style>
background-color css
<style>
a { background-color: #DB21E0; }
a { background-color: rgb(219,33,224); }
div.DivClassName
{
background-color: #DB21E0;
}
.BgClassName
{
background-color: #DB21E0;
}
</style>
border-color css
<style>
span { border-color: #DB21E0; }
span { border-color: rgb(219,33,224); }
td.TdClassName
{
border-color: #DB21E0;
}
.TagClassName
{
border-color: #DB21E0;
}
</style>