Shades of Deep Magenta #DB02E1
Tints of Deep Magenta #DB02E1
RGB
CMYK
RGB Variations
Color information
#DB02E1 (or 0xDB02E1) is known color: Deep Magenta. HEX triplet: DB, 02 and E1. RGB value is (219,2,225). Sum of RGB (Red+Green+Blue) = 219+2+225=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB02E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02E1 is #24FD1E. Grayscale: #5B5B5B. Windows color (decimal): -2424095 or 14746331. OLE color: 14746331.
HSL color Cylindrical-coordinate representation of color #DB02E1: hue angle of 298.39º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02E1 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 2 | 225 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.12 |
| HSL | 298.39º | 0.98% | 0.45% | - |
| HSV(B) | 298.39º | 0.99% | 0.88% | - |
| XYZ | 42.83 | 20.54 | 72.94 | - |
| YUV | 92.31 | 202.89 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 225 | 0.03 | 0.99 | 0 | 0.12 | 298.39 | 0.98 | 0.45 |
| Hex | DB | 2 | E1 | 3 | 63 | 0 | C | 12A | 62 | 2D |
| Octal | 333 | 2 | 341 | 3 | 143 | 0 | 14 | 452 | 142 | 55 |
| Binary | 11011011 | 10 | 11100001 | 11 | 1100011 | 0 | 1100 | 100101010 | 1100010 | 101101 |
Color Harmonies of #DB02E1
Complementary color
Monochromatic Colors of #DB02E1
Black with #DB02E1
Text Example
Text Example
White with #DB02E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02E1; }
p { color: rgb(219,2,225); }
H1.HeaderClassName
{
color: #DB02E1;
}
.AnyTagClassName
{
color: #DB02E1;
}
</style>
background-color css
<style>
a { background-color: #DB02E1; }
a { background-color: rgb(219,2,225); }
div.DivClassName
{
background-color: #DB02E1;
}
.BgClassName
{
background-color: #DB02E1;
}
</style>
border-color css
<style>
span { border-color: #DB02E1; }
span { border-color: rgb(219,2,225); }
td.TdClassName
{
border-color: #DB02E1;
}
.TagClassName
{
border-color: #DB02E1;
}
</style>