Shades of Deep Magenta #DD05DC
Tints of Deep Magenta #DD05DC
RGB
CMYK
RGB Variations
Color information
#DD05DC (or 0xDD05DC) is known color: Deep Magenta. HEX triplet: DD, 05 and DC. RGB value is (221,5,220). Sum of RGB (Red+Green+Blue) = 221+5+220=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05DC is #22FA23. Grayscale: #5D5D5D. Windows color (decimal): -2292260 or 14419421. OLE color: 14419421.
HSL color Cylindrical-coordinate representation of color #DD05DC: hue angle of 300.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05DC is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.13 |
| HSL | 300.28º | 0.96% | 0.44% | - |
| HSV(B) | 300.28º | 0.98% | 0.87% | - |
| XYZ | 42.79 | 20.65 | 69.44 | - |
| YUV | 94.09 | 199.06 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 220 | 0 | 0.98 | 0.00 | 0.13 | 300.28 | 0.96 | 0.44 |
| Hex | DD | 5 | DC | 0 | 62 | 0 | D | 12C | 60 | 2C |
| Octal | 335 | 5 | 334 | 0 | 142 | 0 | 15 | 454 | 140 | 54 |
| Binary | 11011101 | 101 | 11011100 | 0 | 1100010 | 0 | 1101 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DD05DC
Complementary color
Monochromatic Colors of #DD05DC
Black with #DD05DC
Text Example
Text Example
White with #DD05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05DC; }
p { color: rgb(221,5,220); }
H1.HeaderClassName
{
color: #DD05DC;
}
.AnyTagClassName
{
color: #DD05DC;
}
</style>
background-color css
<style>
a { background-color: #DD05DC; }
a { background-color: rgb(221,5,220); }
div.DivClassName
{
background-color: #DD05DC;
}
.BgClassName
{
background-color: #DD05DC;
}
</style>
border-color css
<style>
span { border-color: #DD05DC; }
span { border-color: rgb(221,5,220); }
td.TdClassName
{
border-color: #DD05DC;
}
.TagClassName
{
border-color: #DD05DC;
}
</style>