Html Css Color HEX #DB86FA Heliotrope

📋 copy color: '#DB86FA'

red 219 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #DB86FA

Tints of Heliotrope #DB86FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 36.32%
G = 22.22%
B = 41.46%

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

#DB86FA (or 0xDB86FA) is known color: Heliotrope. HEX triplet: DB, 86 and FA. RGB value is (219,134,250). Sum of RGB (Red+Green+Blue) = 219+134+250=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86FA is #247905. Grayscale: #ACACAC. Windows color (decimal): -2390278 or 16418523. OLE color: 16418523.

HSL color Cylindrical-coordinate representation of color #DB86FA: hue angle of 283.97º degrees, saturation: 0.92, 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 #DB86FA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 134 250 -
CMYK 0.12 0.46 0 0.02
HSL 283.97º 0.92% 0.75% -
HSV(B) 283.97º 0.46% 0.98% -
XYZ 54.99 39.01 95.07 -
YUV 172.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 219 134 250 0.12 0.46 0 0.02 283.97 0.92 0.75
Hex DB 86 FA C 2E 0 2 11C 5C 4B
Octal 333 206 372 14 56 0 2 434 134 113
Binary 11011011 10000110 11111010 1100 101110 0 10 100011100 1011100 1001011

Color Harmonies of #DB86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86FA

Black with #DB86FA

Text Example


Text Example

White with #DB86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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