#DE76E9

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

Shades of Violet #DE76E9

Tints of Violet #DE76E9

Color information

#DE76E9 (or 0xDE76E9) is unknown color: approx Violet. HEX triplet: DE, 76 and E9. RGB value is (222,118,233). Sum of RGB (Red+Green+Blue) = 222+118+233=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE76E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE76E9 is #218916. Grayscale: #A1A1A1. Windows color (decimal): -2197783 or 15300318. OLE color: 15300318.

HSL color Cylindrical-coordinate representation of color #DE76E9: hue angle of 294.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE76E9 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222118233-
CMYK0.050.4900.09
HSL294.26º72.33%68.82%-
HSV(B)294.26º49.36%91.37%-
XYZ51.3134.3781.02-
YUV162.21167.96170.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 118 (46.48% from 255) = 20.59%
BLUE value IS 233 (91.41% from 255) = 40.66%
R=38.74%
G=20.59%
B=40.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221182330.050.4900.09294.2672.3368.82
HexDE76E9531091264845
Octal336166351561011446110105
Binary110111101110110111010011011100010100110010011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76E9; }

 p { color: rgb(222,118,233); }

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

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

 a { background-color: rgb(222,118,233); }

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

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

 span { border-color: rgb(222,118,233); }

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