Shades of Deep Magenta #DF20E1
Tints of Deep Magenta #DF20E1
RGB
CMYK
RGB Variations
Color information
#DF20E1 (or 0xDF20E1) is known color: Deep Magenta. HEX triplet: DF, 20 and E1. RGB value is (223,32,225). Sum of RGB (Red+Green+Blue) = 223+32+225=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF20E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20E1 is #20DF1E. Grayscale: #6E6E6E. Windows color (decimal): -2154271 or 14754015. OLE color: 14754015.
HSL color Cylindrical-coordinate representation of color #DF20E1: hue angle of 299.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF20E1 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 32 | 225 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.12 |
| HSL | 299.38º | 0.76% | 0.5% | - |
| HSV(B) | 299.38º | 0.86% | 0.88% | - |
| XYZ | 44.54 | 22.16 | 73.16 | - |
| YUV | 111.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 225 | 0.01 | 0.86 | 0 | 0.12 | 299.38 | 0.76 | 0.5 |
| Hex | DF | 20 | E1 | 1 | 56 | 0 | C | 12B | 4C | 32 |
| Octal | 337 | 40 | 341 | 1 | 126 | 0 | 14 | 453 | 114 | 62 |
| Binary | 11011111 | 100000 | 11100001 | 1 | 1010110 | 0 | 1100 | 100101011 | 1001100 | 110010 |
Color Harmonies of #DF20E1
Complementary color
Monochromatic Colors of #DF20E1
Black with #DF20E1
Text Example
Text Example
White with #DF20E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20E1; }
p { color: rgb(223,32,225); }
H1.HeaderClassName
{
color: #DF20E1;
}
.AnyTagClassName
{
color: #DF20E1;
}
</style>
background-color css
<style>
a { background-color: #DF20E1; }
a { background-color: rgb(223,32,225); }
div.DivClassName
{
background-color: #DF20E1;
}
.BgClassName
{
background-color: #DF20E1;
}
</style>
border-color css
<style>
span { border-color: #DF20E1; }
span { border-color: rgb(223,32,225); }
td.TdClassName
{
border-color: #DF20E1;
}
.TagClassName
{
border-color: #DF20E1;
}
</style>