Shades of Deep Magenta #DE0FD2
Tints of Deep Magenta #DE0FD2
RGB
CMYK
RGB Variations
Color information
#DE0FD2 (or 0xDE0FD2) is known color: Deep Magenta. HEX triplet: DE, 0F and D2. RGB value is (222,15,210). Sum of RGB (Red+Green+Blue) = 222+15+210=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0FD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0FD2 is #21F02D. Grayscale: #626262. Windows color (decimal): -2224174 or 13766622. OLE color: 13766622.
HSL color Cylindrical-coordinate representation of color #DE0FD2: hue angle of 303.48º 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 #DE0FD2 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 210 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.13 |
| HSL | 303.48º | 0.87% | 0.46% | - |
| HSV(B) | 303.48º | 0.93% | 0.87% | - |
| XYZ | 41.93 | 20.52 | 62.72 | - |
| YUV | 99.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 210 | 0 | 0.93 | 0.05 | 0.13 | 303.48 | 0.87 | 0.46 |
| Hex | DE | F | D2 | 0 | 5D | 5 | D | 12F | 57 | 2E |
| Octal | 336 | 17 | 322 | 0 | 135 | 5 | 15 | 457 | 127 | 56 |
| Binary | 11011110 | 1111 | 11010010 | 0 | 1011101 | 101 | 1101 | 100101111 | 1010111 | 101110 |
Color Harmonies of #DE0FD2
Complementary color
Monochromatic Colors of #DE0FD2
Black with #DE0FD2
Text Example
Text Example
White with #DE0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FD2; }
p { color: rgb(222,15,210); }
H1.HeaderClassName
{
color: #DE0FD2;
}
.AnyTagClassName
{
color: #DE0FD2;
}
</style>
background-color css
<style>
a { background-color: #DE0FD2; }
a { background-color: rgb(222,15,210); }
div.DivClassName
{
background-color: #DE0FD2;
}
.BgClassName
{
background-color: #DE0FD2;
}
</style>
border-color css
<style>
span { border-color: #DE0FD2; }
span { border-color: rgb(222,15,210); }
td.TdClassName
{
border-color: #DE0FD2;
}
.TagClassName
{
border-color: #DE0FD2;
}
</style>