Shades of Deep Magenta #DD0DDC
Tints of Deep Magenta #DD0DDC
RGB
CMYK
RGB Variations
Color information
#DD0DDC (or 0xDD0DDC) is known color: Deep Magenta. HEX triplet: DD, 0D and DC. RGB value is (221,13,220). Sum of RGB (Red+Green+Blue) = 221+13+220=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DDC is #22F223. Grayscale: #626262. Windows color (decimal): -2290212 or 14421469. OLE color: 14421469.
HSL color Cylindrical-coordinate representation of color #DD0DDC: hue angle of 300.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DDC is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 220 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.13 |
| HSL | 300.29º | 0.89% | 0.46% | - |
| HSV(B) | 300.29º | 0.94% | 0.87% | - |
| XYZ | 42.88 | 20.83 | 69.47 | - |
| YUV | 98.79 | 196.41 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 220 | 0 | 0.94 | 0.00 | 0.13 | 300.29 | 0.89 | 0.46 |
| Hex | DD | D | DC | 0 | 5E | 0 | D | 12C | 59 | 2E |
| Octal | 335 | 15 | 334 | 0 | 136 | 0 | 15 | 454 | 131 | 56 |
| Binary | 11011101 | 1101 | 11011100 | 0 | 1011110 | 0 | 1101 | 100101100 | 1011001 | 101110 |
Color Harmonies of #DD0DDC
Complementary color
Monochromatic Colors of #DD0DDC
Black with #DD0DDC
Text Example
Text Example
White with #DD0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DDC; }
p { color: rgb(221,13,220); }
H1.HeaderClassName
{
color: #DD0DDC;
}
.AnyTagClassName
{
color: #DD0DDC;
}
</style>
background-color css
<style>
a { background-color: #DD0DDC; }
a { background-color: rgb(221,13,220); }
div.DivClassName
{
background-color: #DD0DDC;
}
.BgClassName
{
background-color: #DD0DDC;
}
</style>
border-color css
<style>
span { border-color: #DD0DDC; }
span { border-color: rgb(221,13,220); }
td.TdClassName
{
border-color: #DD0DDC;
}
.TagClassName
{
border-color: #DD0DDC;
}
</style>