Shades of Deep Magenta #DB12E1
Tints of Deep Magenta #DB12E1
RGB
CMYK
RGB Variations
Color information
#DB12E1 (or 0xDB12E1) is known color: Deep Magenta. HEX triplet: DB, 12 and E1. RGB value is (219,18,225). Sum of RGB (Red+Green+Blue) = 219+18+225=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB12E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12E1 is #24ED1E. Grayscale: #656565. Windows color (decimal): -2419999 or 14750427. OLE color: 14750427.
HSL color Cylindrical-coordinate representation of color #DB12E1: hue angle of 298.26º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12E1 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 18 | 225 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.12 |
| HSL | 298.26º | 0.85% | 0.48% | - |
| HSV(B) | 298.26º | 0.92% | 0.88% | - |
| XYZ | 43.02 | 20.93 | 73.01 | - |
| YUV | 101.7 | 197.59 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 225 | 0.03 | 0.92 | 0 | 0.12 | 298.26 | 0.85 | 0.48 |
| Hex | DB | 12 | E1 | 3 | 5C | 0 | C | 12A | 55 | 30 |
| Octal | 333 | 22 | 341 | 3 | 134 | 0 | 14 | 452 | 125 | 60 |
| Binary | 11011011 | 10010 | 11100001 | 11 | 1011100 | 0 | 1100 | 100101010 | 1010101 | 110000 |
Color Harmonies of #DB12E1
Complementary color
Monochromatic Colors of #DB12E1
Black with #DB12E1
Text Example
Text Example
White with #DB12E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12E1; }
p { color: rgb(219,18,225); }
H1.HeaderClassName
{
color: #DB12E1;
}
.AnyTagClassName
{
color: #DB12E1;
}
</style>
background-color css
<style>
a { background-color: #DB12E1; }
a { background-color: rgb(219,18,225); }
div.DivClassName
{
background-color: #DB12E1;
}
.BgClassName
{
background-color: #DB12E1;
}
</style>
border-color css
<style>
span { border-color: #DB12E1; }
span { border-color: rgb(219,18,225); }
td.TdClassName
{
border-color: #DB12E1;
}
.TagClassName
{
border-color: #DB12E1;
}
</style>