#DA65EF

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

Shades of Heliotrope #DA65EF

Tints of Heliotrope #DA65EF

Color information

#DA65EF (or 0xDA65EF) is unknown color: approx Heliotrope. HEX triplet: DA, 65 and EF. RGB value is (218,101,239). Sum of RGB (Red+Green+Blue) = 218+101+239=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65EF is #259A10. Grayscale: #979797. Windows color (decimal): -2464273 or 15689178. OLE color: 15689178.

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

Color convert

RGB218101239-
CMYK0.090.5800.06
HSL290.87º81.18%66.67%-
HSV(B)290.87º57.74%93.73%-
XYZ49.1530.4484.95-
YUV151.72177.26175.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 101 (39.84% from 255) = 18.10%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=39.07%
G=18.10%
B=42.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181012390.090.5800.06290.8781.1866.67
HexDA65EF93A061235143
Octal332145357117206443121103
Binary110110101100101111011111001111010011010010001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65EF; }

 p { color: rgb(218,101,239); }

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

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

 a { background-color: rgb(218,101,239); }

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

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

 span { border-color: rgb(218,101,239); }

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