Html Css Color HEX #DB86F9 Heliotrope

📋 copy color: '#DB86F9'

red 219 ◦ green 134 ◦ blue 249

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

Shades of Heliotrope #DB86F9

Tints of Heliotrope #DB86F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.36%

R = 36.38%
G = 22.26%
B = 41.36%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB86F9 (or 0xDB86F9) is known color: Heliotrope. HEX triplet: DB, 86 and F9. RGB value is (219,134,249). Sum of RGB (Red+Green+Blue) = 219+134+249=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86F9 is #247906. Grayscale: #ACACAC. Windows color (decimal): -2390279 or 16352987. OLE color: 16352987.

HSL color Cylindrical-coordinate representation of color #DB86F9: hue angle of 284.35º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB86F9 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 134 249 -
CMYK 0.12 0.46 0 0.02
HSL 284.35º 0.91% 0.75% -
HSV(B) 284.35º 0.46% 0.98% -
XYZ 54.84 38.95 94.25 -
YUV 172.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 219 134 249 0.12 0.46 0 0.02 284.35 0.91 0.75
Hex DB 86 F9 C 2E 0 2 11C 5B 4B
Octal 333 206 371 14 56 0 2 434 133 113
Binary 11011011 10000110 11111001 1100 101110 0 10 100011100 1011011 1001011

Color Harmonies of #DB86F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86F9

Black with #DB86F9

Text Example


Text Example

White with #DB86F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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