#DA86FE

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

Shades of Heliotrope #DA86FE

Tints of Heliotrope #DA86FE

Color information

#DA86FE (or 0xDA86FE) is unknown color: approx Heliotrope. HEX triplet: DA, 86 and FE. RGB value is (218,134,254). Sum of RGB (Red+Green+Blue) = 218+134+254=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA86FE is #257901. Grayscale: #ACACAC. Windows color (decimal): -2455810 or 16680666. OLE color: 16680666.

HSL color Cylindrical-coordinate representation of color #DA86FE: hue angle of 282º 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 #DA86FE is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218134254-
CMYK0.140.4700.00
HSL282º98.36%76.08%-
HSV(B)282º47.24%99.61%-
XYZ55.3339.1198.4-
YUV172.8173.83160.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 134 (52.73% from 255) = 22.11%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=35.97%
G=22.11%
B=41.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181342540.140.4700.0028298.3676.08
HexDA86FEE2F0011a624c
Octal332206376165700432142114
Binary11011010100001101111111011101011110010001101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA86FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA86FE; }

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

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

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

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

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

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

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

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