Shades of Deep Magenta #D012DC
Tints of Deep Magenta #D012DC
RGB
CMYK
RGB Variations
Color information
#D012DC (or 0xD012DC) is known color: Deep Magenta. HEX triplet: D0, 12 and DC. RGB value is (208,18,220). Sum of RGB (Red+Green+Blue) = 208+18+220=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #D012DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012DC is #2FED23. Grayscale: #616161. Windows color (decimal): -3140900 or 14422736. OLE color: 14422736.
HSL color Cylindrical-coordinate representation of color #D012DC: hue angle of 296.44º 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 #D012DC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 18 | 220 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.14 |
| HSL | 296.44º | 0.85% | 0.47% | - |
| HSV(B) | 296.44º | 0.92% | 0.86% | - |
| XYZ | 39.15 | 19.01 | 69.32 | - |
| YUV | 97.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 220 | 0.05 | 0.92 | 0 | 0.14 | 296.44 | 0.85 | 0.47 |
| Hex | D0 | 12 | DC | 5 | 5C | 0 | E | 128 | 55 | 2F |
| Octal | 320 | 22 | 334 | 5 | 134 | 0 | 16 | 450 | 125 | 57 |
| Binary | 11010000 | 10010 | 11011100 | 101 | 1011100 | 0 | 1110 | 100101000 | 1010101 | 101111 |
Color Harmonies of #D012DC
Complementary color
Monochromatic Colors of #D012DC
Black with #D012DC
Text Example
Text Example
White with #D012DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012DC; }
p { color: rgb(208,18,220); }
H1.HeaderClassName
{
color: #D012DC;
}
.AnyTagClassName
{
color: #D012DC;
}
</style>
background-color css
<style>
a { background-color: #D012DC; }
a { background-color: rgb(208,18,220); }
div.DivClassName
{
background-color: #D012DC;
}
.BgClassName
{
background-color: #D012DC;
}
</style>
border-color css
<style>
span { border-color: #D012DC; }
span { border-color: rgb(208,18,220); }
td.TdClassName
{
border-color: #D012DC;
}
.TagClassName
{
border-color: #D012DC;
}
</style>