Shades of Deep Magenta #DD21D4
Tints of Deep Magenta #DD21D4
RGB
CMYK
RGB Variations
Color information
#DD21D4 (or 0xDD21D4) is known color: Deep Magenta. HEX triplet: DD, 21 and D4. RGB value is (221,33,212). Sum of RGB (Red+Green+Blue) = 221+33+212=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21D4 is #22DE2B. Grayscale: #6D6D6D. Windows color (decimal): -2285100 or 13902301. OLE color: 13902301.
HSL color Cylindrical-coordinate representation of color #DD21D4: hue angle of 302.87º 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 #DD21D4 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 212 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.13 |
| HSL | 302.87º | 0.74% | 0.5% | - |
| HSV(B) | 302.87º | 0.85% | 0.87% | - |
| XYZ | 42.25 | 21.21 | 64.16 | - |
| YUV | 109.62 | 185.78 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 212 | 0 | 0.85 | 0.04 | 0.13 | 302.87 | 0.74 | 0.5 |
| Hex | DD | 21 | D4 | 0 | 55 | 4 | D | 12F | 4A | 32 |
| Octal | 335 | 41 | 324 | 0 | 125 | 4 | 15 | 457 | 112 | 62 |
| Binary | 11011101 | 100001 | 11010100 | 0 | 1010101 | 100 | 1101 | 100101111 | 1001010 | 110010 |
Color Harmonies of #DD21D4
Complementary color
Monochromatic Colors of #DD21D4
Black with #DD21D4
Text Example
Text Example
White with #DD21D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21D4; }
p { color: rgb(221,33,212); }
H1.HeaderClassName
{
color: #DD21D4;
}
.AnyTagClassName
{
color: #DD21D4;
}
</style>
background-color css
<style>
a { background-color: #DD21D4; }
a { background-color: rgb(221,33,212); }
div.DivClassName
{
background-color: #DD21D4;
}
.BgClassName
{
background-color: #DD21D4;
}
</style>
border-color css
<style>
span { border-color: #DD21D4; }
span { border-color: rgb(221,33,212); }
td.TdClassName
{
border-color: #DD21D4;
}
.TagClassName
{
border-color: #DD21D4;
}
</style>