#DE85EE

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

Shades of Violet #DE85EE

Tints of Violet #DE85EE

Color information

#DE85EE (or 0xDE85EE) is unknown color: approx Violet. HEX triplet: DE, 85 and EE. RGB value is (222,133,238). Sum of RGB (Red+Green+Blue) = 222+133+238=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85EE is #217A11. Grayscale: #ABABAB. Windows color (decimal): -2193938 or 15631838. OLE color: 15631838.

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

Color convert

RGB222133238-
CMYK0.070.4400.07
HSL290.86º75.54%72.75%-
HSV(B)290.86º44.12%93.33%-
XYZ53.9438.4885.47-
YUV171.58165.49163.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 133 (52.34% from 255) = 22.43%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=37.44%
G=22.43%
B=40.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221332380.070.4400.07290.8675.5472.75
HexDE85EE72C071234c49
Octal33620535675407443114111
Binary110111101000010111101110111101100011110010001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85EE; }

 p { color: rgb(222,133,238); }

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

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

 a { background-color: rgb(222,133,238); }

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

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

 span { border-color: rgb(222,133,238); }

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