#DE7EED

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

Shades of Violet #DE7EED

Tints of Violet #DE7EED

Color information

#DE7EED (or 0xDE7EED) is unknown color: approx Violet. HEX triplet: DE, 7E and ED. RGB value is (222,126,237). Sum of RGB (Red+Green+Blue) = 222+126+237=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE7EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7EED is #218112. Grayscale: #A7A7A7. Windows color (decimal): -2195731 or 15564510. OLE color: 15564510.

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

Color convert

RGB222126237-
CMYK0.060.4700.07
HSL291.89º75.51%71.18%-
HSV(B)291.89º46.84%92.94%-
XYZ52.8736.5784.39-
YUV167.36167.3166.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 126 (49.61% from 255) = 21.54%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=37.95%
G=21.54%
B=40.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221262370.060.4700.07291.8975.5171.18
HexDE7EED62F071244c47
Octal33617635565707444114107
Binary11011110111111011101101110101111011110010010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EED; }

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

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

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

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

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

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

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

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