Shades of Deep Magenta #DF03E1
Tints of Deep Magenta #DF03E1
RGB
CMYK
RGB Variations
Color information
#DF03E1 (or 0xDF03E1) is known color: Deep Magenta. HEX triplet: DF, 03 and E1. RGB value is (223,3,225). Sum of RGB (Red+Green+Blue) = 223+3+225=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF03E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03E1 is #20FC1E. Grayscale: #5D5D5D. Windows color (decimal): -2161695 or 14746591. OLE color: 14746591.
HSL color Cylindrical-coordinate representation of color #DF03E1: hue angle of 299.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03E1 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 3 | 225 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.12 |
| HSL | 299.46º | 0.97% | 0.45% | - |
| HSV(B) | 299.46º | 0.99% | 0.88% | - |
| XYZ | 44.05 | 21.19 | 73 | - |
| YUV | 94.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 225 | 0.01 | 0.99 | 0 | 0.12 | 299.46 | 0.97 | 0.45 |
| Hex | DF | 3 | E1 | 1 | 63 | 0 | C | 12B | 61 | 2D |
| Octal | 337 | 3 | 341 | 1 | 143 | 0 | 14 | 453 | 141 | 55 |
| Binary | 11011111 | 11 | 11100001 | 1 | 1100011 | 0 | 1100 | 100101011 | 1100001 | 101101 |
Color Harmonies of #DF03E1
Complementary color
Monochromatic Colors of #DF03E1
Black with #DF03E1
Text Example
Text Example
White with #DF03E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03E1; }
p { color: rgb(223,3,225); }
H1.HeaderClassName
{
color: #DF03E1;
}
.AnyTagClassName
{
color: #DF03E1;
}
</style>
background-color css
<style>
a { background-color: #DF03E1; }
a { background-color: rgb(223,3,225); }
div.DivClassName
{
background-color: #DF03E1;
}
.BgClassName
{
background-color: #DF03E1;
}
</style>
border-color css
<style>
span { border-color: #DF03E1; }
span { border-color: rgb(223,3,225); }
td.TdClassName
{
border-color: #DF03E1;
}
.TagClassName
{
border-color: #DF03E1;
}
</style>