Shades of Deep Magenta #DE21DD
Tints of Deep Magenta #DE21DD
RGB
CMYK
RGB Variations
Color information
#DE21DD (or 0xDE21DD) is known color: Deep Magenta. HEX triplet: DE, 21 and DD. RGB value is (222,33,221). Sum of RGB (Red+Green+Blue) = 222+33+221=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE21DD is #21DE22. Grayscale: #6E6E6E. Windows color (decimal): -2219555 or 14492126. OLE color: 14492126.
HSL color Cylindrical-coordinate representation of color #DE21DD: hue angle of 300.32º 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 #DE21DD is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 221 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.13 |
| HSL | 300.32º | 0.74% | 0.5% | - |
| HSV(B) | 300.32º | 0.85% | 0.87% | - |
| XYZ | 43.72 | 21.84 | 70.32 | - |
| YUV | 110.94 | 190.12 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 221 | 0 | 0.85 | 0.00 | 0.13 | 300.32 | 0.74 | 0.5 |
| Hex | DE | 21 | DD | 0 | 55 | 0 | D | 12C | 4A | 32 |
| Octal | 336 | 41 | 335 | 0 | 125 | 0 | 15 | 454 | 112 | 62 |
| Binary | 11011110 | 100001 | 11011101 | 0 | 1010101 | 0 | 1101 | 100101100 | 1001010 | 110010 |
Color Harmonies of #DE21DD
Complementary color
Monochromatic Colors of #DE21DD
Black with #DE21DD
Text Example
Text Example
White with #DE21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE21DD; }
p { color: rgb(222,33,221); }
H1.HeaderClassName
{
color: #DE21DD;
}
.AnyTagClassName
{
color: #DE21DD;
}
</style>
background-color css
<style>
a { background-color: #DE21DD; }
a { background-color: rgb(222,33,221); }
div.DivClassName
{
background-color: #DE21DD;
}
.BgClassName
{
background-color: #DE21DD;
}
</style>
border-color css
<style>
span { border-color: #DE21DD; }
span { border-color: rgb(222,33,221); }
td.TdClassName
{
border-color: #DE21DD;
}
.TagClassName
{
border-color: #DE21DD;
}
</style>