Shades of Deep Magenta #DB12C3
Tints of Deep Magenta #DB12C3
RGB
CMYK
RGB Variations
Color information
#DB12C3 (or 0xDB12C3) is known color: Deep Magenta. HEX triplet: DB, 12 and C3. RGB value is (219,18,195). Sum of RGB (Red+Green+Blue) = 219+18+195=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12C3 is #24ED3C. Grayscale: #616161. Windows color (decimal): -2420029 or 12784347. OLE color: 12784347.
HSL color Cylindrical-coordinate representation of color #DB12C3: hue angle of 307.16º 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 #DB12C3 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 195 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.14 |
| HSL | 307.16º | 0.85% | 0.46% | - |
| HSV(B) | 307.16º | 0.92% | 0.86% | - |
| XYZ | 39.28 | 19.43 | 53.31 | - |
| YUV | 98.28 | 182.59 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 195 | 0 | 0.92 | 0.11 | 0.14 | 307.16 | 0.85 | 0.46 |
| Hex | DB | 12 | C3 | 0 | 5C | B | E | 133 | 55 | 2E |
| Octal | 333 | 22 | 303 | 0 | 134 | 13 | 16 | 463 | 125 | 56 |
| Binary | 11011011 | 10010 | 11000011 | 0 | 1011100 | 1011 | 1110 | 100110011 | 1010101 | 101110 |
Color Harmonies of #DB12C3
Complementary color
Monochromatic Colors of #DB12C3
Black with #DB12C3
Text Example
Text Example
White with #DB12C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12C3; }
p { color: rgb(219,18,195); }
H1.HeaderClassName
{
color: #DB12C3;
}
.AnyTagClassName
{
color: #DB12C3;
}
</style>
background-color css
<style>
a { background-color: #DB12C3; }
a { background-color: rgb(219,18,195); }
div.DivClassName
{
background-color: #DB12C3;
}
.BgClassName
{
background-color: #DB12C3;
}
</style>
border-color css
<style>
span { border-color: #DB12C3; }
span { border-color: rgb(219,18,195); }
td.TdClassName
{
border-color: #DB12C3;
}
.TagClassName
{
border-color: #DB12C3;
}
</style>