Shades of Deep Magenta #DB12D8
Tints of Deep Magenta #DB12D8
RGB
CMYK
RGB Variations
Color information
#DB12D8 (or 0xDB12D8) is known color: Deep Magenta. HEX triplet: DB, 12 and D8. RGB value is (219,18,216). Sum of RGB (Red+Green+Blue) = 219+18+216=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12D8 is #24ED27. Grayscale: #646464. Windows color (decimal): -2420008 or 14160603. OLE color: 14160603.
HSL color Cylindrical-coordinate representation of color #DB12D8: hue angle of 300.9º 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 #DB12D8 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 216 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.14 |
| HSL | 300.9º | 0.85% | 0.46% | - |
| HSV(B) | 300.9º | 0.92% | 0.86% | - |
| XYZ | 41.82 | 20.45 | 66.71 | - |
| YUV | 100.67 | 193.09 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 216 | 0 | 0.92 | 0.01 | 0.14 | 300.9 | 0.85 | 0.46 |
| Hex | DB | 12 | D8 | 0 | 5C | 1 | E | 12D | 55 | 2E |
| Octal | 333 | 22 | 330 | 0 | 134 | 1 | 16 | 455 | 125 | 56 |
| Binary | 11011011 | 10010 | 11011000 | 0 | 1011100 | 1 | 1110 | 100101101 | 1010101 | 101110 |
Color Harmonies of #DB12D8
Complementary color
Monochromatic Colors of #DB12D8
Black with #DB12D8
Text Example
Text Example
White with #DB12D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12D8; }
p { color: rgb(219,18,216); }
H1.HeaderClassName
{
color: #DB12D8;
}
.AnyTagClassName
{
color: #DB12D8;
}
</style>
background-color css
<style>
a { background-color: #DB12D8; }
a { background-color: rgb(219,18,216); }
div.DivClassName
{
background-color: #DB12D8;
}
.BgClassName
{
background-color: #DB12D8;
}
</style>
border-color css
<style>
span { border-color: #DB12D8; }
span { border-color: rgb(219,18,216); }
td.TdClassName
{
border-color: #DB12D8;
}
.TagClassName
{
border-color: #DB12D8;
}
</style>