Shades of Deep Magenta #DD0DC6
Tints of Deep Magenta #DD0DC6
RGB
CMYK
RGB Variations
Color information
#DD0DC6 (or 0xDD0DC6) is known color: Deep Magenta. HEX triplet: DD, 0D and C6. RGB value is (221,13,198). Sum of RGB (Red+Green+Blue) = 221+13+198=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DC6 is #22F239. Grayscale: #5F5F5F. Windows color (decimal): -2290234 or 12979677. OLE color: 12979677.
HSL color Cylindrical-coordinate representation of color #DD0DC6: hue angle of 306.63º 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 #DD0DC6 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 198 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.13 |
| HSL | 306.63º | 0.89% | 0.46% | - |
| HSV(B) | 306.63º | 0.94% | 0.87% | - |
| XYZ | 40.16 | 19.74 | 55.12 | - |
| YUV | 96.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 198 | 0 | 0.94 | 0.10 | 0.13 | 306.63 | 0.89 | 0.46 |
| Hex | DD | D | C6 | 0 | 5E | A | D | 133 | 59 | 2E |
| Octal | 335 | 15 | 306 | 0 | 136 | 12 | 15 | 463 | 131 | 56 |
| Binary | 11011101 | 1101 | 11000110 | 0 | 1011110 | 1010 | 1101 | 100110011 | 1011001 | 101110 |
Color Harmonies of #DD0DC6
Complementary color
Monochromatic Colors of #DD0DC6
Black with #DD0DC6
Text Example
Text Example
White with #DD0DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DC6; }
p { color: rgb(221,13,198); }
H1.HeaderClassName
{
color: #DD0DC6;
}
.AnyTagClassName
{
color: #DD0DC6;
}
</style>
background-color css
<style>
a { background-color: #DD0DC6; }
a { background-color: rgb(221,13,198); }
div.DivClassName
{
background-color: #DD0DC6;
}
.BgClassName
{
background-color: #DD0DC6;
}
</style>
border-color css
<style>
span { border-color: #DD0DC6; }
span { border-color: rgb(221,13,198); }
td.TdClassName
{
border-color: #DD0DC6;
}
.TagClassName
{
border-color: #DD0DC6;
}
</style>