Shades of Deep Magenta #DD06DC
Tints of Deep Magenta #DD06DC
RGB
CMYK
RGB Variations
Color information
#DD06DC (or 0xDD06DC) is known color: Deep Magenta. HEX triplet: DD, 06 and DC. RGB value is (221,6,220). Sum of RGB (Red+Green+Blue) = 221+6+220=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06DC is #22F923. Grayscale: #5E5E5E. Windows color (decimal): -2292004 or 14419677. OLE color: 14419677.
HSL color Cylindrical-coordinate representation of color #DD06DC: hue angle of 300.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06DC is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 220 | - |
| CMYK | 0 | 0.97 | 0.00 | 0.13 |
| HSL | 300.28º | 0.95% | 0.45% | - |
| HSV(B) | 300.28º | 0.97% | 0.87% | - |
| XYZ | 42.8 | 20.67 | 69.44 | - |
| YUV | 94.68 | 198.73 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 220 | 0 | 0.97 | 0.00 | 0.13 | 300.28 | 0.95 | 0.45 |
| Hex | DD | 6 | DC | 0 | 61 | 0 | D | 12C | 5F | 2D |
| Octal | 335 | 6 | 334 | 0 | 141 | 0 | 15 | 454 | 137 | 55 |
| Binary | 11011101 | 110 | 11011100 | 0 | 1100001 | 0 | 1101 | 100101100 | 1011111 | 101101 |
Color Harmonies of #DD06DC
Complementary color
Monochromatic Colors of #DD06DC
Black with #DD06DC
Text Example
Text Example
White with #DD06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06DC; }
p { color: rgb(221,6,220); }
H1.HeaderClassName
{
color: #DD06DC;
}
.AnyTagClassName
{
color: #DD06DC;
}
</style>
background-color css
<style>
a { background-color: #DD06DC; }
a { background-color: rgb(221,6,220); }
div.DivClassName
{
background-color: #DD06DC;
}
.BgClassName
{
background-color: #DD06DC;
}
</style>
border-color css
<style>
span { border-color: #DD06DC; }
span { border-color: rgb(221,6,220); }
td.TdClassName
{
border-color: #DD06DC;
}
.TagClassName
{
border-color: #DD06DC;
}
</style>