#DB86EA

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

Shades of Violet #DB86EA

Tints of Violet #DB86EA

Color information

#DB86EA (or 0xDB86EA) is unknown color: approx Violet. HEX triplet: DB, 86 and EA. RGB value is (219,134,234). Sum of RGB (Red+Green+Blue) = 219+134+234=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB86EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86EA is #247915. Grayscale: #AAAAAA. Windows color (decimal): -2390294 or 15369947. OLE color: 15369947.

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

Color convert

RGB219134234-
CMYK0.060.4300.08
HSL291º70.42%72.16%-
HSV(B)291º42.74%91.76%-
XYZ52.5938.0582.41-
YUV170.82163.66162.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 134 (52.73% from 255) = 22.83%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=37.31%
G=22.83%
B=39.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191342340.060.4300.0829170.4272.16
HexDB86EA62B081234648
Octal333206352653010443106110
Binary1101101110000110111010101101010110100010010001110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB86EA; }

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

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

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

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

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

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

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

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