Shades of Deep Magenta #DE0FC7
Tints of Deep Magenta #DE0FC7
RGB
CMYK
RGB Variations
Color information
#DE0FC7 (or 0xDE0FC7) is known color: Deep Magenta. HEX triplet: DE, 0F and C7. RGB value is (222,15,199). Sum of RGB (Red+Green+Blue) = 222+15+199=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0FC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0FC7 is #21F038. Grayscale: #616161. Windows color (decimal): -2224185 or 13045726. OLE color: 13045726.
HSL color Cylindrical-coordinate representation of color #DE0FC7: hue angle of 306.67º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0FC7 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 199 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.13 |
| HSL | 306.67º | 0.87% | 0.46% | - |
| HSV(B) | 306.67º | 0.93% | 0.87% | - |
| XYZ | 40.6 | 19.99 | 55.75 | - |
| YUV | 97.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 199 | 0 | 0.93 | 0.10 | 0.13 | 306.67 | 0.87 | 0.46 |
| Hex | DE | F | C7 | 0 | 5D | A | D | 133 | 57 | 2E |
| Octal | 336 | 17 | 307 | 0 | 135 | 12 | 15 | 463 | 127 | 56 |
| Binary | 11011110 | 1111 | 11000111 | 0 | 1011101 | 1010 | 1101 | 100110011 | 1010111 | 101110 |
Color Harmonies of #DE0FC7
Complementary color
Monochromatic Colors of #DE0FC7
Black with #DE0FC7
Text Example
Text Example
White with #DE0FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FC7; }
p { color: rgb(222,15,199); }
H1.HeaderClassName
{
color: #DE0FC7;
}
.AnyTagClassName
{
color: #DE0FC7;
}
</style>
background-color css
<style>
a { background-color: #DE0FC7; }
a { background-color: rgb(222,15,199); }
div.DivClassName
{
background-color: #DE0FC7;
}
.BgClassName
{
background-color: #DE0FC7;
}
</style>
border-color css
<style>
span { border-color: #DE0FC7; }
span { border-color: rgb(222,15,199); }
td.TdClassName
{
border-color: #DE0FC7;
}
.TagClassName
{
border-color: #DE0FC7;
}
</style>