Shades of Deep Magenta #DD17DC
Tints of Deep Magenta #DD17DC
RGB
CMYK
RGB Variations
Color information
#DD17DC (or 0xDD17DC) is known color: Deep Magenta. HEX triplet: DD, 17 and DC. RGB value is (221,23,220). Sum of RGB (Red+Green+Blue) = 221+23+220=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17DC is #22E823. Grayscale: #686868. Windows color (decimal): -2287652 or 14424029. OLE color: 14424029.
HSL color Cylindrical-coordinate representation of color #DD17DC: hue angle of 300.3º 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 #DD17DC is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 220 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.13 |
| HSL | 300.3º | 0.81% | 0.48% | - |
| HSV(B) | 300.3º | 0.9% | 0.87% | - |
| XYZ | 43.04 | 21.15 | 69.52 | - |
| YUV | 104.66 | 193.1 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 220 | 0 | 0.90 | 0.00 | 0.13 | 300.3 | 0.81 | 0.48 |
| Hex | DD | 17 | DC | 0 | 5A | 0 | D | 12C | 51 | 30 |
| Octal | 335 | 27 | 334 | 0 | 132 | 0 | 15 | 454 | 121 | 60 |
| Binary | 11011101 | 10111 | 11011100 | 0 | 1011010 | 0 | 1101 | 100101100 | 1010001 | 110000 |
Color Harmonies of #DD17DC
Complementary color
Monochromatic Colors of #DD17DC
Black with #DD17DC
Text Example
Text Example
White with #DD17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17DC; }
p { color: rgb(221,23,220); }
H1.HeaderClassName
{
color: #DD17DC;
}
.AnyTagClassName
{
color: #DD17DC;
}
</style>
background-color css
<style>
a { background-color: #DD17DC; }
a { background-color: rgb(221,23,220); }
div.DivClassName
{
background-color: #DD17DC;
}
.BgClassName
{
background-color: #DD17DC;
}
</style>
border-color css
<style>
span { border-color: #DD17DC; }
span { border-color: rgb(221,23,220); }
td.TdClassName
{
border-color: #DD17DC;
}
.TagClassName
{
border-color: #DD17DC;
}
</style>