Shades of Deep Magenta #DD17D9
Tints of Deep Magenta #DD17D9
RGB
CMYK
RGB Variations
Color information
#DD17D9 (or 0xDD17D9) is known color: Deep Magenta. HEX triplet: DD, 17 and D9. RGB value is (221,23,217). Sum of RGB (Red+Green+Blue) = 221+23+217=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17D9 is #22E826. Grayscale: #676767. Windows color (decimal): -2287655 or 14227421. OLE color: 14227421.
HSL color Cylindrical-coordinate representation of color #DD17D9: hue angle of 301.21º degrees, saturation: 0.81, 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 #DD17D9 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 217 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.13 |
| HSL | 301.21º | 0.81% | 0.48% | - |
| HSV(B) | 301.21º | 0.9% | 0.87% | - |
| XYZ | 42.65 | 20.99 | 67.45 | - |
| YUV | 104.32 | 191.6 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 217 | 0 | 0.90 | 0.02 | 0.13 | 301.21 | 0.81 | 0.48 |
| Hex | DD | 17 | D9 | 0 | 5A | 2 | D | 12D | 51 | 30 |
| Octal | 335 | 27 | 331 | 0 | 132 | 2 | 15 | 455 | 121 | 60 |
| Binary | 11011101 | 10111 | 11011001 | 0 | 1011010 | 10 | 1101 | 100101101 | 1010001 | 110000 |
Color Harmonies of #DD17D9
Complementary color
Monochromatic Colors of #DD17D9
Black with #DD17D9
Text Example
Text Example
White with #DD17D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17D9; }
p { color: rgb(221,23,217); }
H1.HeaderClassName
{
color: #DD17D9;
}
.AnyTagClassName
{
color: #DD17D9;
}
</style>
background-color css
<style>
a { background-color: #DD17D9; }
a { background-color: rgb(221,23,217); }
div.DivClassName
{
background-color: #DD17D9;
}
.BgClassName
{
background-color: #DD17D9;
}
</style>
border-color css
<style>
span { border-color: #DD17D9; }
span { border-color: rgb(221,23,217); }
td.TdClassName
{
border-color: #DD17D9;
}
.TagClassName
{
border-color: #DD17D9;
}
</style>