#DB80E7

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

Shades of Violet #DB80E7

Tints of Violet #DB80E7

Color information

#DB80E7 (or 0xDB80E7) is unknown color: approx Violet. HEX triplet: DB, 80 and E7. RGB value is (219,128,231). Sum of RGB (Red+Green+Blue) = 219+128+231=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB80E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80E7 is #247F18. Grayscale: #A6A6A6. Windows color (decimal): -2391833 or 15171803. OLE color: 15171803.

HSL color Cylindrical-coordinate representation of color #DB80E7: hue angle of 293.01º 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 #DB80E7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219128231-
CMYK0.050.4500.09
HSL293.01º68.21%70.39%-
HSV(B)293.01º44.59%90.59%-
XYZ51.3636.2779.89-
YUV166.95164.15165.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 22.15%
BLUE value IS 231 (90.62% from 255) = 39.97%
R=37.89%
G=22.15%
B=39.97%

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
Decimal2191282310.050.4500.09293.0168.2170.39
HexDB80E752D091254446
Octal333200347555011445104106
Binary1101101110000000111001111011011010100110010010110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB80E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB80E7; }

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

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

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

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

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

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

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

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