Shades of Deep Magenta #DF08E0
Tints of Deep Magenta #DF08E0
RGB
CMYK
RGB Variations
Color information
#DF08E0 (or 0xDF08E0) is known color: Deep Magenta. HEX triplet: DF, 08 and E0. RGB value is (223,8,224). Sum of RGB (Red+Green+Blue) = 223+8+224=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF08E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08E0 is #20F71F. Grayscale: #606060. Windows color (decimal): -2160416 or 14682335. OLE color: 14682335.
HSL color Cylindrical-coordinate representation of color #DF08E0: hue angle of 299.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08E0 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 8 | 224 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.12 |
| HSL | 299.72º | 0.93% | 0.45% | - |
| HSV(B) | 299.72º | 0.96% | 0.88% | - |
| XYZ | 43.97 | 21.24 | 72.3 | - |
| YUV | 96.91 | 199.73 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 224 | 0.00 | 0.96 | 0 | 0.12 | 299.72 | 0.93 | 0.45 |
| Hex | DF | 8 | E0 | 0 | 60 | 0 | C | 12C | 5D | 2D |
| Octal | 337 | 10 | 340 | 0 | 140 | 0 | 14 | 454 | 135 | 55 |
| Binary | 11011111 | 1000 | 11100000 | 0 | 1100000 | 0 | 1100 | 100101100 | 1011101 | 101101 |
Color Harmonies of #DF08E0
Complementary color
Monochromatic Colors of #DF08E0
Black with #DF08E0
Text Example
Text Example
White with #DF08E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08E0; }
p { color: rgb(223,8,224); }
H1.HeaderClassName
{
color: #DF08E0;
}
.AnyTagClassName
{
color: #DF08E0;
}
</style>
background-color css
<style>
a { background-color: #DF08E0; }
a { background-color: rgb(223,8,224); }
div.DivClassName
{
background-color: #DF08E0;
}
.BgClassName
{
background-color: #DF08E0;
}
</style>
border-color css
<style>
span { border-color: #DF08E0; }
span { border-color: rgb(223,8,224); }
td.TdClassName
{
border-color: #DF08E0;
}
.TagClassName
{
border-color: #DF08E0;
}
</style>