Html Css Color HEX #DB86F0 Heliotrope

📋 copy color: '#DB86F0'

red 219 ◦ green 134 ◦ blue 240

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

Shades of Heliotrope #DB86F0

Tints of Heliotrope #DB86F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 36.93%
G = 22.6%
B = 40.47%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB86F0 (or 0xDB86F0) is known color: Heliotrope. HEX triplet: DB, 86 and F0. RGB value is (219,134,240). Sum of RGB (Red+Green+Blue) = 219+134+240=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB86F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86F0 is #24790F. Grayscale: #ABABAB. Windows color (decimal): -2390288 or 15763163. OLE color: 15763163.

HSL color Cylindrical-coordinate representation of color #DB86F0: hue angle of 288.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB86F0 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 134 240 -
CMYK 0.09 0.44 0 0.06
HSL 288.11º 0.78% 0.73% -
HSV(B) 288.11º 0.44% 0.94% -
XYZ 53.47 38.4 87.03 -
YUV 171.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 219 134 240 0.09 0.44 0 0.06 288.11 0.78 0.73
Hex DB 86 F0 9 2C 0 6 120 4E 49
Octal 333 206 360 11 54 0 6 440 116 111
Binary 11011011 10000110 11110000 1001 101100 0 110 100100000 1001110 1001001

Color Harmonies of #DB86F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86F0

Black with #DB86F0

Text Example


Text Example

White with #DB86F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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