Shades of Deep Magenta #DB12D6
Tints of Deep Magenta #DB12D6
RGB
CMYK
RGB Variations
Color information
#DB12D6 (or 0xDB12D6) is known color: Deep Magenta. HEX triplet: DB, 12 and D6. RGB value is (219,18,214). Sum of RGB (Red+Green+Blue) = 219+18+214=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12D6 is #24ED29. Grayscale: #636363. Windows color (decimal): -2420010 or 14029531. OLE color: 14029531.
HSL color Cylindrical-coordinate representation of color #DB12D6: hue angle of 301.49º 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 #DB12D6 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 214 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.14 |
| HSL | 301.49º | 0.85% | 0.46% | - |
| HSV(B) | 301.49º | 0.92% | 0.86% | - |
| XYZ | 41.57 | 20.35 | 65.35 | - |
| YUV | 100.44 | 192.09 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 214 | 0 | 0.92 | 0.02 | 0.14 | 301.49 | 0.85 | 0.46 |
| Hex | DB | 12 | D6 | 0 | 5C | 2 | E | 12D | 55 | 2E |
| Octal | 333 | 22 | 326 | 0 | 134 | 2 | 16 | 455 | 125 | 56 |
| Binary | 11011011 | 10010 | 11010110 | 0 | 1011100 | 10 | 1110 | 100101101 | 1010101 | 101110 |
Color Harmonies of #DB12D6
Complementary color
Monochromatic Colors of #DB12D6
Black with #DB12D6
Text Example
Text Example
White with #DB12D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12D6; }
p { color: rgb(219,18,214); }
H1.HeaderClassName
{
color: #DB12D6;
}
.AnyTagClassName
{
color: #DB12D6;
}
</style>
background-color css
<style>
a { background-color: #DB12D6; }
a { background-color: rgb(219,18,214); }
div.DivClassName
{
background-color: #DB12D6;
}
.BgClassName
{
background-color: #DB12D6;
}
</style>
border-color css
<style>
span { border-color: #DB12D6; }
span { border-color: rgb(219,18,214); }
td.TdClassName
{
border-color: #DB12D6;
}
.TagClassName
{
border-color: #DB12D6;
}
</style>