#DE93EC

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

Shades of Plum #DE93EC

Tints of Plum #DE93EC

Color information

#DE93EC (or 0xDE93EC) is unknown color: approx Plum. HEX triplet: DE, 93 and EC. RGB value is (222,147,236). Sum of RGB (Red+Green+Blue) = 222+147+236=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE93EC is #216C13. Grayscale: #B3B3B3. Windows color (decimal): -2190356 or 15504350. OLE color: 15504350.

HSL color Cylindrical-coordinate representation of color #DE93EC: hue angle of 290.56º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE93EC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222147236-
CMYK0.060.3800.07
HSL290.56º70.08%75.1%-
HSV(B)290.56º37.71%92.55%-
XYZ55.742.4584.62-
YUV179.57159.85158.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 147 (57.81% from 255) = 24.30%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=36.69%
G=24.30%
B=39.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221472360.060.3800.07290.5670.0875.1
HexDE93EC62607123464b
Octal33622335464607443106113
Binary110111101001001111101100110100110011110010001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93EC; }

 p { color: rgb(222,147,236); }

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

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

 a { background-color: rgb(222,147,236); }

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

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

 span { border-color: rgb(222,147,236); }

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