Shades of Deep Magenta #DC11DD
Tints of Deep Magenta #DC11DD
RGB
CMYK
RGB Variations
Color information
#DC11DD (or 0xDC11DD) is known color: Deep Magenta. HEX triplet: DC, 11 and DD. RGB value is (220,17,221). Sum of RGB (Red+Green+Blue) = 220+17+221=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11DD is #23EE22. Grayscale: #646464. Windows color (decimal): -2354723 or 14488028. OLE color: 14488028.
HSL color Cylindrical-coordinate representation of color #DC11DD: hue angle of 299.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC11DD is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 17 | 221 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.13 |
| HSL | 299.71º | 0.86% | 0.47% | - |
| HSV(B) | 299.71º | 0.92% | 0.87% | - |
| XYZ | 42.77 | 20.84 | 70.17 | - |
| YUV | 100.95 | 195.75 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 221 | 0.00 | 0.92 | 0 | 0.13 | 299.71 | 0.86 | 0.47 |
| Hex | DC | 11 | DD | 0 | 5C | 0 | D | 12C | 56 | 2F |
| Octal | 334 | 21 | 335 | 0 | 134 | 0 | 15 | 454 | 126 | 57 |
| Binary | 11011100 | 10001 | 11011101 | 0 | 1011100 | 0 | 1101 | 100101100 | 1010110 | 101111 |
Color Harmonies of #DC11DD
Complementary color
Monochromatic Colors of #DC11DD
Black with #DC11DD
Text Example
Text Example
White with #DC11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11DD; }
p { color: rgb(220,17,221); }
H1.HeaderClassName
{
color: #DC11DD;
}
.AnyTagClassName
{
color: #DC11DD;
}
</style>
background-color css
<style>
a { background-color: #DC11DD; }
a { background-color: rgb(220,17,221); }
div.DivClassName
{
background-color: #DC11DD;
}
.BgClassName
{
background-color: #DC11DD;
}
</style>
border-color css
<style>
span { border-color: #DC11DD; }
span { border-color: rgb(220,17,221); }
td.TdClassName
{
border-color: #DC11DD;
}
.TagClassName
{
border-color: #DC11DD;
}
</style>