Shades of Deep Magenta #DF21DD
Tints of Deep Magenta #DF21DD
RGB
CMYK
RGB Variations
Color information
#DF21DD (or 0xDF21DD) is known color: Deep Magenta. HEX triplet: DF, 21 and DD. RGB value is (223,33,221). Sum of RGB (Red+Green+Blue) = 223+33+221=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21DD is #20DE22. Grayscale: #6E6E6E. Windows color (decimal): -2154019 or 14492127. OLE color: 14492127.
HSL color Cylindrical-coordinate representation of color #DF21DD: hue angle of 300.63º degrees, saturation: 0.75, 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 #DF21DD is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 221 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.13 |
| HSL | 300.63º | 0.75% | 0.5% | - |
| HSV(B) | 300.63º | 0.85% | 0.87% | - |
| XYZ | 44.03 | 22 | 70.33 | - |
| YUV | 111.24 | 189.95 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 221 | 0 | 0.85 | 0.01 | 0.13 | 300.63 | 0.75 | 0.5 |
| Hex | DF | 21 | DD | 0 | 55 | 1 | D | 12D | 4B | 32 |
| Octal | 337 | 41 | 335 | 0 | 125 | 1 | 15 | 455 | 113 | 62 |
| Binary | 11011111 | 100001 | 11011101 | 0 | 1010101 | 1 | 1101 | 100101101 | 1001011 | 110010 |
Color Harmonies of #DF21DD
Complementary color
Monochromatic Colors of #DF21DD
Black with #DF21DD
Text Example
Text Example
White with #DF21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21DD; }
p { color: rgb(223,33,221); }
H1.HeaderClassName
{
color: #DF21DD;
}
.AnyTagClassName
{
color: #DF21DD;
}
</style>
background-color css
<style>
a { background-color: #DF21DD; }
a { background-color: rgb(223,33,221); }
div.DivClassName
{
background-color: #DF21DD;
}
.BgClassName
{
background-color: #DF21DD;
}
</style>
border-color css
<style>
span { border-color: #DF21DD; }
span { border-color: rgb(223,33,221); }
td.TdClassName
{
border-color: #DF21DD;
}
.TagClassName
{
border-color: #DF21DD;
}
</style>