#DF80EB

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

Shades of Violet #DF80EB

Tints of Violet #DF80EB

Color information

#DF80EB (or 0xDF80EB) is unknown color: approx Violet. HEX triplet: DF, 80 and EB. RGB value is (223,128,235). Sum of RGB (Red+Green+Blue) = 223+128+235=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF80EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80EB is #207F14. Grayscale: #A8A8A8. Windows color (decimal): -2129685 or 15433951. OLE color: 15433951.

HSL color Cylindrical-coordinate representation of color #DF80EB: hue angle of 293.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF80EB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223128235-
CMYK0.050.4600.08
HSL293.27º72.79%71.18%-
HSV(B)293.27º45.53%92.16%-
XYZ53.1537.1282.96-
YUV168.6165.47166.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 128 (50.39% from 255) = 21.84%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=38.05%
G=21.84%
B=40.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231282350.050.4600.08293.2772.7971.18
HexDF80EB52E081254947
Octal337200353556010445111107
Binary1101111110000000111010111011011100100010010010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80EB; }

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

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

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

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

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

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

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

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