Shades of Deep Magenta #DD10C7
Tints of Deep Magenta #DD10C7
RGB
CMYK
RGB Variations
Color information
#DD10C7 (or 0xDD10C7) is known color: Deep Magenta. HEX triplet: DD, 10 and C7. RGB value is (221,16,199). Sum of RGB (Red+Green+Blue) = 221+16+199=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10C7 is #22EF38. Grayscale: #616161. Windows color (decimal): -2289465 or 13045981. OLE color: 13045981.
HSL color Cylindrical-coordinate representation of color #DD10C7: hue angle of 306.44º 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 #DD10C7 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 199 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.13 |
| HSL | 306.44º | 0.86% | 0.46% | - |
| HSV(B) | 306.44º | 0.93% | 0.87% | - |
| XYZ | 40.31 | 19.87 | 55.74 | - |
| YUV | 98.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 199 | 0 | 0.93 | 0.10 | 0.13 | 306.44 | 0.86 | 0.46 |
| Hex | DD | 10 | C7 | 0 | 5D | A | D | 132 | 56 | 2E |
| Octal | 335 | 20 | 307 | 0 | 135 | 12 | 15 | 462 | 126 | 56 |
| Binary | 11011101 | 10000 | 11000111 | 0 | 1011101 | 1010 | 1101 | 100110010 | 1010110 | 101110 |
Color Harmonies of #DD10C7
Complementary color
Monochromatic Colors of #DD10C7
Black with #DD10C7
Text Example
Text Example
White with #DD10C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10C7; }
p { color: rgb(221,16,199); }
H1.HeaderClassName
{
color: #DD10C7;
}
.AnyTagClassName
{
color: #DD10C7;
}
</style>
background-color css
<style>
a { background-color: #DD10C7; }
a { background-color: rgb(221,16,199); }
div.DivClassName
{
background-color: #DD10C7;
}
.BgClassName
{
background-color: #DD10C7;
}
</style>
border-color css
<style>
span { border-color: #DD10C7; }
span { border-color: rgb(221,16,199); }
td.TdClassName
{
border-color: #DD10C7;
}
.TagClassName
{
border-color: #DD10C7;
}
</style>