Shades of Deep Magenta #DE12DF
Tints of Deep Magenta #DE12DF
RGB
CMYK
RGB Variations
Color information
#DE12DF (or 0xDE12DF) is known color: Deep Magenta. HEX triplet: DE, 12 and DF. RGB value is (222,18,223). Sum of RGB (Red+Green+Blue) = 222+18+223=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12DF is #21ED20. Grayscale: #656565. Windows color (decimal): -2223393 or 14619358. OLE color: 14619358.
HSL color Cylindrical-coordinate representation of color #DE12DF: hue angle of 299.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE12DF is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 223 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.13 |
| HSL | 299.71º | 0.85% | 0.47% | - |
| HSV(B) | 299.71º | 0.92% | 0.87% | - |
| XYZ | 43.66 | 21.29 | 71.62 | - |
| YUV | 102.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 223 | 0.00 | 0.92 | 0 | 0.13 | 299.71 | 0.85 | 0.47 |
| Hex | DE | 12 | DF | 0 | 5C | 0 | D | 12C | 55 | 2F |
| Octal | 336 | 22 | 337 | 0 | 134 | 0 | 15 | 454 | 125 | 57 |
| Binary | 11011110 | 10010 | 11011111 | 0 | 1011100 | 0 | 1101 | 100101100 | 1010101 | 101111 |
Color Harmonies of #DE12DF
Complementary color
Monochromatic Colors of #DE12DF
Black with #DE12DF
Text Example
Text Example
White with #DE12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE12DF; }
p { color: rgb(222,18,223); }
H1.HeaderClassName
{
color: #DE12DF;
}
.AnyTagClassName
{
color: #DE12DF;
}
</style>
background-color css
<style>
a { background-color: #DE12DF; }
a { background-color: rgb(222,18,223); }
div.DivClassName
{
background-color: #DE12DF;
}
.BgClassName
{
background-color: #DE12DF;
}
</style>
border-color css
<style>
span { border-color: #DE12DF; }
span { border-color: rgb(222,18,223); }
td.TdClassName
{
border-color: #DE12DF;
}
.TagClassName
{
border-color: #DE12DF;
}
</style>