Shades of Deep Magenta #DE0CDF
Tints of Deep Magenta #DE0CDF
RGB
CMYK
RGB Variations
Color information
#DE0CDF (or 0xDE0CDF) is known color: Deep Magenta. HEX triplet: DE, 0C and DF. RGB value is (222,12,223). Sum of RGB (Red+Green+Blue) = 222+12+223=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE0CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CDF is #21F320. Grayscale: #626262. Windows color (decimal): -2224929 or 14617822. OLE color: 14617822.
HSL color Cylindrical-coordinate representation of color #DE0CDF: hue angle of 299.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0CDF is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 223 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.13 |
| HSL | 299.72º | 0.9% | 0.46% | - |
| HSV(B) | 299.72º | 0.95% | 0.87% | - |
| XYZ | 43.57 | 21.12 | 71.59 | - |
| YUV | 98.84 | 198.07 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 223 | 0.00 | 0.95 | 0 | 0.13 | 299.72 | 0.9 | 0.46 |
| Hex | DE | C | DF | 0 | 5F | 0 | D | 12C | 5A | 2E |
| Octal | 336 | 14 | 337 | 0 | 137 | 0 | 15 | 454 | 132 | 56 |
| Binary | 11011110 | 1100 | 11011111 | 0 | 1011111 | 0 | 1101 | 100101100 | 1011010 | 101110 |
Color Harmonies of #DE0CDF
Complementary color
Monochromatic Colors of #DE0CDF
Black with #DE0CDF
Text Example
Text Example
White with #DE0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CDF; }
p { color: rgb(222,12,223); }
H1.HeaderClassName
{
color: #DE0CDF;
}
.AnyTagClassName
{
color: #DE0CDF;
}
</style>
background-color css
<style>
a { background-color: #DE0CDF; }
a { background-color: rgb(222,12,223); }
div.DivClassName
{
background-color: #DE0CDF;
}
.BgClassName
{
background-color: #DE0CDF;
}
</style>
border-color css
<style>
span { border-color: #DE0CDF; }
span { border-color: rgb(222,12,223); }
td.TdClassName
{
border-color: #DE0CDF;
}
.TagClassName
{
border-color: #DE0CDF;
}
</style>