#DE88EA

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

Shades of Violet #DE88EA

Tints of Violet #DE88EA

Color information

#DE88EA (or 0xDE88EA) is unknown color: approx Violet. HEX triplet: DE, 88 and EA. RGB value is (222,136,234). Sum of RGB (Red+Green+Blue) = 222+136+234=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88EA is #217715. Grayscale: #ACACAC. Windows color (decimal): -2193174 or 15370462. OLE color: 15370462.

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

Color convert

RGB222136234-
CMYK0.050.4200.08
HSL292.65º70%72.55%-
HSV(B)292.65º41.88%91.76%-
XYZ53.7839.0882.55-
YUV172.89162.49163.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 136 (53.52% from 255) = 22.97%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=37.5%
G=22.97%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221362340.050.4200.08292.657072.55
HexDE88EA52A081254649
Octal336210352552010445106111
Binary1101111010001000111010101011010100100010010010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88EA; }

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

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

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

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

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

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

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

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