Shades of Deep Magenta #DD16D9
Tints of Deep Magenta #DD16D9
RGB
CMYK
RGB Variations
Color information
#DD16D9 (or 0xDD16D9) is known color: Deep Magenta. HEX triplet: DD, 16 and D9. RGB value is (221,22,217). Sum of RGB (Red+Green+Blue) = 221+22+217=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16D9 is #22E926. Grayscale: #676767. Windows color (decimal): -2287911 or 14227165. OLE color: 14227165.
HSL color Cylindrical-coordinate representation of color #DD16D9: hue angle of 301.21º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD16D9 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 217 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.13 |
| HSL | 301.21º | 0.82% | 0.48% | - |
| HSV(B) | 301.21º | 0.9% | 0.87% | - |
| XYZ | 42.63 | 20.96 | 67.44 | - |
| YUV | 103.73 | 191.93 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 217 | 0 | 0.90 | 0.02 | 0.13 | 301.21 | 0.82 | 0.48 |
| Hex | DD | 16 | D9 | 0 | 5A | 2 | D | 12D | 52 | 30 |
| Octal | 335 | 26 | 331 | 0 | 132 | 2 | 15 | 455 | 122 | 60 |
| Binary | 11011101 | 10110 | 11011001 | 0 | 1011010 | 10 | 1101 | 100101101 | 1010010 | 110000 |
Color Harmonies of #DD16D9
Complementary color
Monochromatic Colors of #DD16D9
Black with #DD16D9
Text Example
Text Example
White with #DD16D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16D9; }
p { color: rgb(221,22,217); }
H1.HeaderClassName
{
color: #DD16D9;
}
.AnyTagClassName
{
color: #DD16D9;
}
</style>
background-color css
<style>
a { background-color: #DD16D9; }
a { background-color: rgb(221,22,217); }
div.DivClassName
{
background-color: #DD16D9;
}
.BgClassName
{
background-color: #DD16D9;
}
</style>
border-color css
<style>
span { border-color: #DD16D9; }
span { border-color: rgb(221,22,217); }
td.TdClassName
{
border-color: #DD16D9;
}
.TagClassName
{
border-color: #DD16D9;
}
</style>