Shades of Deep Magenta #DD17DE
Tints of Deep Magenta #DD17DE
RGB
CMYK
RGB Variations
Color information
#DD17DE (or 0xDD17DE) is known color: Deep Magenta. HEX triplet: DD, 17 and DE. RGB value is (221,23,222). Sum of RGB (Red+Green+Blue) = 221+23+222=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17DE is #22E821. Grayscale: #686868. Windows color (decimal): -2287650 or 14555101. OLE color: 14555101.
HSL color Cylindrical-coordinate representation of color #DD17DE: hue angle of 299.7º 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 #DD17DE is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 222 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.13 |
| HSL | 299.7º | 0.81% | 0.48% | - |
| HSV(B) | 299.7º | 0.9% | 0.87% | - |
| XYZ | 43.31 | 21.26 | 70.93 | - |
| YUV | 104.89 | 194.1 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 222 | 0.00 | 0.90 | 0 | 0.13 | 299.7 | 0.81 | 0.48 |
| Hex | DD | 17 | DE | 0 | 5A | 0 | D | 12C | 51 | 30 |
| Octal | 335 | 27 | 336 | 0 | 132 | 0 | 15 | 454 | 121 | 60 |
| Binary | 11011101 | 10111 | 11011110 | 0 | 1011010 | 0 | 1101 | 100101100 | 1010001 | 110000 |
Color Harmonies of #DD17DE
Complementary color
Monochromatic Colors of #DD17DE
Black with #DD17DE
Text Example
Text Example
White with #DD17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17DE; }
p { color: rgb(221,23,222); }
H1.HeaderClassName
{
color: #DD17DE;
}
.AnyTagClassName
{
color: #DD17DE;
}
</style>
background-color css
<style>
a { background-color: #DD17DE; }
a { background-color: rgb(221,23,222); }
div.DivClassName
{
background-color: #DD17DE;
}
.BgClassName
{
background-color: #DD17DE;
}
</style>
border-color css
<style>
span { border-color: #DD17DE; }
span { border-color: rgb(221,23,222); }
td.TdClassName
{
border-color: #DD17DE;
}
.TagClassName
{
border-color: #DD17DE;
}
</style>