Shades of Deep Magenta #DB12DC
Tints of Deep Magenta #DB12DC
RGB
CMYK
RGB Variations
Color information
#DB12DC (or 0xDB12DC) is known color: Deep Magenta. HEX triplet: DB, 12 and DC. RGB value is (219,18,220). Sum of RGB (Red+Green+Blue) = 219+18+220=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12DC is #24ED23. Grayscale: #646464. Windows color (decimal): -2420004 or 14422747. OLE color: 14422747.
HSL color Cylindrical-coordinate representation of color #DB12DC: hue angle of 299.7º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12DC is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 220 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.14 |
| HSL | 299.7º | 0.85% | 0.47% | - |
| HSV(B) | 299.7º | 0.92% | 0.86% | - |
| XYZ | 42.35 | 20.66 | 69.47 | - |
| YUV | 101.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 220 | 0.00 | 0.92 | 0 | 0.14 | 299.7 | 0.85 | 0.47 |
| Hex | DB | 12 | DC | 0 | 5C | 0 | E | 12C | 55 | 2F |
| Octal | 333 | 22 | 334 | 0 | 134 | 0 | 16 | 454 | 125 | 57 |
| Binary | 11011011 | 10010 | 11011100 | 0 | 1011100 | 0 | 1110 | 100101100 | 1010101 | 101111 |
Color Harmonies of #DB12DC
Complementary color
Monochromatic Colors of #DB12DC
Black with #DB12DC
Text Example
Text Example
White with #DB12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12DC; }
p { color: rgb(219,18,220); }
H1.HeaderClassName
{
color: #DB12DC;
}
.AnyTagClassName
{
color: #DB12DC;
}
</style>
background-color css
<style>
a { background-color: #DB12DC; }
a { background-color: rgb(219,18,220); }
div.DivClassName
{
background-color: #DB12DC;
}
.BgClassName
{
background-color: #DB12DC;
}
</style>
border-color css
<style>
span { border-color: #DB12DC; }
span { border-color: rgb(219,18,220); }
td.TdClassName
{
border-color: #DB12DC;
}
.TagClassName
{
border-color: #DB12DC;
}
</style>