Shades of Deep Magenta #DD17DF
Tints of Deep Magenta #DD17DF
RGB
CMYK
RGB Variations
Color information
#DD17DF (or 0xDD17DF) is known color: Deep Magenta. HEX triplet: DD, 17 and DF. RGB value is (221,23,223). Sum of RGB (Red+Green+Blue) = 221+23+223=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17DF is #22E820. Grayscale: #686868. Windows color (decimal): -2287649 or 14620637. OLE color: 14620637.
HSL color Cylindrical-coordinate representation of color #DD17DF: hue angle of 299.4º 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 #DD17DF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 223 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.13 |
| HSL | 299.4º | 0.81% | 0.48% | - |
| HSV(B) | 299.4º | 0.9% | 0.87% | - |
| XYZ | 43.44 | 21.31 | 71.64 | - |
| YUV | 105 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 223 | 0.01 | 0.90 | 0 | 0.13 | 299.4 | 0.81 | 0.48 |
| Hex | DD | 17 | DF | 1 | 5A | 0 | D | 12B | 51 | 30 |
| Octal | 335 | 27 | 337 | 1 | 132 | 0 | 15 | 453 | 121 | 60 |
| Binary | 11011101 | 10111 | 11011111 | 1 | 1011010 | 0 | 1101 | 100101011 | 1010001 | 110000 |
Color Harmonies of #DD17DF
Complementary color
Monochromatic Colors of #DD17DF
Black with #DD17DF
Text Example
Text Example
White with #DD17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17DF; }
p { color: rgb(221,23,223); }
H1.HeaderClassName
{
color: #DD17DF;
}
.AnyTagClassName
{
color: #DD17DF;
}
</style>
background-color css
<style>
a { background-color: #DD17DF; }
a { background-color: rgb(221,23,223); }
div.DivClassName
{
background-color: #DD17DF;
}
.BgClassName
{
background-color: #DD17DF;
}
</style>
border-color css
<style>
span { border-color: #DD17DF; }
span { border-color: rgb(221,23,223); }
td.TdClassName
{
border-color: #DD17DF;
}
.TagClassName
{
border-color: #DD17DF;
}
</style>