Shades of Deep Magenta #DB12CE
Tints of Deep Magenta #DB12CE
RGB
CMYK
RGB Variations
Color information
#DB12CE (or 0xDB12CE) is known color: Deep Magenta. HEX triplet: DB, 12 and CE. RGB value is (219,18,206). Sum of RGB (Red+Green+Blue) = 219+18+206=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12CE is #24ED31. Grayscale: #626262. Windows color (decimal): -2420018 or 13505243. OLE color: 13505243.
HSL color Cylindrical-coordinate representation of color #DB12CE: hue angle of 303.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12CE is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 18 | 206 | - |
CMYK | 0 | 0.92 | 0.06 | 0.14 |
HSL | 303.88º | 0.85% | 0.46% | - |
HSV(B) | 303.88º | 0.92% | 0.86% | - |
XYZ | 40.57 | 19.95 | 60.1 | - |
YUV | 99.53 | 188.09 | 213.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 18 | 206 | 0 | 0.92 | 0.06 | 0.14 | 303.88 | 0.85 | 0.46 |
Hex | DB | 12 | CE | 0 | 5C | 6 | E | 130 | 55 | 2E |
Octal | 333 | 22 | 316 | 0 | 134 | 6 | 16 | 460 | 125 | 56 |
Binary | 11011011 | 10010 | 11001110 | 0 | 1011100 | 110 | 1110 | 100110000 | 1010101 | 101110 |
Color Harmonies of #DB12CE
Complementary color
Monochromatic Colors of #DB12CE
Black with #DB12CE
Text Example
Text Example
White with #DB12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12CE; }
p { color: rgb(219,18,206); }
H1.HeaderClassName
{
color: #DB12CE;
}
.AnyTagClassName
{
color: #DB12CE;
}
</style>
background-color css
<style>
a { background-color: #DB12CE; }
a { background-color: rgb(219,18,206); }
div.DivClassName
{
background-color: #DB12CE;
}
.BgClassName
{
background-color: #DB12CE;
}
</style>
border-color css
<style>
span { border-color: #DB12CE; }
span { border-color: rgb(219,18,206); }
td.TdClassName
{
border-color: #DB12CE;
}
.TagClassName
{
border-color: #DB12CE;
}
</style>