Shades of Deep Magenta #DD0DCD
Tints of Deep Magenta #DD0DCD
RGB
CMYK
RGB Variations
Color information
#DD0DCD (or 0xDD0DCD) is known color: Deep Magenta. HEX triplet: DD, 0D and CD. RGB value is (221,13,205). Sum of RGB (Red+Green+Blue) = 221+13+205=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DCD is #22F232. Grayscale: #606060. Windows color (decimal): -2290227 or 13438429. OLE color: 13438429.
HSL color Cylindrical-coordinate representation of color #DD0DCD: hue angle of 304.62º 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 #DD0DCD is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.13 |
| HSL | 304.62º | 0.89% | 0.46% | - |
| HSV(B) | 304.62º | 0.94% | 0.87% | - |
| XYZ | 40.98 | 20.07 | 59.47 | - |
| YUV | 97.08 | 188.91 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 205 | 0 | 0.94 | 0.07 | 0.13 | 304.62 | 0.89 | 0.46 |
| Hex | DD | D | CD | 0 | 5E | 7 | D | 131 | 59 | 2E |
| Octal | 335 | 15 | 315 | 0 | 136 | 7 | 15 | 461 | 131 | 56 |
| Binary | 11011101 | 1101 | 11001101 | 0 | 1011110 | 111 | 1101 | 100110001 | 1011001 | 101110 |
Color Harmonies of #DD0DCD
Complementary color
Monochromatic Colors of #DD0DCD
Black with #DD0DCD
Text Example
Text Example
White with #DD0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DCD; }
p { color: rgb(221,13,205); }
H1.HeaderClassName
{
color: #DD0DCD;
}
.AnyTagClassName
{
color: #DD0DCD;
}
</style>
background-color css
<style>
a { background-color: #DD0DCD; }
a { background-color: rgb(221,13,205); }
div.DivClassName
{
background-color: #DD0DCD;
}
.BgClassName
{
background-color: #DD0DCD;
}
</style>
border-color css
<style>
span { border-color: #DD0DCD; }
span { border-color: rgb(221,13,205); }
td.TdClassName
{
border-color: #DD0DCD;
}
.TagClassName
{
border-color: #DD0DCD;
}
</style>