Shades of Deep Magenta #DD0DCC
Tints of Deep Magenta #DD0DCC
RGB
CMYK
RGB Variations
Color information
#DD0DCC (or 0xDD0DCC) is known color: Deep Magenta. HEX triplet: DD, 0D and CC. RGB value is (221,13,204). Sum of RGB (Red+Green+Blue) = 221+13+204=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DCC is #22F233. Grayscale: #606060. Windows color (decimal): -2290228 or 13372893. OLE color: 13372893.
HSL color Cylindrical-coordinate representation of color #DD0DCC: hue angle of 304.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DCC is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 204 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.13 |
| HSL | 304.9º | 0.89% | 0.46% | - |
| HSV(B) | 304.9º | 0.94% | 0.87% | - |
| XYZ | 40.86 | 20.02 | 58.84 | - |
| YUV | 96.97 | 188.41 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 204 | 0 | 0.94 | 0.08 | 0.13 | 304.9 | 0.89 | 0.46 |
| Hex | DD | D | CC | 0 | 5E | 8 | D | 131 | 59 | 2E |
| Octal | 335 | 15 | 314 | 0 | 136 | 10 | 15 | 461 | 131 | 56 |
| Binary | 11011101 | 1101 | 11001100 | 0 | 1011110 | 1000 | 1101 | 100110001 | 1011001 | 101110 |
Color Harmonies of #DD0DCC
Complementary color
Monochromatic Colors of #DD0DCC
Black with #DD0DCC
Text Example
Text Example
White with #DD0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DCC; }
p { color: rgb(221,13,204); }
H1.HeaderClassName
{
color: #DD0DCC;
}
.AnyTagClassName
{
color: #DD0DCC;
}
</style>
background-color css
<style>
a { background-color: #DD0DCC; }
a { background-color: rgb(221,13,204); }
div.DivClassName
{
background-color: #DD0DCC;
}
.BgClassName
{
background-color: #DD0DCC;
}
</style>
border-color css
<style>
span { border-color: #DD0DCC; }
span { border-color: rgb(221,13,204); }
td.TdClassName
{
border-color: #DD0DCC;
}
.TagClassName
{
border-color: #DD0DCC;
}
</style>