#de0ec7

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

Shades of Deep Magenta #DE0EC7

Tints of Deep Magenta #DE0EC7

Color information

#DE0EC7 (or 0xDE0EC7) is unknown color: approx Deep Magenta. HEX triplet: DE, 0E and C7. RGB value is (222,14,199). Sum of RGB (Red+Green+Blue) = 222+14+199=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EC7 is #21F138. Grayscale: #606060. Windows color (decimal): -2224441 or 13045470. OLE color: 13045470.

HSL color Cylindrical-coordinate representation of color #DE0EC7: hue angle of 306.63º 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 #DE0EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22214199-
CMYK00.940.100.13
HSL306.63º88.14%46.27%-
HSV(B)306.63º93.69%87.06%-
XYZ40.5919.9755.75-
YUV97.28185.41216.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 14 (5.86% from 255) = 3.22%
BLUE value IS 199 (78.12% from 255) = 45.75%
R=51.03%
G=3.22%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221419900.940.100.13306.6388.1446.27
HexDEEC705EAD133582e
Octal336163070136121546313056
Binary1101111011101100011101011110101011011001100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de0ec7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de0ec7; }

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

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

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

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

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

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

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

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