Shades of Deep Magenta #DF0CE1
Tints of Deep Magenta #DF0CE1
RGB
CMYK
RGB Variations
Color information
#DF0CE1 (or 0xDF0CE1) is known color: Deep Magenta. HEX triplet: DF, 0C and E1. RGB value is (223,12,225). Sum of RGB (Red+Green+Blue) = 223+12+225=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF0CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CE1 is #20F31E. Grayscale: #626262. Windows color (decimal): -2159391 or 14748895. OLE color: 14748895.
HSL color Cylindrical-coordinate representation of color #DF0CE1: hue angle of 299.44º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CE1 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 12 | 225 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.12 |
| HSL | 299.44º | 0.9% | 0.46% | - |
| HSV(B) | 299.44º | 0.95% | 0.88% | - |
| XYZ | 44.15 | 21.39 | 73.04 | - |
| YUV | 99.37 | 198.9 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 225 | 0.01 | 0.95 | 0 | 0.12 | 299.44 | 0.9 | 0.46 |
| Hex | DF | C | E1 | 1 | 5F | 0 | C | 12B | 5A | 2E |
| Octal | 337 | 14 | 341 | 1 | 137 | 0 | 14 | 453 | 132 | 56 |
| Binary | 11011111 | 1100 | 11100001 | 1 | 1011111 | 0 | 1100 | 100101011 | 1011010 | 101110 |
Color Harmonies of #DF0CE1
Complementary color
Monochromatic Colors of #DF0CE1
Black with #DF0CE1
Text Example
Text Example
White with #DF0CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CE1; }
p { color: rgb(223,12,225); }
H1.HeaderClassName
{
color: #DF0CE1;
}
.AnyTagClassName
{
color: #DF0CE1;
}
</style>
background-color css
<style>
a { background-color: #DF0CE1; }
a { background-color: rgb(223,12,225); }
div.DivClassName
{
background-color: #DF0CE1;
}
.BgClassName
{
background-color: #DF0CE1;
}
</style>
border-color css
<style>
span { border-color: #DF0CE1; }
span { border-color: rgb(223,12,225); }
td.TdClassName
{
border-color: #DF0CE1;
}
.TagClassName
{
border-color: #DF0CE1;
}
</style>