Shades of Deep Magenta #DE00DF
Tints of Deep Magenta #DE00DF
RGB
CMYK
RGB Variations
Color information
#DE00DF (or 0xDE00DF) is known color: Deep Magenta. HEX triplet: DE, 00 and DF. RGB value is (222,0,223). Sum of RGB (Red+Green+Blue) = 222+0+223=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00DF is #21FF20. Grayscale: #5B5B5B. Windows color (decimal): -2228001 or 14614750. OLE color: 14614750.
HSL color Cylindrical-coordinate representation of color #DE00DF: hue angle of 299.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00DF is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 223 | - |
| CMYK | 0.00 | 1 | 0 | 0.13 |
| HSL | 299.73º | 1% | 0.44% | - |
| HSV(B) | 299.73º | 1% | 0.87% | - |
| XYZ | 43.44 | 20.86 | 71.55 | - |
| YUV | 91.8 | 202.05 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 223 | 0.00 | 1 | 0 | 0.13 | 299.73 | 1 | 0.44 |
| Hex | DE | 0 | DF | 0 | 64 | 0 | D | 12C | 64 | 2C |
| Octal | 336 | 0 | 337 | 0 | 144 | 0 | 15 | 454 | 144 | 54 |
| Binary | 11011110 | 0 | 11011111 | 0 | 1100100 | 0 | 1101 | 100101100 | 1100100 | 101100 |
Color Harmonies of #DE00DF
Complementary color
Monochromatic Colors of #DE00DF
Black with #DE00DF
Text Example
Text Example
White with #DE00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00DF; }
p { color: rgb(222,0,223); }
H1.HeaderClassName
{
color: #DE00DF;
}
.AnyTagClassName
{
color: #DE00DF;
}
</style>
background-color css
<style>
a { background-color: #DE00DF; }
a { background-color: rgb(222,0,223); }
div.DivClassName
{
background-color: #DE00DF;
}
.BgClassName
{
background-color: #DE00DF;
}
</style>
border-color css
<style>
span { border-color: #DE00DF; }
span { border-color: rgb(222,0,223); }
td.TdClassName
{
border-color: #DE00DF;
}
.TagClassName
{
border-color: #DE00DF;
}
</style>