Shades of Deep Magenta #DB12BC
Tints of Deep Magenta #DB12BC
RGB
CMYK
RGB Variations
Color information
#DB12BC (or 0xDB12BC) is known color: Deep Magenta. HEX triplet: DB, 12 and BC. RGB value is (219,18,188). Sum of RGB (Red+Green+Blue) = 219+18+188=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12BC is #24ED43. Grayscale: #616161. Windows color (decimal): -2420036 or 12325595. OLE color: 12325595.
HSL color Cylindrical-coordinate representation of color #DB12BC: hue angle of 309.25º 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 #DB12BC is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 188 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.14 |
| HSL | 309.25º | 0.85% | 0.46% | - |
| HSV(B) | 309.25º | 0.92% | 0.86% | - |
| XYZ | 38.51 | 19.12 | 49.24 | - |
| YUV | 97.48 | 179.09 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 188 | 0 | 0.92 | 0.14 | 0.14 | 309.25 | 0.85 | 0.46 |
| Hex | DB | 12 | BC | 0 | 5C | E | E | 135 | 55 | 2E |
| Octal | 333 | 22 | 274 | 0 | 134 | 16 | 16 | 465 | 125 | 56 |
| Binary | 11011011 | 10010 | 10111100 | 0 | 1011100 | 1110 | 1110 | 100110101 | 1010101 | 101110 |
Color Harmonies of #DB12BC
Complementary color
Monochromatic Colors of #DB12BC
Black with #DB12BC
Text Example
Text Example
White with #DB12BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12BC; }
p { color: rgb(219,18,188); }
H1.HeaderClassName
{
color: #DB12BC;
}
.AnyTagClassName
{
color: #DB12BC;
}
</style>
background-color css
<style>
a { background-color: #DB12BC; }
a { background-color: rgb(219,18,188); }
div.DivClassName
{
background-color: #DB12BC;
}
.BgClassName
{
background-color: #DB12BC;
}
</style>
border-color css
<style>
span { border-color: #DB12BC; }
span { border-color: rgb(219,18,188); }
td.TdClassName
{
border-color: #DB12BC;
}
.TagClassName
{
border-color: #DB12BC;
}
</style>