#DB86FC

Color #DB86FC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DB86FC

Tints of Heliotrope #DB86FC

Color information

#DB86FC (or 0xDB86FC) is unknown color: approx Heliotrope. HEX triplet: DB, 86 and FC. RGB value is (219,134,252). Sum of RGB (Red+Green+Blue) = 219+134+252=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB86FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86FC is #247903. Grayscale: #ACACAC. Windows color (decimal): -2390276 or 16549595. OLE color: 16549595.

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

Color convert

RGB219134252-
CMYK0.130.4700.01
HSL283.22º95.16%75.69%-
HSV(B)283.22º46.83%98.82%-
XYZ55.3139.1496.73-
YUV172.87172.66160.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 134 (52.73% from 255) = 22.15%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=36.20%
G=22.15%
B=41.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191342520.130.4700.01283.2295.1675.69
HexDB86FCD2F0111b5f4c
Octal333206374155701433137114
Binary11011011100001101111110011011011110110001101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB86FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB86FC; }

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

 H1.HeaderClassName
 {
   color: #DB86FC;
 }
 .AnyTagClassName
 {
   color: #DB86FC;
 }
</style>
background-color css

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

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

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

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

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

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