#DC80E7

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

Shades of Violet #DC80E7

Tints of Violet #DC80E7

Color information

#DC80E7 (or 0xDC80E7) is unknown color: approx Violet. HEX triplet: DC, 80 and E7. RGB value is (220,128,231). Sum of RGB (Red+Green+Blue) = 220+128+231=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC80E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80E7 is #237F18. Grayscale: #A6A6A6. Windows color (decimal): -2326297 or 15171804. OLE color: 15171804.

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

Color convert

RGB220128231-
CMYK0.050.4500.09
HSL293.59º68.21%70.39%-
HSV(B)293.59º44.59%90.59%-
XYZ51.6636.4279.91-
YUV167.25163.98165.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=38.00%
G=22.11%
B=39.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201282310.050.4500.09293.5968.2170.39
HexDC80E752D091264446
Octal334200347555011446104106
Binary1101110010000000111001111011011010100110010011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80E7; }

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

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

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

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

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

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

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

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