#DE8AED

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

Shades of Violet #DE8AED

Tints of Violet #DE8AED

Color information

#DE8AED (or 0xDE8AED) is unknown color: approx Violet. HEX triplet: DE, 8A and ED. RGB value is (222,138,237). Sum of RGB (Red+Green+Blue) = 222+138+237=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8AED is #217512. Grayscale: #AEAEAE. Windows color (decimal): -2192659 or 15567582. OLE color: 15567582.

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

Color convert

RGB222138237-
CMYK0.060.4200.07
HSL290.91º73.33%73.53%-
HSV(B)290.91º41.77%92.94%-
XYZ54.539.8284.93-
YUV174.4163.33161.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 138 (54.30% from 255) = 23.12%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=37.19%
G=23.12%
B=39.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221382370.060.4200.07290.9173.3373.53
HexDE8AED62A07123494a
Octal33621235565207443111112
Binary110111101000101011101101110101010011110010001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8AED; }

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

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

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

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

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

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

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

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