#DE77EB

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

Shades of Violet #DE77EB

Tints of Violet #DE77EB

Color information

#DE77EB (or 0xDE77EB) is unknown color: approx Violet. HEX triplet: DE, 77 and EB. RGB value is (222,119,235). Sum of RGB (Red+Green+Blue) = 222+119+235=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77EB is #218814. Grayscale: #A2A2A2. Windows color (decimal): -2197525 or 15431646. OLE color: 15431646.

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

Color convert

RGB222119235-
CMYK0.060.4900.08
HSL293.28º74.36%69.41%-
HSV(B)293.28º49.36%92.16%-
XYZ51.7234.7282.57-
YUV163.02168.62170.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 119 (46.88% from 255) = 20.66%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=38.54%
G=20.66%
B=40.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221192350.060.4900.08293.2874.3669.41
HexDE77EB631081254a45
Octal336167353661010445112105
Binary110111101110111111010111101100010100010010010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77EB; }

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

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

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

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

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

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

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

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