Html Css Color HEX #DB86EE Violet

📋 copy color: '#DB86EE'

red 219 ◦ green 134 ◦ blue 238

#DB86EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #DB86EE

Tints of Violet #DB86EE

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 value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB86EE (or 0xDB86EE) is known color: 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

RGB 219 134 238 -
CMYK 0.08 0.44 0 0.07
HSL 289.04º 0.75% 0.73% -
HSV(B) 289.04º 0.44% 0.93% -
XYZ 53.17 38.28 85.48 -
YUV 171.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 219 134 238 0.08 0.44 0 0.07 289.04 0.75 0.73
Hex DB 86 EE 8 2C 0 7 121 4B 49
Octal 333 206 356 10 54 0 7 441 113 111
Binary 11011011 10000110 11101110 1000 101100 0 111 100100001 1001011 1001001

Color Harmonies of #DB86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86EE

Black with #DB86EE

Text Example


Text Example

White with #DB86EE

Text Example


Text Example

HTML Codes & Css Web 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>