#DE8DE9

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

Shades of Violet #DE8DE9

Tints of Violet #DE8DE9

Color information

#DE8DE9 (or 0xDE8DE9) is unknown color: approx Violet. HEX triplet: DE, 8D and E9. RGB value is (222,141,233). Sum of RGB (Red+Green+Blue) = 222+141+233=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE8DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8DE9 is #217216. Grayscale: #AFAFAF. Windows color (decimal): -2191895 or 15306206. OLE color: 15306206.

HSL color Cylindrical-coordinate representation of color #DE8DE9: hue angle of 292.83º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE8DE9 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222141233-
CMYK0.050.3900.09
HSL292.83º67.65%73.33%-
HSV(B)292.83º39.48%91.37%-
XYZ54.3640.4682.04-
YUV175.71160.34161.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 233 (91.41% from 255) = 39.09%
R=37.25%
G=23.66%
B=39.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221412330.050.3900.09292.8367.6573.33
HexDE8DE9527091254449
Octal336215351547011445104111
Binary1101111010001101111010011011001110100110010010110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8DE9; }

 p { color: rgb(222,141,233); }

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

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

 a { background-color: rgb(222,141,233); }

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

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

 span { border-color: rgb(222,141,233); }

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