Shades of Deep Magenta #DD21E2
Tints of Deep Magenta #DD21E2
RGB
CMYK
RGB Variations
Color information
#DD21E2 (or 0xDD21E2) is known color: Deep Magenta. HEX triplet: DD, 21 and E2. RGB value is (221,33,226). Sum of RGB (Red+Green+Blue) = 221+33+226=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD21E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21E2 is #22DE1D. Grayscale: #6E6E6E. Windows color (decimal): -2285086 or 14819805. OLE color: 14819805.
HSL color Cylindrical-coordinate representation of color #DD21E2: hue angle of 298.45º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD21E2 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 33 | 226 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.11 |
| HSL | 298.45º | 0.77% | 0.51% | - |
| HSV(B) | 298.45º | 0.85% | 0.89% | - |
| XYZ | 44.09 | 21.95 | 73.86 | - |
| YUV | 111.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 226 | 0.02 | 0.85 | 0 | 0.11 | 298.45 | 0.77 | 0.51 |
| Hex | DD | 21 | E2 | 2 | 55 | 0 | B | 12A | 4D | 33 |
| Octal | 335 | 41 | 342 | 2 | 125 | 0 | 13 | 452 | 115 | 63 |
| Binary | 11011101 | 100001 | 11100010 | 10 | 1010101 | 0 | 1011 | 100101010 | 1001101 | 110011 |
Color Harmonies of #DD21E2
Complementary color
Monochromatic Colors of #DD21E2
Black with #DD21E2
Text Example
Text Example
White with #DD21E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21E2; }
p { color: rgb(221,33,226); }
H1.HeaderClassName
{
color: #DD21E2;
}
.AnyTagClassName
{
color: #DD21E2;
}
</style>
background-color css
<style>
a { background-color: #DD21E2; }
a { background-color: rgb(221,33,226); }
div.DivClassName
{
background-color: #DD21E2;
}
.BgClassName
{
background-color: #DD21E2;
}
</style>
border-color css
<style>
span { border-color: #DD21E2; }
span { border-color: rgb(221,33,226); }
td.TdClassName
{
border-color: #DD21E2;
}
.TagClassName
{
border-color: #DD21E2;
}
</style>