Shades of Deep Magenta #DD10D6
Tints of Deep Magenta #DD10D6
RGB
CMYK
RGB Variations
Color information
#DD10D6 (or 0xDD10D6) is known color: Deep Magenta. HEX triplet: DD, 10 and D6. RGB value is (221,16,214). Sum of RGB (Red+Green+Blue) = 221+16+214=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10D6 is #22EF29. Grayscale: #636363. Windows color (decimal): -2289450 or 14029021. OLE color: 14029021.
HSL color Cylindrical-coordinate representation of color #DD10D6: hue angle of 302.05º 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 #DD10D6 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 214 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.13 |
| HSL | 302.05º | 0.86% | 0.46% | - |
| HSV(B) | 302.05º | 0.93% | 0.87% | - |
| XYZ | 42.14 | 20.6 | 65.37 | - |
| YUV | 99.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 214 | 0 | 0.93 | 0.03 | 0.13 | 302.05 | 0.86 | 0.46 |
| Hex | DD | 10 | D6 | 0 | 5D | 3 | D | 12E | 56 | 2E |
| Octal | 335 | 20 | 326 | 0 | 135 | 3 | 15 | 456 | 126 | 56 |
| Binary | 11011101 | 10000 | 11010110 | 0 | 1011101 | 11 | 1101 | 100101110 | 1010110 | 101110 |
Color Harmonies of #DD10D6
Complementary color
Monochromatic Colors of #DD10D6
Black with #DD10D6
Text Example
Text Example
White with #DD10D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10D6; }
p { color: rgb(221,16,214); }
H1.HeaderClassName
{
color: #DD10D6;
}
.AnyTagClassName
{
color: #DD10D6;
}
</style>
background-color css
<style>
a { background-color: #DD10D6; }
a { background-color: rgb(221,16,214); }
div.DivClassName
{
background-color: #DD10D6;
}
.BgClassName
{
background-color: #DD10D6;
}
</style>
border-color css
<style>
span { border-color: #DD10D6; }
span { border-color: rgb(221,16,214); }
td.TdClassName
{
border-color: #DD10D6;
}
.TagClassName
{
border-color: #DD10D6;
}
</style>