Shades of Deep Magenta #DC10D1
Tints of Deep Magenta #DC10D1
RGB
CMYK
RGB Variations
Color information
#DC10D1 (or 0xDC10D1) is known color: Deep Magenta. HEX triplet: DC, 10 and D1. RGB value is (220,16,209). Sum of RGB (Red+Green+Blue) = 220+16+209=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10D1 is #23EF2E. Grayscale: #626262. Windows color (decimal): -2354991 or 13701340. OLE color: 13701340.
HSL color Cylindrical-coordinate representation of color #DC10D1: hue angle of 303.24º 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 #DC10D1 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 209 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.14 |
| HSL | 303.24º | 0.86% | 0.46% | - |
| HSV(B) | 303.24º | 0.93% | 0.86% | - |
| XYZ | 41.21 | 20.19 | 62.05 | - |
| YUV | 99 | 190.09 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 209 | 0 | 0.93 | 0.05 | 0.14 | 303.24 | 0.86 | 0.46 |
| Hex | DC | 10 | D1 | 0 | 5D | 5 | E | 12F | 56 | 2E |
| Octal | 334 | 20 | 321 | 0 | 135 | 5 | 16 | 457 | 126 | 56 |
| Binary | 11011100 | 10000 | 11010001 | 0 | 1011101 | 101 | 1110 | 100101111 | 1010110 | 101110 |
Color Harmonies of #DC10D1
Complementary color
Monochromatic Colors of #DC10D1
Black with #DC10D1
Text Example
Text Example
White with #DC10D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10D1; }
p { color: rgb(220,16,209); }
H1.HeaderClassName
{
color: #DC10D1;
}
.AnyTagClassName
{
color: #DC10D1;
}
</style>
background-color css
<style>
a { background-color: #DC10D1; }
a { background-color: rgb(220,16,209); }
div.DivClassName
{
background-color: #DC10D1;
}
.BgClassName
{
background-color: #DC10D1;
}
</style>
border-color css
<style>
span { border-color: #DC10D1; }
span { border-color: rgb(220,16,209); }
td.TdClassName
{
border-color: #DC10D1;
}
.TagClassName
{
border-color: #DC10D1;
}
</style>