#DC80E5

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

Shades of Violet #DC80E5

Tints of Violet #DC80E5

Color information

#DC80E5 (or 0xDC80E5) is unknown color: approx Violet. HEX triplet: DC, 80 and E5. RGB value is (220,128,229). Sum of RGB (Red+Green+Blue) = 220+128+229=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC80E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80E5 is #237F1A. Grayscale: #A6A6A6. Windows color (decimal): -2326299 or 15040732. OLE color: 15040732.

HSL color Cylindrical-coordinate representation of color #DC80E5: hue angle of 294.65º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC80E5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220128229-
CMYK0.040.4400.10
HSL294.65º66.01%70%-
HSV(B)294.65º44.1%89.8%-
XYZ51.3836.3178.43-
YUV167.02162.98165.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 128 (50.39% from 255) = 22.18%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=38.13%
G=22.18%
B=39.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201282290.040.4400.10294.6566.0170
HexDC80E542C0A1274246
Octal334200345454012447102106
Binary1101110010000000111001011001011000101010010011110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80E5; }

 p { color: rgb(220,128,229); }

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

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

 a { background-color: rgb(220,128,229); }

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

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

 span { border-color: rgb(220,128,229); }

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