Shades of Deep Magenta #DB12DA
Tints of Deep Magenta #DB12DA
RGB
CMYK
RGB Variations
Color information
#DB12DA (or 0xDB12DA) is known color: Deep Magenta. HEX triplet: DB, 12 and DA. RGB value is (219,18,218). Sum of RGB (Red+Green+Blue) = 219+18+218=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12DA is #24ED25. Grayscale: #646464. Windows color (decimal): -2420006 or 14291675. OLE color: 14291675.
HSL color Cylindrical-coordinate representation of color #DB12DA: hue angle of 300.3º 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 #DB12DA is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 218 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.14 |
| HSL | 300.3º | 0.85% | 0.46% | - |
| HSV(B) | 300.3º | 0.92% | 0.86% | - |
| XYZ | 42.08 | 20.55 | 68.08 | - |
| YUV | 100.9 | 194.09 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 218 | 0 | 0.92 | 0.00 | 0.14 | 300.3 | 0.85 | 0.46 |
| Hex | DB | 12 | DA | 0 | 5C | 0 | E | 12C | 55 | 2E |
| Octal | 333 | 22 | 332 | 0 | 134 | 0 | 16 | 454 | 125 | 56 |
| Binary | 11011011 | 10010 | 11011010 | 0 | 1011100 | 0 | 1110 | 100101100 | 1010101 | 101110 |
Color Harmonies of #DB12DA
Complementary color
Monochromatic Colors of #DB12DA
Black with #DB12DA
Text Example
Text Example
White with #DB12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12DA; }
p { color: rgb(219,18,218); }
H1.HeaderClassName
{
color: #DB12DA;
}
.AnyTagClassName
{
color: #DB12DA;
}
</style>
background-color css
<style>
a { background-color: #DB12DA; }
a { background-color: rgb(219,18,218); }
div.DivClassName
{
background-color: #DB12DA;
}
.BgClassName
{
background-color: #DB12DA;
}
</style>
border-color css
<style>
span { border-color: #DB12DA; }
span { border-color: rgb(219,18,218); }
td.TdClassName
{
border-color: #DB12DA;
}
.TagClassName
{
border-color: #DB12DA;
}
</style>