Html Css Color HEX #DB86FE Heliotrope

📋 copy color: '#DB86FE'

red 219 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #DB86FE

Tints of Heliotrope #DB86FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 36.08%
G = 22.08%
B = 41.85%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB86FE (or 0xDB86FE) is known color: Heliotrope. HEX triplet: DB, 86 and FE. RGB value is (219,134,254). Sum of RGB (Red+Green+Blue) = 219+134+254=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86FE is #247901. Grayscale: #ACACAC. Windows color (decimal): -2390274 or 16680667. OLE color: 16680667.

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

Color convert

RGB 219 134 254 -
CMYK 0.14 0.47 0 0.00
HSL 282.5º 0.98% 0.76% -
HSV(B) 282.5º 0.47% 1% -
XYZ 55.63 39.27 98.41 -
YUV 173.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 219 134 254 0.14 0.47 0 0.00 282.5 0.98 0.76
Hex DB 86 FE E 2F 0 0 11A 62 4C
Octal 333 206 376 16 57 0 0 432 142 114
Binary 11011011 10000110 11111110 1110 101111 0 0 100011010 1100010 1001100

Color Harmonies of #DB86FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86FE

Black with #DB86FE

Text Example


Text Example

White with #DB86FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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