Shades of Deep Magenta #DD17CB
Tints of Deep Magenta #DD17CB
RGB
CMYK
RGB Variations
Color information
#DD17CB (or 0xDD17CB) is known color: Deep Magenta. HEX triplet: DD, 17 and CB. RGB value is (221,23,203). Sum of RGB (Red+Green+Blue) = 221+23+203=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17CB is #22E834. Grayscale: #666666. Windows color (decimal): -2287669 or 13309917. OLE color: 13309917.
HSL color Cylindrical-coordinate representation of color #DD17CB: hue angle of 305.45º 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 #DD17CB is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 203 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.13 |
| HSL | 305.45º | 0.81% | 0.48% | - |
| HSV(B) | 305.45º | 0.9% | 0.87% | - |
| XYZ | 40.9 | 20.3 | 58.26 | - |
| YUV | 102.72 | 184.6 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 203 | 0 | 0.90 | 0.08 | 0.13 | 305.45 | 0.81 | 0.48 |
| Hex | DD | 17 | CB | 0 | 5A | 8 | D | 131 | 51 | 30 |
| Octal | 335 | 27 | 313 | 0 | 132 | 10 | 15 | 461 | 121 | 60 |
| Binary | 11011101 | 10111 | 11001011 | 0 | 1011010 | 1000 | 1101 | 100110001 | 1010001 | 110000 |
Color Harmonies of #DD17CB
Complementary color
Monochromatic Colors of #DD17CB
Black with #DD17CB
Text Example
Text Example
White with #DD17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17CB; }
p { color: rgb(221,23,203); }
H1.HeaderClassName
{
color: #DD17CB;
}
.AnyTagClassName
{
color: #DD17CB;
}
</style>
background-color css
<style>
a { background-color: #DD17CB; }
a { background-color: rgb(221,23,203); }
div.DivClassName
{
background-color: #DD17CB;
}
.BgClassName
{
background-color: #DD17CB;
}
</style>
border-color css
<style>
span { border-color: #DD17CB; }
span { border-color: rgb(221,23,203); }
td.TdClassName
{
border-color: #DD17CB;
}
.TagClassName
{
border-color: #DD17CB;
}
</style>