Shades of Deep Magenta #DF21D2
Tints of Deep Magenta #DF21D2
RGB
CMYK
RGB Variations
Color information
#DF21D2 (or 0xDF21D2) is known color: Deep Magenta. HEX triplet: DF, 21 and D2. RGB value is (223,33,210). Sum of RGB (Red+Green+Blue) = 223+33+210=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21D2 is #20DE2D. Grayscale: #6D6D6D. Windows color (decimal): -2154030 or 13771231. OLE color: 13771231.
HSL color Cylindrical-coordinate representation of color #DF21D2: hue angle of 304.11º 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 #DF21D2 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 210 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.13 |
| HSL | 304.11º | 0.75% | 0.5% | - |
| HSV(B) | 304.11º | 0.85% | 0.87% | - |
| XYZ | 42.61 | 21.43 | 62.86 | - |
| YUV | 109.99 | 184.45 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 210 | 0 | 0.85 | 0.06 | 0.13 | 304.11 | 0.75 | 0.5 |
| Hex | DF | 21 | D2 | 0 | 55 | 6 | D | 130 | 4B | 32 |
| Octal | 337 | 41 | 322 | 0 | 125 | 6 | 15 | 460 | 113 | 62 |
| Binary | 11011111 | 100001 | 11010010 | 0 | 1010101 | 110 | 1101 | 100110000 | 1001011 | 110010 |
Color Harmonies of #DF21D2
Complementary color
Monochromatic Colors of #DF21D2
Black with #DF21D2
Text Example
Text Example
White with #DF21D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21D2; }
p { color: rgb(223,33,210); }
H1.HeaderClassName
{
color: #DF21D2;
}
.AnyTagClassName
{
color: #DF21D2;
}
</style>
background-color css
<style>
a { background-color: #DF21D2; }
a { background-color: rgb(223,33,210); }
div.DivClassName
{
background-color: #DF21D2;
}
.BgClassName
{
background-color: #DF21D2;
}
</style>
border-color css
<style>
span { border-color: #DF21D2; }
span { border-color: rgb(223,33,210); }
td.TdClassName
{
border-color: #DF21D2;
}
.TagClassName
{
border-color: #DF21D2;
}
</style>