#DE84EB

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

Shades of Violet #DE84EB

Tints of Violet #DE84EB

Color information

#DE84EB (or 0xDE84EB) is unknown color: approx Violet. HEX triplet: DE, 84 and EB. RGB value is (222,132,235). Sum of RGB (Red+Green+Blue) = 222+132+235=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE84EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE84EB is #217B14. Grayscale: #AAAAAA. Windows color (decimal): -2194197 or 15434974. OLE color: 15434974.

HSL color Cylindrical-coordinate representation of color #DE84EB: hue angle of 292.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE84EB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222132235-
CMYK0.060.4400.08
HSL292.43º72.03%71.96%-
HSV(B)292.43º43.83%92.16%-
XYZ53.3738.0383.12-
YUV170.65164.32164.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 132 (51.95% from 255) = 22.41%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=37.69%
G=22.41%
B=39.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221322350.060.4400.08292.4372.0371.96
HexDE84EB62C081244848
Octal336204353654010444110110
Binary1101111010000100111010111101011000100010010010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84EB; }

 p { color: rgb(222,132,235); }

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

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

 a { background-color: rgb(222,132,235); }

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

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

 span { border-color: rgb(222,132,235); }

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