#DE83EC

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

Shades of Violet #DE83EC

Tints of Violet #DE83EC

Color information

#DE83EC (or 0xDE83EC) is unknown color: approx Violet. HEX triplet: DE, 83 and EC. RGB value is (222,131,236). Sum of RGB (Red+Green+Blue) = 222+131+236=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE83EC is #217C13. Grayscale: #A9A9A9. Windows color (decimal): -2194452 or 15500254. OLE color: 15500254.

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

Color convert

RGB222131236-
CMYK0.060.4400.07
HSL292º73.43%71.96%-
HSV(B)292º44.49%92.55%-
XYZ53.3837.8283.84-
YUV170.18165.15164.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=37.69%
G=22.24%
B=40.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221312360.060.4400.0729273.4371.96
HexDE83EC62C071244948
Octal33620335465407444111110
Binary110111101000001111101100110101100011110010010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE83EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE83EC; }

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

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

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

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

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

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

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

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