#DF80EE

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

Shades of Violet #DF80EE

Tints of Violet #DF80EE

Color information

#DF80EE (or 0xDF80EE) is unknown color: approx Violet. HEX triplet: DF, 80 and EE. RGB value is (223,128,238). Sum of RGB (Red+Green+Blue) = 223+128+238=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80EE is #207F11. Grayscale: #A8A8A8. Windows color (decimal): -2129682 or 15630559. OLE color: 15630559.

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

Color convert

RGB223128238-
CMYK0.060.4600.07
HSL291.82º76.39%71.76%-
HSV(B)291.82º46.22%93.33%-
XYZ53.5837.385.26-
YUV168.94166.97166.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 128 (50.39% from 255) = 21.73%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=37.86%
G=21.73%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231282380.060.4600.07291.8276.3971.76
HexDF80EE62E071244c48
Octal33720035665607444114110
Binary110111111000000011101110110101110011110010010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80EE; }

 p { color: rgb(223,128,238); }

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

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

 a { background-color: rgb(223,128,238); }

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

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

 span { border-color: rgb(223,128,238); }

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