Html Css Color HEX #DB86E1 Violet

📋 copy color: '#DB86E1'

red 219 ◦ green 134 ◦ blue 225

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

Shades of Violet #DB86E1

Tints of Violet #DB86E1

RGB

 RED value IS 219 (85.94% from 255) = 37.89%

 GREEN value IS 134 (52.73% from 255) = 23.18%

 BLUE value IS 225 (88.28% from 255) = 38.93%

R = 37.89%
G = 23.18%
B = 38.93%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB86E1 (or 0xDB86E1) is known color: Violet. HEX triplet: DB, 86 and E1. RGB value is (219,134,225). Sum of RGB (Red+Green+Blue) = 219+134+225=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB86E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86E1 is #24791E. Grayscale: #A9A9A9. Windows color (decimal): -2390303 or 14780123. OLE color: 14780123.

HSL color Cylindrical-coordinate representation of color #DB86E1: hue angle of 296.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB86E1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 134 225 -
CMYK 0.03 0.40 0 0.12
HSL 296.04º 0.6% 0.7% -
HSV(B) 296.04º 0.4% 0.88% -
XYZ 51.33 37.55 75.78 -
YUV 169.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 219 134 225 0.03 0.40 0 0.12 296.04 0.6 0.7
Hex DB 86 E1 3 28 0 C 128 3C 46
Octal 333 206 341 3 50 0 14 450 74 106
Binary 11011011 10000110 11100001 11 101000 0 1100 100101000 111100 1000110

Color Harmonies of #DB86E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86E1

Black with #DB86E1

Text Example


Text Example

White with #DB86E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86E1; }

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

 H1.HeaderClassName
 {
   color: #DB86E1;
 }
 .AnyTagClassName
 {
   color: #DB86E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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