Shades of Deep Magenta #DB03E0
Tints of Deep Magenta #DB03E0
RGB
CMYK
RGB Variations
Color information
#DB03E0 (or 0xDB03E0) is known color: Deep Magenta. HEX triplet: DB, 03 and E0. RGB value is (219,3,224). Sum of RGB (Red+Green+Blue) = 219+3+224=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB03E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03E0 is #24FC1F. Grayscale: #5C5C5C. Windows color (decimal): -2423840 or 14681051. OLE color: 14681051.
HSL color Cylindrical-coordinate representation of color #DB03E0: hue angle of 298.64º degrees, saturation: 0.97, 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 #DB03E0 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 3 | 224 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.12 |
| HSL | 298.64º | 0.97% | 0.45% | - |
| HSV(B) | 298.64º | 0.99% | 0.88% | - |
| XYZ | 42.7 | 20.51 | 72.23 | - |
| YUV | 92.78 | 202.06 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 224 | 0.02 | 0.99 | 0 | 0.12 | 298.64 | 0.97 | 0.45 |
| Hex | DB | 3 | E0 | 2 | 63 | 0 | C | 12B | 61 | 2D |
| Octal | 333 | 3 | 340 | 2 | 143 | 0 | 14 | 453 | 141 | 55 |
| Binary | 11011011 | 11 | 11100000 | 10 | 1100011 | 0 | 1100 | 100101011 | 1100001 | 101101 |
Color Harmonies of #DB03E0
Complementary color
Monochromatic Colors of #DB03E0
Black with #DB03E0
Text Example
Text Example
White with #DB03E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03E0; }
p { color: rgb(219,3,224); }
H1.HeaderClassName
{
color: #DB03E0;
}
.AnyTagClassName
{
color: #DB03E0;
}
</style>
background-color css
<style>
a { background-color: #DB03E0; }
a { background-color: rgb(219,3,224); }
div.DivClassName
{
background-color: #DB03E0;
}
.BgClassName
{
background-color: #DB03E0;
}
</style>
border-color css
<style>
span { border-color: #DB03E0; }
span { border-color: rgb(219,3,224); }
td.TdClassName
{
border-color: #DB03E0;
}
.TagClassName
{
border-color: #DB03E0;
}
</style>