Shades of Deep Magenta #DC10DD
Tints of Deep Magenta #DC10DD
RGB
CMYK
RGB Variations
Color information
#DC10DD (or 0xDC10DD) is known color: Deep Magenta. HEX triplet: DC, 10 and DD. RGB value is (220,16,221). Sum of RGB (Red+Green+Blue) = 220+16+221=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10DD is #23EF22. Grayscale: #636363. Windows color (decimal): -2354979 or 14487772. OLE color: 14487772.
HSL color Cylindrical-coordinate representation of color #DC10DD: hue angle of 299.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10DD is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 16 | 221 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.13 |
| HSL | 299.71º | 0.86% | 0.46% | - |
| HSV(B) | 299.71º | 0.93% | 0.87% | - |
| XYZ | 42.75 | 20.81 | 70.17 | - |
| YUV | 100.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 221 | 0.00 | 0.93 | 0 | 0.13 | 299.71 | 0.86 | 0.46 |
| Hex | DC | 10 | DD | 0 | 5D | 0 | D | 12C | 56 | 2E |
| Octal | 334 | 20 | 335 | 0 | 135 | 0 | 15 | 454 | 126 | 56 |
| Binary | 11011100 | 10000 | 11011101 | 0 | 1011101 | 0 | 1101 | 100101100 | 1010110 | 101110 |
Color Harmonies of #DC10DD
Complementary color
Monochromatic Colors of #DC10DD
Black with #DC10DD
Text Example
Text Example
White with #DC10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10DD; }
p { color: rgb(220,16,221); }
H1.HeaderClassName
{
color: #DC10DD;
}
.AnyTagClassName
{
color: #DC10DD;
}
</style>
background-color css
<style>
a { background-color: #DC10DD; }
a { background-color: rgb(220,16,221); }
div.DivClassName
{
background-color: #DC10DD;
}
.BgClassName
{
background-color: #DC10DD;
}
</style>
border-color css
<style>
span { border-color: #DC10DD; }
span { border-color: rgb(220,16,221); }
td.TdClassName
{
border-color: #DC10DD;
}
.TagClassName
{
border-color: #DC10DD;
}
</style>