Shades of Deep Magenta #DD05DF
Tints of Deep Magenta #DD05DF
RGB
CMYK
RGB Variations
Color information
#DD05DF (or 0xDD05DF) is known color: Deep Magenta. HEX triplet: DD, 05 and DF. RGB value is (221,5,223). Sum of RGB (Red+Green+Blue) = 221+5+223=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD05DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05DF is #22FA20. Grayscale: #5D5D5D. Windows color (decimal): -2292257 or 14616029. OLE color: 14616029.
HSL color Cylindrical-coordinate representation of color #DD05DF: hue angle of 299.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05DF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 223 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.13 |
| HSL | 299.45º | 0.96% | 0.45% | - |
| HSV(B) | 299.45º | 0.98% | 0.87% | - |
| XYZ | 43.19 | 20.81 | 71.55 | - |
| YUV | 94.44 | 200.56 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 223 | 0.01 | 0.98 | 0 | 0.13 | 299.45 | 0.96 | 0.45 |
| Hex | DD | 5 | DF | 1 | 62 | 0 | D | 12B | 60 | 2D |
| Octal | 335 | 5 | 337 | 1 | 142 | 0 | 15 | 453 | 140 | 55 |
| Binary | 11011101 | 101 | 11011111 | 1 | 1100010 | 0 | 1101 | 100101011 | 1100000 | 101101 |
Color Harmonies of #DD05DF
Complementary color
Monochromatic Colors of #DD05DF
Black with #DD05DF
Text Example
Text Example
White with #DD05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05DF; }
p { color: rgb(221,5,223); }
H1.HeaderClassName
{
color: #DD05DF;
}
.AnyTagClassName
{
color: #DD05DF;
}
</style>
background-color css
<style>
a { background-color: #DD05DF; }
a { background-color: rgb(221,5,223); }
div.DivClassName
{
background-color: #DD05DF;
}
.BgClassName
{
background-color: #DD05DF;
}
</style>
border-color css
<style>
span { border-color: #DD05DF; }
span { border-color: rgb(221,5,223); }
td.TdClassName
{
border-color: #DD05DF;
}
.TagClassName
{
border-color: #DD05DF;
}
</style>