Html Css Color HEX #DB86FF Heliotrope

📋 copy color: '#DB86FF'

red 219 ◦ green 134 ◦ blue 255

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

Shades of Heliotrope #DB86FF

Tints of Heliotrope #DB86FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.94%

R = 36.02%
G = 22.04%
B = 41.94%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB86FF (or 0xDB86FF) is known color: Heliotrope. HEX triplet: DB, 86 and FF. RGB value is (219,134,255). Sum of RGB (Red+Green+Blue) = 219+134+255=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86FF is #247900. Grayscale: #ACACAC. Windows color (decimal): -2390273 or 16746203. OLE color: 16746203.

HSL color Cylindrical-coordinate representation of color #DB86FF: hue angle of 282.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB86FF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 134 255 -
CMYK 0.14 0.47 0 0
HSL 282.15º 1% 0.76% -
HSV(B) 282.15º 0.47% 1% -
XYZ 55.79 39.33 99.26 -
YUV 173.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 219 134 255 0.14 0.47 0 0 282.15 1 0.76
Hex DB 86 FF E 2F 0 0 11A 64 4C
Octal 333 206 377 16 57 0 0 432 144 114
Binary 11011011 10000110 11111111 1110 101111 0 0 100011010 1100100 1001100

Color Harmonies of #DB86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86FF

Black with #DB86FF

Text Example


Text Example

White with #DB86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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