#DB86EE

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

Shades of Violet #DB86EE

Tints of Violet #DB86EE

Color information

#DB86EE (or 0xDB86EE) is unknown color: approx Violet. HEX triplet: DB, 86 and EE. RGB value is (219,134,238). Sum of RGB (Red+Green+Blue) = 219+134+238=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB86EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86EE is #247911. Grayscale: #AAAAAA. Windows color (decimal): -2390290 or 15632091. OLE color: 15632091.

HSL color Cylindrical-coordinate representation of color #DB86EE: hue angle of 289.04º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB86EE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219134238-
CMYK0.080.4400.07
HSL289.04º75.36%72.94%-
HSV(B)289.04º43.7%93.33%-
XYZ53.1738.2885.48-
YUV171.27165.66162.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=37.06%
G=22.67%
B=40.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191342380.080.4400.07289.0475.3672.94
HexDB86EE82C071214b49
Octal333206356105407441113111
Binary1101101110000110111011101000101100011110010000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB86EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB86EE; }

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

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

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

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

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

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

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

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