#DB86E5

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

Shades of Violet #DB86E5

Tints of Violet #DB86E5

Color information

#DB86E5 (or 0xDB86E5) is unknown color: approx Violet. HEX triplet: DB, 86 and E5. RGB value is (219,134,229). Sum of RGB (Red+Green+Blue) = 219+134+229=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB86E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86E5 is #24791A. Grayscale: #A9A9A9. Windows color (decimal): -2390299 or 15042267. OLE color: 15042267.

HSL color Cylindrical-coordinate representation of color #DB86E5: hue angle of 293.68º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB86E5 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219134229-
CMYK0.040.4100.10
HSL293.68º64.63%71.18%-
HSV(B)293.68º41.48%89.8%-
XYZ51.8837.7778.68-
YUV170.24161.16162.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 134 (52.73% from 255) = 23.02%
BLUE value IS 229 (89.84% from 255) = 39.35%
R=37.63%
G=23.02%
B=39.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191342290.040.4100.10293.6864.6371.18
HexDB86E54290A1264147
Octal333206345451012446101107
Binary1101101110000110111001011001010010101010010011010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB86E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB86E5; }

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

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

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

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

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

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

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

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