Shades of Deep Magenta #DC0DDD
Tints of Deep Magenta #DC0DDD
RGB
CMYK
RGB Variations
Color information
#DC0DDD (or 0xDC0DDD) is known color: Deep Magenta. HEX triplet: DC, 0D and DD. RGB value is (220,13,221). Sum of RGB (Red+Green+Blue) = 220+13+221=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DDD is #23F222. Grayscale: #616161. Windows color (decimal): -2355747 or 14487004. OLE color: 14487004.
HSL color Cylindrical-coordinate representation of color #DC0DDD: hue angle of 299.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DDD is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 13 | 221 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.13 |
| HSL | 299.71º | 0.89% | 0.46% | - |
| HSV(B) | 299.71º | 0.94% | 0.87% | - |
| XYZ | 42.71 | 20.72 | 70.16 | - |
| YUV | 98.61 | 197.08 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 221 | 0.00 | 0.94 | 0 | 0.13 | 299.71 | 0.89 | 0.46 |
| Hex | DC | D | DD | 0 | 5E | 0 | D | 12C | 59 | 2E |
| Octal | 334 | 15 | 335 | 0 | 136 | 0 | 15 | 454 | 131 | 56 |
| Binary | 11011100 | 1101 | 11011101 | 0 | 1011110 | 0 | 1101 | 100101100 | 1011001 | 101110 |
Color Harmonies of #DC0DDD
Complementary color
Monochromatic Colors of #DC0DDD
Black with #DC0DDD
Text Example
Text Example
White with #DC0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DDD; }
p { color: rgb(220,13,221); }
H1.HeaderClassName
{
color: #DC0DDD;
}
.AnyTagClassName
{
color: #DC0DDD;
}
</style>
background-color css
<style>
a { background-color: #DC0DDD; }
a { background-color: rgb(220,13,221); }
div.DivClassName
{
background-color: #DC0DDD;
}
.BgClassName
{
background-color: #DC0DDD;
}
</style>
border-color css
<style>
span { border-color: #DC0DDD; }
span { border-color: rgb(220,13,221); }
td.TdClassName
{
border-color: #DC0DDD;
}
.TagClassName
{
border-color: #DC0DDD;
}
</style>