Shades of Deep Magenta #DD0DD5
Tints of Deep Magenta #DD0DD5
RGB
CMYK
RGB Variations
Color information
#DD0DD5 (or 0xDD0DD5) is known color: Deep Magenta. HEX triplet: DD, 0D and D5. RGB value is (221,13,213). Sum of RGB (Red+Green+Blue) = 221+13+213=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DD5 is #22F22A. Grayscale: #616161. Windows color (decimal): -2290219 or 13962717. OLE color: 13962717.
HSL color Cylindrical-coordinate representation of color #DD0DD5: hue angle of 302.31º 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 #DD0DD5 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 213 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.13 |
| HSL | 302.31º | 0.89% | 0.46% | - |
| HSV(B) | 302.31º | 0.94% | 0.87% | - |
| XYZ | 41.97 | 20.46 | 64.69 | - |
| YUV | 97.99 | 192.91 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 213 | 0 | 0.94 | 0.04 | 0.13 | 302.31 | 0.89 | 0.46 |
| Hex | DD | D | D5 | 0 | 5E | 4 | D | 12E | 59 | 2E |
| Octal | 335 | 15 | 325 | 0 | 136 | 4 | 15 | 456 | 131 | 56 |
| Binary | 11011101 | 1101 | 11010101 | 0 | 1011110 | 100 | 1101 | 100101110 | 1011001 | 101110 |
Color Harmonies of #DD0DD5
Complementary color
Monochromatic Colors of #DD0DD5
Black with #DD0DD5
Text Example
Text Example
White with #DD0DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DD5; }
p { color: rgb(221,13,213); }
H1.HeaderClassName
{
color: #DD0DD5;
}
.AnyTagClassName
{
color: #DD0DD5;
}
</style>
background-color css
<style>
a { background-color: #DD0DD5; }
a { background-color: rgb(221,13,213); }
div.DivClassName
{
background-color: #DD0DD5;
}
.BgClassName
{
background-color: #DD0DD5;
}
</style>
border-color css
<style>
span { border-color: #DD0DD5; }
span { border-color: rgb(221,13,213); }
td.TdClassName
{
border-color: #DD0DD5;
}
.TagClassName
{
border-color: #DD0DD5;
}
</style>