Shades of Deep Magenta #DD10CA
Tints of Deep Magenta #DD10CA
RGB
CMYK
RGB Variations
Color information
#DD10CA (or 0xDD10CA) is known color: Deep Magenta. HEX triplet: DD, 10 and CA. RGB value is (221,16,202). Sum of RGB (Red+Green+Blue) = 221+16+202=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10CA is #22EF35. Grayscale: #616161. Windows color (decimal): -2289462 or 13242589. OLE color: 13242589.
HSL color Cylindrical-coordinate representation of color #DD10CA: hue angle of 305.56º 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 #DD10CA is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.13 |
| HSL | 305.56º | 0.86% | 0.46% | - |
| HSV(B) | 305.56º | 0.93% | 0.87% | - |
| XYZ | 40.66 | 20.01 | 57.6 | - |
| YUV | 98.5 | 186.42 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 202 | 0 | 0.93 | 0.09 | 0.13 | 305.56 | 0.86 | 0.46 |
| Hex | DD | 10 | CA | 0 | 5D | 9 | D | 132 | 56 | 2E |
| Octal | 335 | 20 | 312 | 0 | 135 | 11 | 15 | 462 | 126 | 56 |
| Binary | 11011101 | 10000 | 11001010 | 0 | 1011101 | 1001 | 1101 | 100110010 | 1010110 | 101110 |
Color Harmonies of #DD10CA
Complementary color
Monochromatic Colors of #DD10CA
Black with #DD10CA
Text Example
Text Example
White with #DD10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10CA; }
p { color: rgb(221,16,202); }
H1.HeaderClassName
{
color: #DD10CA;
}
.AnyTagClassName
{
color: #DD10CA;
}
</style>
background-color css
<style>
a { background-color: #DD10CA; }
a { background-color: rgb(221,16,202); }
div.DivClassName
{
background-color: #DD10CA;
}
.BgClassName
{
background-color: #DD10CA;
}
</style>
border-color css
<style>
span { border-color: #DD10CA; }
span { border-color: rgb(221,16,202); }
td.TdClassName
{
border-color: #DD10CA;
}
.TagClassName
{
border-color: #DD10CA;
}
</style>