Shades of Deep Magenta #DD21D5
Tints of Deep Magenta #DD21D5
RGB
CMYK
RGB Variations
Color information
#DD21D5 (or 0xDD21D5) is known color: Deep Magenta. HEX triplet: DD, 21 and D5. RGB value is (221,33,213). Sum of RGB (Red+Green+Blue) = 221+33+213=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21D5 is #22DE2A. Grayscale: #6D6D6D. Windows color (decimal): -2285099 or 13967837. OLE color: 13967837.
HSL color Cylindrical-coordinate representation of color #DD21D5: hue angle of 302.55º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD21D5 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 213 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.13 |
| HSL | 302.55º | 0.74% | 0.5% | - |
| HSV(B) | 302.55º | 0.85% | 0.87% | - |
| XYZ | 42.37 | 21.26 | 64.82 | - |
| YUV | 109.73 | 186.28 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 213 | 0 | 0.85 | 0.04 | 0.13 | 302.55 | 0.74 | 0.5 |
| Hex | DD | 21 | D5 | 0 | 55 | 4 | D | 12F | 4A | 32 |
| Octal | 335 | 41 | 325 | 0 | 125 | 4 | 15 | 457 | 112 | 62 |
| Binary | 11011101 | 100001 | 11010101 | 0 | 1010101 | 100 | 1101 | 100101111 | 1001010 | 110010 |
Color Harmonies of #DD21D5
Complementary color
Monochromatic Colors of #DD21D5
Black with #DD21D5
Text Example
Text Example
White with #DD21D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21D5; }
p { color: rgb(221,33,213); }
H1.HeaderClassName
{
color: #DD21D5;
}
.AnyTagClassName
{
color: #DD21D5;
}
</style>
background-color css
<style>
a { background-color: #DD21D5; }
a { background-color: rgb(221,33,213); }
div.DivClassName
{
background-color: #DD21D5;
}
.BgClassName
{
background-color: #DD21D5;
}
</style>
border-color css
<style>
span { border-color: #DD21D5; }
span { border-color: rgb(221,33,213); }
td.TdClassName
{
border-color: #DD21D5;
}
.TagClassName
{
border-color: #DD21D5;
}
</style>