#de0edc

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

Shades of Deep Magenta #DE0EDC

Tints of Deep Magenta #DE0EDC

Color information

#DE0EDC (or 0xDE0EDC) is unknown color: approx Deep Magenta. HEX triplet: DE, 0E and DC. RGB value is (222,14,220). Sum of RGB (Red+Green+Blue) = 222+14+220=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EDC is #21F123. Grayscale: #636363. Windows color (decimal): -2224420 or 14421726. OLE color: 14421726.

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

Color convert

RGB22214220-
CMYK00.940.010.13
HSL300.58º88.14%46.27%-
HSV(B)300.58º93.69%87.06%-
XYZ43.221.0169.49-
YUV99.68195.91215.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 14 (5.86% from 255) = 3.07%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=48.68%
G=3.07%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221422000.940.010.13300.5888.1446.27
HexDEEDC05E1D12d582e
Octal33616334013611545513056
Binary1101111011101101110001011110111011001011011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de0edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de0edc; }

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

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

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

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

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

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

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

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