#DB81E5

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

Shades of Violet #DB81E5

Tints of Violet #DB81E5

Color information

#DB81E5 (or 0xDB81E5) is unknown color: approx Violet. HEX triplet: DB, 81 and E5. RGB value is (219,129,229). Sum of RGB (Red+Green+Blue) = 219+129+229=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 129 (50.78% from 255 or 22.36% 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 #DB81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81E5 is #247E1A. Grayscale: #A7A7A7. Windows color (decimal): -2391579 or 15040987. OLE color: 15040987.

HSL color Cylindrical-coordinate representation of color #DB81E5: hue angle of 294º 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 #DB81E5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219129229-
CMYK0.040.4400.10
HSL294º65.79%70.2%-
HSV(B)294º43.67%89.8%-
XYZ51.2136.4278.46-
YUV167.31162.82164.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=37.95%
G=22.36%
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
Decimal2191292290.040.4400.1029465.7970.2
HexDB81E542C0A1264246
Octal333201345454012446102106
Binary1101101110000001111001011001011000101010010011010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81E5; }

 p { color: rgb(219,129,229); }

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

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

 a { background-color: rgb(219,129,229); }

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

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

 span { border-color: rgb(219,129,229); }

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