Shades of Deep Magenta #DF1FE0
Tints of Deep Magenta #DF1FE0
RGB
CMYK
RGB Variations
Color information
#DF1FE0 (or 0xDF1FE0) is known color: Deep Magenta. HEX triplet: DF, 1F and E0. RGB value is (223,31,224). Sum of RGB (Red+Green+Blue) = 223+31+224=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF1FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1FE0 is #20E01F. Grayscale: #6D6D6D. Windows color (decimal): -2154528 or 14688223. OLE color: 14688223.
HSL color Cylindrical-coordinate representation of color #DF1FE0: hue angle of 299.69º 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 #DF1FE0 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 31 | 224 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.12 |
| HSL | 299.69º | 0.76% | 0.5% | - |
| HSV(B) | 299.69º | 0.86% | 0.88% | - |
| XYZ | 44.38 | 22.05 | 72.44 | - |
| YUV | 110.41 | 192.11 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 224 | 0.00 | 0.86 | 0 | 0.12 | 299.69 | 0.76 | 0.5 |
| Hex | DF | 1F | E0 | 0 | 56 | 0 | C | 12C | 4C | 32 |
| Octal | 337 | 37 | 340 | 0 | 126 | 0 | 14 | 454 | 114 | 62 |
| Binary | 11011111 | 11111 | 11100000 | 0 | 1010110 | 0 | 1100 | 100101100 | 1001100 | 110010 |
Color Harmonies of #DF1FE0
Complementary color
Monochromatic Colors of #DF1FE0
Black with #DF1FE0
Text Example
Text Example
White with #DF1FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FE0; }
p { color: rgb(223,31,224); }
H1.HeaderClassName
{
color: #DF1FE0;
}
.AnyTagClassName
{
color: #DF1FE0;
}
</style>
background-color css
<style>
a { background-color: #DF1FE0; }
a { background-color: rgb(223,31,224); }
div.DivClassName
{
background-color: #DF1FE0;
}
.BgClassName
{
background-color: #DF1FE0;
}
</style>
border-color css
<style>
span { border-color: #DF1FE0; }
span { border-color: rgb(223,31,224); }
td.TdClassName
{
border-color: #DF1FE0;
}
.TagClassName
{
border-color: #DF1FE0;
}
</style>