Shades of Deep Magenta #DD0DC0
Tints of Deep Magenta #DD0DC0
RGB
CMYK
RGB Variations
Color information
#DD0DC0 (or 0xDD0DC0) is known color: Deep Magenta. HEX triplet: DD, 0D and C0. RGB value is (221,13,192). Sum of RGB (Red+Green+Blue) = 221+13+192=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DC0 is #22F23F. Grayscale: #5F5F5F. Windows color (decimal): -2290240 or 12586461. OLE color: 12586461.
HSL color Cylindrical-coordinate representation of color #DD0DC0: hue angle of 308.37º 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 #DD0DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.13 |
| HSL | 308.37º | 0.89% | 0.46% | - |
| HSV(B) | 308.37º | 0.94% | 0.87% | - |
| XYZ | 39.48 | 19.47 | 51.55 | - |
| YUV | 95.6 | 182.41 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 192 | 0 | 0.94 | 0.13 | 0.13 | 308.37 | 0.89 | 0.46 |
| Hex | DD | D | C0 | 0 | 5E | D | D | 134 | 59 | 2E |
| Octal | 335 | 15 | 300 | 0 | 136 | 15 | 15 | 464 | 131 | 56 |
| Binary | 11011101 | 1101 | 11000000 | 0 | 1011110 | 1101 | 1101 | 100110100 | 1011001 | 101110 |
Color Harmonies of #DD0DC0
Complementary color
Monochromatic Colors of #DD0DC0
Black with #DD0DC0
Text Example
Text Example
White with #DD0DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DC0; }
p { color: rgb(221,13,192); }
H1.HeaderClassName
{
color: #DD0DC0;
}
.AnyTagClassName
{
color: #DD0DC0;
}
</style>
background-color css
<style>
a { background-color: #DD0DC0; }
a { background-color: rgb(221,13,192); }
div.DivClassName
{
background-color: #DD0DC0;
}
.BgClassName
{
background-color: #DD0DC0;
}
</style>
border-color css
<style>
span { border-color: #DD0DC0; }
span { border-color: rgb(221,13,192); }
td.TdClassName
{
border-color: #DD0DC0;
}
.TagClassName
{
border-color: #DD0DC0;
}
</style>