Shades of Deep Magenta #DD21D0
Tints of Deep Magenta #DD21D0
RGB
CMYK
RGB Variations
Color information
#DD21D0 (or 0xDD21D0) is known color: Deep Magenta. HEX triplet: DD, 21 and D0. RGB value is (221,33,208). Sum of RGB (Red+Green+Blue) = 221+33+208=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21D0 is #22DE2F. Grayscale: #6C6C6C. Windows color (decimal): -2285104 or 13640157. OLE color: 13640157.
HSL color Cylindrical-coordinate representation of color #DD21D0: hue angle of 304.15º 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 #DD21D0 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 208 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.13 |
| HSL | 304.15º | 0.74% | 0.5% | - |
| HSV(B) | 304.15º | 0.85% | 0.87% | - |
| XYZ | 41.75 | 21.01 | 61.53 | - |
| YUV | 109.16 | 183.78 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 208 | 0 | 0.85 | 0.06 | 0.13 | 304.15 | 0.74 | 0.5 |
| Hex | DD | 21 | D0 | 0 | 55 | 6 | D | 130 | 4A | 32 |
| Octal | 335 | 41 | 320 | 0 | 125 | 6 | 15 | 460 | 112 | 62 |
| Binary | 11011101 | 100001 | 11010000 | 0 | 1010101 | 110 | 1101 | 100110000 | 1001010 | 110010 |
Color Harmonies of #DD21D0
Complementary color
Monochromatic Colors of #DD21D0
Black with #DD21D0
Text Example
Text Example
White with #DD21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21D0; }
p { color: rgb(221,33,208); }
H1.HeaderClassName
{
color: #DD21D0;
}
.AnyTagClassName
{
color: #DD21D0;
}
</style>
background-color css
<style>
a { background-color: #DD21D0; }
a { background-color: rgb(221,33,208); }
div.DivClassName
{
background-color: #DD21D0;
}
.BgClassName
{
background-color: #DD21D0;
}
</style>
border-color css
<style>
span { border-color: #DD21D0; }
span { border-color: rgb(221,33,208); }
td.TdClassName
{
border-color: #DD21D0;
}
.TagClassName
{
border-color: #DD21D0;
}
</style>