Shades of Deep Magenta #DE07DF
Tints of Deep Magenta #DE07DF
RGB
CMYK
RGB Variations
Color information
#DE07DF (or 0xDE07DF) is known color: Deep Magenta. HEX triplet: DE, 07 and DF. RGB value is (222,7,223). Sum of RGB (Red+Green+Blue) = 222+7+223=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE07DF is #21F820. Grayscale: #5F5F5F. Windows color (decimal): -2226209 or 14616542. OLE color: 14616542.
HSL color Cylindrical-coordinate representation of color #DE07DF: hue angle of 299.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE07DF is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 223 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.13 |
| HSL | 299.72º | 0.94% | 0.45% | - |
| HSV(B) | 299.72º | 0.97% | 0.87% | - |
| XYZ | 43.52 | 21.01 | 71.57 | - |
| YUV | 95.91 | 199.73 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 223 | 0.00 | 0.97 | 0 | 0.13 | 299.72 | 0.94 | 0.45 |
| Hex | DE | 7 | DF | 0 | 61 | 0 | D | 12C | 5E | 2D |
| Octal | 336 | 7 | 337 | 0 | 141 | 0 | 15 | 454 | 136 | 55 |
| Binary | 11011110 | 111 | 11011111 | 0 | 1100001 | 0 | 1101 | 100101100 | 1011110 | 101101 |
Color Harmonies of #DE07DF
Complementary color
Monochromatic Colors of #DE07DF
Black with #DE07DF
Text Example
Text Example
White with #DE07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE07DF; }
p { color: rgb(222,7,223); }
H1.HeaderClassName
{
color: #DE07DF;
}
.AnyTagClassName
{
color: #DE07DF;
}
</style>
background-color css
<style>
a { background-color: #DE07DF; }
a { background-color: rgb(222,7,223); }
div.DivClassName
{
background-color: #DE07DF;
}
.BgClassName
{
background-color: #DE07DF;
}
</style>
border-color css
<style>
span { border-color: #DE07DF; }
span { border-color: rgb(222,7,223); }
td.TdClassName
{
border-color: #DE07DF;
}
.TagClassName
{
border-color: #DE07DF;
}
</style>