Shades of Deep Magenta #DD0DD7
Tints of Deep Magenta #DD0DD7
RGB
CMYK
RGB Variations
Color information
#DD0DD7 (or 0xDD0DD7) is known color: Deep Magenta. HEX triplet: DD, 0D and D7. RGB value is (221,13,215). Sum of RGB (Red+Green+Blue) = 221+13+215=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DD7 is #22F228. Grayscale: #616161. Windows color (decimal): -2290217 or 14093789. OLE color: 14093789.
HSL color Cylindrical-coordinate representation of color #DD0DD7: hue angle of 301.73º 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 #DD0DD7 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 215 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.13 |
| HSL | 301.73º | 0.89% | 0.46% | - |
| HSV(B) | 301.73º | 0.94% | 0.87% | - |
| XYZ | 42.23 | 20.57 | 66.03 | - |
| YUV | 98.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 215 | 0 | 0.94 | 0.03 | 0.13 | 301.73 | 0.89 | 0.46 |
| Hex | DD | D | D7 | 0 | 5E | 3 | D | 12E | 59 | 2E |
| Octal | 335 | 15 | 327 | 0 | 136 | 3 | 15 | 456 | 131 | 56 |
| Binary | 11011101 | 1101 | 11010111 | 0 | 1011110 | 11 | 1101 | 100101110 | 1011001 | 101110 |
Color Harmonies of #DD0DD7
Complementary color
Monochromatic Colors of #DD0DD7
Black with #DD0DD7
Text Example
Text Example
White with #DD0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DD7; }
p { color: rgb(221,13,215); }
H1.HeaderClassName
{
color: #DD0DD7;
}
.AnyTagClassName
{
color: #DD0DD7;
}
</style>
background-color css
<style>
a { background-color: #DD0DD7; }
a { background-color: rgb(221,13,215); }
div.DivClassName
{
background-color: #DD0DD7;
}
.BgClassName
{
background-color: #DD0DD7;
}
</style>
border-color css
<style>
span { border-color: #DD0DD7; }
span { border-color: rgb(221,13,215); }
td.TdClassName
{
border-color: #DD0DD7;
}
.TagClassName
{
border-color: #DD0DD7;
}
</style>