Shades of Deep Magenta #DD1DCC
Tints of Deep Magenta #DD1DCC
RGB
CMYK
RGB Variations
Color information
#DD1DCC (or 0xDD1DCC) is known color: Deep Magenta. HEX triplet: DD, 1D and CC. RGB value is (221,29,204). Sum of RGB (Red+Green+Blue) = 221+29+204=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DCC is #22E233. Grayscale: #696969. Windows color (decimal): -2286132 or 13376989. OLE color: 13376989.
HSL color Cylindrical-coordinate representation of color #DD1DCC: hue angle of 305.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1DCC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 204 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.13 |
| HSL | 305.31º | 0.77% | 0.49% | - |
| HSV(B) | 305.31º | 0.87% | 0.87% | - |
| XYZ | 41.16 | 20.61 | 58.94 | - |
| YUV | 106.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 204 | 0 | 0.87 | 0.08 | 0.13 | 305.31 | 0.77 | 0.49 |
| Hex | DD | 1D | CC | 0 | 57 | 8 | D | 131 | 4D | 31 |
| Octal | 335 | 35 | 314 | 0 | 127 | 10 | 15 | 461 | 115 | 61 |
| Binary | 11011101 | 11101 | 11001100 | 0 | 1010111 | 1000 | 1101 | 100110001 | 1001101 | 110001 |
Color Harmonies of #DD1DCC
Complementary color
Monochromatic Colors of #DD1DCC
Black with #DD1DCC
Text Example
Text Example
White with #DD1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DCC; }
p { color: rgb(221,29,204); }
H1.HeaderClassName
{
color: #DD1DCC;
}
.AnyTagClassName
{
color: #DD1DCC;
}
</style>
background-color css
<style>
a { background-color: #DD1DCC; }
a { background-color: rgb(221,29,204); }
div.DivClassName
{
background-color: #DD1DCC;
}
.BgClassName
{
background-color: #DD1DCC;
}
</style>
border-color css
<style>
span { border-color: #DD1DCC; }
span { border-color: rgb(221,29,204); }
td.TdClassName
{
border-color: #DD1DCC;
}
.TagClassName
{
border-color: #DD1DCC;
}
</style>