Shades of Deep Magenta #DB12CC
Tints of Deep Magenta #DB12CC
RGB
CMYK
RGB Variations
Color information
#DB12CC (or 0xDB12CC) is known color: Deep Magenta. HEX triplet: DB, 12 and CC. RGB value is (219,18,204). Sum of RGB (Red+Green+Blue) = 219+18+204=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12CC is #24ED33. Grayscale: #626262. Windows color (decimal): -2420020 or 13374171. OLE color: 13374171.
HSL color Cylindrical-coordinate representation of color #DB12CC: hue angle of 304.48º 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 #DB12CC is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 204 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.14 |
| HSL | 304.48º | 0.85% | 0.46% | - |
| HSV(B) | 304.48º | 0.92% | 0.86% | - |
| XYZ | 40.33 | 19.85 | 58.83 | - |
| YUV | 99.3 | 187.09 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 204 | 0 | 0.92 | 0.07 | 0.14 | 304.48 | 0.85 | 0.46 |
| Hex | DB | 12 | CC | 0 | 5C | 7 | E | 130 | 55 | 2E |
| Octal | 333 | 22 | 314 | 0 | 134 | 7 | 16 | 460 | 125 | 56 |
| Binary | 11011011 | 10010 | 11001100 | 0 | 1011100 | 111 | 1110 | 100110000 | 1010101 | 101110 |
Color Harmonies of #DB12CC
Complementary color
Monochromatic Colors of #DB12CC
Black with #DB12CC
Text Example
Text Example
White with #DB12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12CC; }
p { color: rgb(219,18,204); }
H1.HeaderClassName
{
color: #DB12CC;
}
.AnyTagClassName
{
color: #DB12CC;
}
</style>
background-color css
<style>
a { background-color: #DB12CC; }
a { background-color: rgb(219,18,204); }
div.DivClassName
{
background-color: #DB12CC;
}
.BgClassName
{
background-color: #DB12CC;
}
</style>
border-color css
<style>
span { border-color: #DB12CC; }
span { border-color: rgb(219,18,204); }
td.TdClassName
{
border-color: #DB12CC;
}
.TagClassName
{
border-color: #DB12CC;
}
</style>