Shades of Deep Magenta #DC10D4
Tints of Deep Magenta #DC10D4
RGB
CMYK
RGB Variations
Color information
#DC10D4 (or 0xDC10D4) is known color: Deep Magenta. HEX triplet: DC, 10 and D4. RGB value is (220,16,212). Sum of RGB (Red+Green+Blue) = 220+16+212=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10D4 is #23EF2B. Grayscale: #626262. Windows color (decimal): -2354988 or 13897948. OLE color: 13897948.
HSL color Cylindrical-coordinate representation of color #DC10D4: hue angle of 302.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10D4 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 212 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.14 |
| HSL | 302.35º | 0.86% | 0.46% | - |
| HSV(B) | 302.35º | 0.93% | 0.86% | - |
| XYZ | 41.58 | 20.34 | 64.02 | - |
| YUV | 99.34 | 191.59 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 212 | 0 | 0.93 | 0.04 | 0.14 | 302.35 | 0.86 | 0.46 |
| Hex | DC | 10 | D4 | 0 | 5D | 4 | E | 12E | 56 | 2E |
| Octal | 334 | 20 | 324 | 0 | 135 | 4 | 16 | 456 | 126 | 56 |
| Binary | 11011100 | 10000 | 11010100 | 0 | 1011101 | 100 | 1110 | 100101110 | 1010110 | 101110 |
Color Harmonies of #DC10D4
Complementary color
Monochromatic Colors of #DC10D4
Black with #DC10D4
Text Example
Text Example
White with #DC10D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10D4; }
p { color: rgb(220,16,212); }
H1.HeaderClassName
{
color: #DC10D4;
}
.AnyTagClassName
{
color: #DC10D4;
}
</style>
background-color css
<style>
a { background-color: #DC10D4; }
a { background-color: rgb(220,16,212); }
div.DivClassName
{
background-color: #DC10D4;
}
.BgClassName
{
background-color: #DC10D4;
}
</style>
border-color css
<style>
span { border-color: #DC10D4; }
span { border-color: rgb(220,16,212); }
td.TdClassName
{
border-color: #DC10D4;
}
.TagClassName
{
border-color: #DC10D4;
}
</style>