Shades of Deep Magenta #DD10DC
Tints of Deep Magenta #DD10DC
RGB
CMYK
RGB Variations
Color information
#DD10DC (or 0xDD10DC) is known color: Deep Magenta. HEX triplet: DD, 10 and DC. RGB value is (221,16,220). Sum of RGB (Red+Green+Blue) = 221+16+220=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10DC is #22EF23. Grayscale: #636363. Windows color (decimal): -2289444 or 14422237. OLE color: 14422237.
HSL color Cylindrical-coordinate representation of color #DD10DC: hue angle of 300.29º 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 #DD10DC is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 220 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.13 |
| HSL | 300.29º | 0.86% | 0.46% | - |
| HSV(B) | 300.29º | 0.93% | 0.87% | - |
| XYZ | 42.92 | 20.91 | 69.48 | - |
| YUV | 100.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 220 | 0 | 0.93 | 0.00 | 0.13 | 300.29 | 0.86 | 0.46 |
| Hex | DD | 10 | DC | 0 | 5D | 0 | D | 12C | 56 | 2E |
| Octal | 335 | 20 | 334 | 0 | 135 | 0 | 15 | 454 | 126 | 56 |
| Binary | 11011101 | 10000 | 11011100 | 0 | 1011101 | 0 | 1101 | 100101100 | 1010110 | 101110 |
Color Harmonies of #DD10DC
Complementary color
Monochromatic Colors of #DD10DC
Black with #DD10DC
Text Example
Text Example
White with #DD10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10DC; }
p { color: rgb(221,16,220); }
H1.HeaderClassName
{
color: #DD10DC;
}
.AnyTagClassName
{
color: #DD10DC;
}
</style>
background-color css
<style>
a { background-color: #DD10DC; }
a { background-color: rgb(221,16,220); }
div.DivClassName
{
background-color: #DD10DC;
}
.BgClassName
{
background-color: #DD10DC;
}
</style>
border-color css
<style>
span { border-color: #DD10DC; }
span { border-color: rgb(221,16,220); }
td.TdClassName
{
border-color: #DD10DC;
}
.TagClassName
{
border-color: #DD10DC;
}
</style>