#DE8DEE

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

Shades of Violet #DE8DEE

Tints of Violet #DE8DEE

Color information

#DE8DEE (or 0xDE8DEE) is unknown color: approx Violet. HEX triplet: DE, 8D and EE. RGB value is (222,141,238). Sum of RGB (Red+Green+Blue) = 222+141+238=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8DEE is #217211. Grayscale: #AFAFAF. Windows color (decimal): -2191890 or 15633886. OLE color: 15633886.

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

Color convert

RGB222141238-
CMYK0.070.4100.07
HSL290.1º74.05%74.31%-
HSV(B)290.1º40.76%93.33%-
XYZ55.0840.7585.85-
YUV176.28162.84160.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 141 (55.47% from 255) = 23.46%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=36.94%
G=23.46%
B=39.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221412380.070.4100.07290.174.0574.31
HexDE8DEE729071224a4a
Octal33621535675107442112112
Binary110111101000110111101110111101001011110010001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8DEE; }

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

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

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

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

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

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

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

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