Shades of Deep Magenta #DF21CF
Tints of Deep Magenta #DF21CF
RGB
CMYK
RGB Variations
Color information
#DF21CF (or 0xDF21CF) is known color: Deep Magenta. HEX triplet: DF, 21 and CF. RGB value is (223,33,207). Sum of RGB (Red+Green+Blue) = 223+33+207=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21CF is #20DE30. Grayscale: #6D6D6D. Windows color (decimal): -2154033 or 13574623. OLE color: 13574623.
HSL color Cylindrical-coordinate representation of color #DF21CF: hue angle of 305.05º 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 #DF21CF is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 207 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.13 |
| HSL | 305.05º | 0.75% | 0.5% | - |
| HSV(B) | 305.05º | 0.85% | 0.87% | - |
| XYZ | 42.24 | 21.28 | 60.91 | - |
| YUV | 109.65 | 182.95 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 207 | 0 | 0.85 | 0.07 | 0.13 | 305.05 | 0.75 | 0.5 |
| Hex | DF | 21 | CF | 0 | 55 | 7 | D | 131 | 4B | 32 |
| Octal | 337 | 41 | 317 | 0 | 125 | 7 | 15 | 461 | 113 | 62 |
| Binary | 11011111 | 100001 | 11001111 | 0 | 1010101 | 111 | 1101 | 100110001 | 1001011 | 110010 |
Color Harmonies of #DF21CF
Complementary color
Monochromatic Colors of #DF21CF
Black with #DF21CF
Text Example
Text Example
White with #DF21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21CF; }
p { color: rgb(223,33,207); }
H1.HeaderClassName
{
color: #DF21CF;
}
.AnyTagClassName
{
color: #DF21CF;
}
</style>
background-color css
<style>
a { background-color: #DF21CF; }
a { background-color: rgb(223,33,207); }
div.DivClassName
{
background-color: #DF21CF;
}
.BgClassName
{
background-color: #DF21CF;
}
</style>
border-color css
<style>
span { border-color: #DF21CF; }
span { border-color: rgb(223,33,207); }
td.TdClassName
{
border-color: #DF21CF;
}
.TagClassName
{
border-color: #DF21CF;
}
</style>