#DF80ED

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

Shades of Violet #DF80ED

Tints of Violet #DF80ED

Color information

#DF80ED (or 0xDF80ED) is unknown color: approx Violet. HEX triplet: DF, 80 and ED. RGB value is (223,128,237). Sum of RGB (Red+Green+Blue) = 223+128+237=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80ED is #207F12. Grayscale: #A8A8A8. Windows color (decimal): -2129683 or 15565023. OLE color: 15565023.

HSL color Cylindrical-coordinate representation of color #DF80ED: hue angle of 292.29º degrees, saturation: 0.75, 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 #DF80ED is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223128237-
CMYK0.060.4600.07
HSL292.29º75.17%71.57%-
HSV(B)292.29º45.99%92.94%-
XYZ53.4437.2484.49-
YUV168.83166.47166.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 128 (50.39% from 255) = 21.77%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=37.93%
G=21.77%
B=40.31%

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
Decimal2231282370.060.4600.07292.2975.1771.57
HexDF80ED62E071244b48
Octal33720035565607444113110
Binary110111111000000011101101110101110011110010010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80ED; }

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

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

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

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

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

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

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

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