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