Shades of Deep Magenta #DC11CA
Tints of Deep Magenta #DC11CA
RGB
CMYK
RGB Variations
Color information
#DC11CA (or 0xDC11CA) is known color: Deep Magenta. HEX triplet: DC, 11 and CA. RGB value is (220,17,202). Sum of RGB (Red+Green+Blue) = 220+17+202=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11CA is #23EE35. Grayscale: #626262. Windows color (decimal): -2354742 or 13242844. OLE color: 13242844.
HSL color Cylindrical-coordinate representation of color #DC11CA: hue angle of 305.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC11CA is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 202 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.14 |
| HSL | 305.32º | 0.86% | 0.46% | - |
| HSV(B) | 305.32º | 0.92% | 0.86% | - |
| XYZ | 40.38 | 19.88 | 57.59 | - |
| YUV | 98.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 202 | 0 | 0.92 | 0.08 | 0.14 | 305.32 | 0.86 | 0.46 |
| Hex | DC | 11 | CA | 0 | 5C | 8 | E | 131 | 56 | 2E |
| Octal | 334 | 21 | 312 | 0 | 134 | 10 | 16 | 461 | 126 | 56 |
| Binary | 11011100 | 10001 | 11001010 | 0 | 1011100 | 1000 | 1110 | 100110001 | 1010110 | 101110 |
Color Harmonies of #DC11CA
Complementary color
Monochromatic Colors of #DC11CA
Black with #DC11CA
Text Example
Text Example
White with #DC11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11CA; }
p { color: rgb(220,17,202); }
H1.HeaderClassName
{
color: #DC11CA;
}
.AnyTagClassName
{
color: #DC11CA;
}
</style>
background-color css
<style>
a { background-color: #DC11CA; }
a { background-color: rgb(220,17,202); }
div.DivClassName
{
background-color: #DC11CA;
}
.BgClassName
{
background-color: #DC11CA;
}
</style>
border-color css
<style>
span { border-color: #DC11CA; }
span { border-color: rgb(220,17,202); }
td.TdClassName
{
border-color: #DC11CA;
}
.TagClassName
{
border-color: #DC11CA;
}
</style>