Shades of Deep Magenta #DB12C4
Tints of Deep Magenta #DB12C4
RGB
CMYK
RGB Variations
Color information
#DB12C4 (or 0xDB12C4) is known color: Deep Magenta. HEX triplet: DB, 12 and C4. RGB value is (219,18,196). Sum of RGB (Red+Green+Blue) = 219+18+196=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12C4 is #24ED3B. Grayscale: #616161. Windows color (decimal): -2420028 or 12849883. OLE color: 12849883.
HSL color Cylindrical-coordinate representation of color #DB12C4: hue angle of 306.87º 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 #DB12C4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 196 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.14 |
| HSL | 306.87º | 0.85% | 0.46% | - |
| HSV(B) | 306.87º | 0.92% | 0.86% | - |
| XYZ | 39.39 | 19.48 | 53.91 | - |
| YUV | 98.39 | 183.09 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 196 | 0 | 0.92 | 0.11 | 0.14 | 306.87 | 0.85 | 0.46 |
| Hex | DB | 12 | C4 | 0 | 5C | B | E | 133 | 55 | 2E |
| Octal | 333 | 22 | 304 | 0 | 134 | 13 | 16 | 463 | 125 | 56 |
| Binary | 11011011 | 10010 | 11000100 | 0 | 1011100 | 1011 | 1110 | 100110011 | 1010101 | 101110 |
Color Harmonies of #DB12C4
Complementary color
Monochromatic Colors of #DB12C4
Black with #DB12C4
Text Example
Text Example
White with #DB12C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12C4; }
p { color: rgb(219,18,196); }
H1.HeaderClassName
{
color: #DB12C4;
}
.AnyTagClassName
{
color: #DB12C4;
}
</style>
background-color css
<style>
a { background-color: #DB12C4; }
a { background-color: rgb(219,18,196); }
div.DivClassName
{
background-color: #DB12C4;
}
.BgClassName
{
background-color: #DB12C4;
}
</style>
border-color css
<style>
span { border-color: #DB12C4; }
span { border-color: rgb(219,18,196); }
td.TdClassName
{
border-color: #DB12C4;
}
.TagClassName
{
border-color: #DB12C4;
}
</style>