#DE85EA

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

Shades of Violet #DE85EA

Tints of Violet #DE85EA

Color information

#DE85EA (or 0xDE85EA) is unknown color: approx Violet. HEX triplet: DE, 85 and EA. RGB value is (222,133,234). Sum of RGB (Red+Green+Blue) = 222+133+234=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85EA is #217A15. Grayscale: #AAAAAA. Windows color (decimal): -2193942 or 15369694. OLE color: 15369694.

HSL color Cylindrical-coordinate representation of color #DE85EA: hue angle of 292.87º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE85EA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222133234-
CMYK0.050.4300.08
HSL292.87º70.63%71.96%-
HSV(B)292.87º43.16%91.76%-
XYZ53.3638.2582.41-
YUV171.12163.49164.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 133 (52.34% from 255) = 22.58%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=37.69%
G=22.58%
B=39.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221332340.050.4300.08292.8770.6371.96
HexDE85EA52B081254748
Octal336205352553010445107110
Binary1101111010000101111010101011010110100010010010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85EA; }

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

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

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

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

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

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

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

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