Shades of Deep Magenta #DD05DA
Tints of Deep Magenta #DD05DA
RGB
CMYK
RGB Variations
Color information
#DD05DA (or 0xDD05DA) is known color: Deep Magenta. HEX triplet: DD, 05 and DA. RGB value is (221,5,218). Sum of RGB (Red+Green+Blue) = 221+5+218=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05DA is #22FA25. Grayscale: #5D5D5D. Windows color (decimal): -2292262 or 14288349. OLE color: 14288349.
HSL color Cylindrical-coordinate representation of color #DD05DA: hue angle of 300.83º 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 #DD05DA is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 218 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.13 |
| HSL | 300.83º | 0.96% | 0.44% | - |
| HSV(B) | 300.83º | 0.98% | 0.87% | - |
| XYZ | 42.53 | 20.54 | 68.05 | - |
| YUV | 93.87 | 198.06 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 218 | 0 | 0.98 | 0.01 | 0.13 | 300.83 | 0.96 | 0.44 |
| Hex | DD | 5 | DA | 0 | 62 | 1 | D | 12D | 60 | 2C |
| Octal | 335 | 5 | 332 | 0 | 142 | 1 | 15 | 455 | 140 | 54 |
| Binary | 11011101 | 101 | 11011010 | 0 | 1100010 | 1 | 1101 | 100101101 | 1100000 | 101100 |
Color Harmonies of #DD05DA
Complementary color
Monochromatic Colors of #DD05DA
Black with #DD05DA
Text Example
Text Example
White with #DD05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05DA; }
p { color: rgb(221,5,218); }
H1.HeaderClassName
{
color: #DD05DA;
}
.AnyTagClassName
{
color: #DD05DA;
}
</style>
background-color css
<style>
a { background-color: #DD05DA; }
a { background-color: rgb(221,5,218); }
div.DivClassName
{
background-color: #DD05DA;
}
.BgClassName
{
background-color: #DD05DA;
}
</style>
border-color css
<style>
span { border-color: #DD05DA; }
span { border-color: rgb(221,5,218); }
td.TdClassName
{
border-color: #DD05DA;
}
.TagClassName
{
border-color: #DD05DA;
}
</style>