Shades of Deep Magenta #DD10D2
Tints of Deep Magenta #DD10D2
RGB
CMYK
RGB Variations
Color information
#DD10D2 (or 0xDD10D2) is known color: Deep Magenta. HEX triplet: DD, 10 and D2. RGB value is (221,16,210). Sum of RGB (Red+Green+Blue) = 221+16+210=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10D2 is #22EF2D. Grayscale: #626262. Windows color (decimal): -2289454 or 13766877. OLE color: 13766877.
HSL color Cylindrical-coordinate representation of color #DD10D2: hue angle of 303.22º 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 #DD10D2 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 210 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.13 |
| HSL | 303.22º | 0.86% | 0.46% | - |
| HSV(B) | 303.22º | 0.93% | 0.87% | - |
| XYZ | 41.64 | 20.4 | 62.72 | - |
| YUV | 99.41 | 190.42 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 210 | 0 | 0.93 | 0.05 | 0.13 | 303.22 | 0.86 | 0.46 |
| Hex | DD | 10 | D2 | 0 | 5D | 5 | D | 12F | 56 | 2E |
| Octal | 335 | 20 | 322 | 0 | 135 | 5 | 15 | 457 | 126 | 56 |
| Binary | 11011101 | 10000 | 11010010 | 0 | 1011101 | 101 | 1101 | 100101111 | 1010110 | 101110 |
Color Harmonies of #DD10D2
Complementary color
Monochromatic Colors of #DD10D2
Black with #DD10D2
Text Example
Text Example
White with #DD10D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10D2; }
p { color: rgb(221,16,210); }
H1.HeaderClassName
{
color: #DD10D2;
}
.AnyTagClassName
{
color: #DD10D2;
}
</style>
background-color css
<style>
a { background-color: #DD10D2; }
a { background-color: rgb(221,16,210); }
div.DivClassName
{
background-color: #DD10D2;
}
.BgClassName
{
background-color: #DD10D2;
}
</style>
border-color css
<style>
span { border-color: #DD10D2; }
span { border-color: rgb(221,16,210); }
td.TdClassName
{
border-color: #DD10D2;
}
.TagClassName
{
border-color: #DD10D2;
}
</style>