#DE88ED

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

Shades of Violet #DE88ED

Tints of Violet #DE88ED

Color information

#DE88ED (or 0xDE88ED) is unknown color: approx Violet. HEX triplet: DE, 88 and ED. RGB value is (222,136,237). Sum of RGB (Red+Green+Blue) = 222+136+237=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88ED is #217712. Grayscale: #ACACAC. Windows color (decimal): -2193171 or 15567070. OLE color: 15567070.

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

Color convert

RGB222136237-
CMYK0.060.4300.07
HSL291.09º73.72%73.14%-
HSV(B)291.09º42.62%92.94%-
XYZ54.2139.2584.84-
YUV173.23163.99162.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 136 (53.52% from 255) = 22.86%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=37.31%
G=22.86%
B=39.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221362370.060.4300.07291.0973.7273.14
HexDE88ED62B071234a49
Octal33621035565307443112111
Binary110111101000100011101101110101011011110010001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88ED; }

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

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

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

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

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

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

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

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