#DE82EE

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

Shades of Violet #DE82EE

Tints of Violet #DE82EE

Color information

#DE82EE (or 0xDE82EE) is unknown color: approx Violet. HEX triplet: DE, 82 and EE. RGB value is (222,130,238). Sum of RGB (Red+Green+Blue) = 222+130+238=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE82EE is #217D11. Grayscale: #A9A9A9. Windows color (decimal): -2194706 or 15631070. OLE color: 15631070.

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

Color convert

RGB222130238-
CMYK0.070.4500.07
HSL291.11º76.06%72.16%-
HSV(B)291.11º45.38%93.33%-
XYZ53.5437.6785.34-
YUV169.82166.48165.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 130 (51.17% from 255) = 22.03%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=37.63%
G=22.03%
B=40.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221302380.070.4500.07291.1176.0672.16
HexDE82EE72D071234c48
Octal33620235675507443114110
Binary110111101000001011101110111101101011110010001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82EE; }

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

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

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

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

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

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

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

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