Shades of Deep Magenta #DE0FD4
Tints of Deep Magenta #DE0FD4
RGB
CMYK
RGB Variations
Color information
#DE0FD4 (or 0xDE0FD4) is known color: Deep Magenta. HEX triplet: DE, 0F and D4. RGB value is (222,15,212). Sum of RGB (Red+Green+Blue) = 222+15+212=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0FD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0FD4 is #21F02B. Grayscale: #626262. Windows color (decimal): -2224172 or 13897694. OLE color: 13897694.
HSL color Cylindrical-coordinate representation of color #DE0FD4: hue angle of 302.9º 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 #DE0FD4 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 212 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.13 |
| HSL | 302.9º | 0.87% | 0.46% | - |
| HSV(B) | 302.9º | 0.93% | 0.87% | - |
| XYZ | 42.18 | 20.62 | 64.05 | - |
| YUV | 99.35 | 191.58 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 212 | 0 | 0.93 | 0.05 | 0.13 | 302.9 | 0.87 | 0.46 |
| Hex | DE | F | D4 | 0 | 5D | 5 | D | 12F | 57 | 2E |
| Octal | 336 | 17 | 324 | 0 | 135 | 5 | 15 | 457 | 127 | 56 |
| Binary | 11011110 | 1111 | 11010100 | 0 | 1011101 | 101 | 1101 | 100101111 | 1010111 | 101110 |
Color Harmonies of #DE0FD4
Complementary color
Monochromatic Colors of #DE0FD4
Black with #DE0FD4
Text Example
Text Example
White with #DE0FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FD4; }
p { color: rgb(222,15,212); }
H1.HeaderClassName
{
color: #DE0FD4;
}
.AnyTagClassName
{
color: #DE0FD4;
}
</style>
background-color css
<style>
a { background-color: #DE0FD4; }
a { background-color: rgb(222,15,212); }
div.DivClassName
{
background-color: #DE0FD4;
}
.BgClassName
{
background-color: #DE0FD4;
}
</style>
border-color css
<style>
span { border-color: #DE0FD4; }
span { border-color: rgb(222,15,212); }
td.TdClassName
{
border-color: #DE0FD4;
}
.TagClassName
{
border-color: #DE0FD4;
}
</style>