#DE0ECE

Color #DE0ECE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DE0ECE

Tints of Deep Magenta #DE0ECE

Color information

#DE0ECE (or 0xDE0ECE) is unknown color: approx Deep Magenta. HEX triplet: DE, 0E and CE. RGB value is (222,14,206). Sum of RGB (Red+Green+Blue) = 222+14+206=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ECE is #21F131. Grayscale: #616161. Windows color (decimal): -2224434 or 13504222. OLE color: 13504222.

HSL color Cylindrical-coordinate representation of color #DE0ECE: hue angle of 304.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB22214206-
CMYK00.940.070.13
HSL304.62º88.14%46.27%-
HSV(B)304.62º93.69%87.06%-
XYZ41.4220.360.13-
YUV98.08188.91216.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 50.23%
GREEN value IS 14 (5.86% from 255) = 3.17%
BLUE value IS 206 (80.86% from 255) = 46.61%
R=50.23%
G=3.17%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221420600.940.070.13304.6288.1446.27
HexDEECE05E7D131582e
Octal33616316013671546113056
Binary110111101110110011100101111011111011001100011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0ECE; }

 p { color: rgb(222,14,206); }

 H1.HeaderClassName
 {
   color: #DE0ECE;
 }
 .AnyTagClassName
 {
   color: #DE0ECE;
 }
</style>
background-color css

<style>
 a { background-color: #DE0ECE; }

 a { background-color: rgb(222,14,206); }

 div.DivClassName
 {
   background-color: #DE0ECE;
 }
 .BgClassName
 {
   background-color: #DE0ECE;
 }
</style>
border-color css

<style>
 span { border-color: #DE0ECE; }

 span { border-color: rgb(222,14,206); }

 td.TdClassName
 {
   border-color: #DE0ECE;
 }
 .TagClassName
 {
   border-color: #DE0ECE;
 }
</style>