Shades of Deep Magenta #DD00DC
Tints of Deep Magenta #DD00DC
RGB
CMYK
RGB Variations
Color information
#DD00DC (or 0xDD00DC) is known color: Deep Magenta. HEX triplet: DD, 00 and DC. RGB value is (221,0,220). Sum of RGB (Red+Green+Blue) = 221+0+220=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00DC is #22FF23. Grayscale: #5A5A5A. Windows color (decimal): -2293540 or 14418141. OLE color: 14418141.
HSL color Cylindrical-coordinate representation of color #DD00DC: hue angle of 300.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00DC is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.00 | 0.13 |
| HSL | 300.27º | 1% | 0.43% | - |
| HSV(B) | 300.27º | 1% | 0.87% | - |
| XYZ | 42.74 | 20.54 | 69.42 | - |
| YUV | 91.16 | 200.72 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 220 | 0 | 1 | 0.00 | 0.13 | 300.27 | 1 | 0.43 |
| Hex | DD | 0 | DC | 0 | 64 | 0 | D | 12C | 64 | 2B |
| Octal | 335 | 0 | 334 | 0 | 144 | 0 | 15 | 454 | 144 | 53 |
| Binary | 11011101 | 0 | 11011100 | 0 | 1100100 | 0 | 1101 | 100101100 | 1100100 | 101011 |
Color Harmonies of #DD00DC
Complementary color
Monochromatic Colors of #DD00DC
Black with #DD00DC
Text Example
Text Example
White with #DD00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00DC; }
p { color: rgb(221,0,220); }
H1.HeaderClassName
{
color: #DD00DC;
}
.AnyTagClassName
{
color: #DD00DC;
}
</style>
background-color css
<style>
a { background-color: #DD00DC; }
a { background-color: rgb(221,0,220); }
div.DivClassName
{
background-color: #DD00DC;
}
.BgClassName
{
background-color: #DD00DC;
}
</style>
border-color css
<style>
span { border-color: #DD00DC; }
span { border-color: rgb(221,0,220); }
td.TdClassName
{
border-color: #DD00DC;
}
.TagClassName
{
border-color: #DD00DC;
}
</style>