Shades of Deep Magenta #DC12DA
Tints of Deep Magenta #DC12DA
RGB
CMYK
RGB Variations
Color information
#DC12DA (or 0xDC12DA) is known color: Deep Magenta. HEX triplet: DC, 12 and DA. RGB value is (220,18,218). Sum of RGB (Red+Green+Blue) = 220+18+218=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12DA is #23ED25. Grayscale: #646464. Windows color (decimal): -2354470 or 14291676. OLE color: 14291676.
HSL color Cylindrical-coordinate representation of color #DC12DA: hue angle of 300.59º 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 #DC12DA is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 218 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.14 |
| HSL | 300.59º | 0.85% | 0.47% | - |
| HSV(B) | 300.59º | 0.92% | 0.86% | - |
| XYZ | 42.39 | 20.71 | 68.09 | - |
| YUV | 101.2 | 193.92 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 218 | 0 | 0.92 | 0.01 | 0.14 | 300.59 | 0.85 | 0.47 |
| Hex | DC | 12 | DA | 0 | 5C | 1 | E | 12D | 55 | 2F |
| Octal | 334 | 22 | 332 | 0 | 134 | 1 | 16 | 455 | 125 | 57 |
| Binary | 11011100 | 10010 | 11011010 | 0 | 1011100 | 1 | 1110 | 100101101 | 1010101 | 101111 |
Color Harmonies of #DC12DA
Complementary color
Monochromatic Colors of #DC12DA
Black with #DC12DA
Text Example
Text Example
White with #DC12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12DA; }
p { color: rgb(220,18,218); }
H1.HeaderClassName
{
color: #DC12DA;
}
.AnyTagClassName
{
color: #DC12DA;
}
</style>
background-color css
<style>
a { background-color: #DC12DA; }
a { background-color: rgb(220,18,218); }
div.DivClassName
{
background-color: #DC12DA;
}
.BgClassName
{
background-color: #DC12DA;
}
</style>
border-color css
<style>
span { border-color: #DC12DA; }
span { border-color: rgb(220,18,218); }
td.TdClassName
{
border-color: #DC12DA;
}
.TagClassName
{
border-color: #DC12DA;
}
</style>