#DB81EA

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

Shades of Violet #DB81EA

Tints of Violet #DB81EA

Color information

#DB81EA (or 0xDB81EA) is unknown color: approx Violet. HEX triplet: DB, 81 and EA. RGB value is (219,129,234). Sum of RGB (Red+Green+Blue) = 219+129+234=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB81EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81EA is #247E15. Grayscale: #A7A7A7. Windows color (decimal): -2391574 or 15368667. OLE color: 15368667.

HSL color Cylindrical-coordinate representation of color #DB81EA: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB81EA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219129234-
CMYK0.060.4500.08
HSL291.43º71.43%71.18%-
HSV(B)291.43º44.87%91.76%-
XYZ51.9136.782.19-
YUV167.88165.32164.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=37.63%
G=22.16%
B=40.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191292340.060.4500.08291.4371.4371.18
HexDB81EA62D081234747
Octal333201352655010443107107
Binary1101101110000001111010101101011010100010010001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81EA; }

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

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

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

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

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

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

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

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