Shades of Deep Magenta #DD0DD1
Tints of Deep Magenta #DD0DD1
RGB
CMYK
RGB Variations
Color information
#DD0DD1 (or 0xDD0DD1) is known color: Deep Magenta. HEX triplet: DD, 0D and D1. RGB value is (221,13,209). Sum of RGB (Red+Green+Blue) = 221+13+209=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DD1 is #22F22E. Grayscale: #606060. Windows color (decimal): -2290223 or 13700573. OLE color: 13700573.
HSL color Cylindrical-coordinate representation of color #DD0DD1: hue angle of 303.46º 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 #DD0DD1 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 209 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.13 |
| HSL | 303.46º | 0.89% | 0.46% | - |
| HSV(B) | 303.46º | 0.94% | 0.87% | - |
| XYZ | 41.47 | 20.26 | 62.05 | - |
| YUV | 97.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 209 | 0 | 0.94 | 0.05 | 0.13 | 303.46 | 0.89 | 0.46 |
| Hex | DD | D | D1 | 0 | 5E | 5 | D | 12F | 59 | 2E |
| Octal | 335 | 15 | 321 | 0 | 136 | 5 | 15 | 457 | 131 | 56 |
| Binary | 11011101 | 1101 | 11010001 | 0 | 1011110 | 101 | 1101 | 100101111 | 1011001 | 101110 |
Color Harmonies of #DD0DD1
Complementary color
Monochromatic Colors of #DD0DD1
Black with #DD0DD1
Text Example
Text Example
White with #DD0DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DD1; }
p { color: rgb(221,13,209); }
H1.HeaderClassName
{
color: #DD0DD1;
}
.AnyTagClassName
{
color: #DD0DD1;
}
</style>
background-color css
<style>
a { background-color: #DD0DD1; }
a { background-color: rgb(221,13,209); }
div.DivClassName
{
background-color: #DD0DD1;
}
.BgClassName
{
background-color: #DD0DD1;
}
</style>
border-color css
<style>
span { border-color: #DD0DD1; }
span { border-color: rgb(221,13,209); }
td.TdClassName
{
border-color: #DD0DD1;
}
.TagClassName
{
border-color: #DD0DD1;
}
</style>