Shades of Deep Magenta #DF21D3
Tints of Deep Magenta #DF21D3
RGB
CMYK
RGB Variations
Color information
#DF21D3 (or 0xDF21D3) is known color: Deep Magenta. HEX triplet: DF, 21 and D3. RGB value is (223,33,211). Sum of RGB (Red+Green+Blue) = 223+33+211=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21D3 is #20DE2C. Grayscale: #6D6D6D. Windows color (decimal): -2154029 or 13836767. OLE color: 13836767.
HSL color Cylindrical-coordinate representation of color #DF21D3: hue angle of 303.79º 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 #DF21D3 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 211 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.13 |
| HSL | 303.79º | 0.75% | 0.5% | - |
| HSV(B) | 303.79º | 0.85% | 0.87% | - |
| XYZ | 42.73 | 21.48 | 63.52 | - |
| YUV | 110.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 211 | 0 | 0.85 | 0.05 | 0.13 | 303.79 | 0.75 | 0.5 |
| Hex | DF | 21 | D3 | 0 | 55 | 5 | D | 130 | 4B | 32 |
| Octal | 337 | 41 | 323 | 0 | 125 | 5 | 15 | 460 | 113 | 62 |
| Binary | 11011111 | 100001 | 11010011 | 0 | 1010101 | 101 | 1101 | 100110000 | 1001011 | 110010 |
Color Harmonies of #DF21D3
Complementary color
Monochromatic Colors of #DF21D3
Black with #DF21D3
Text Example
Text Example
White with #DF21D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21D3; }
p { color: rgb(223,33,211); }
H1.HeaderClassName
{
color: #DF21D3;
}
.AnyTagClassName
{
color: #DF21D3;
}
</style>
background-color css
<style>
a { background-color: #DF21D3; }
a { background-color: rgb(223,33,211); }
div.DivClassName
{
background-color: #DF21D3;
}
.BgClassName
{
background-color: #DF21D3;
}
</style>
border-color css
<style>
span { border-color: #DF21D3; }
span { border-color: rgb(223,33,211); }
td.TdClassName
{
border-color: #DF21D3;
}
.TagClassName
{
border-color: #DF21D3;
}
</style>