#DA60EF

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

Shades of Heliotrope #DA60EF

Tints of Heliotrope #DA60EF

Color information

#DA60EF (or 0xDA60EF) is unknown color: approx Heliotrope. HEX triplet: DA, 60 and EF. RGB value is (218,96,239). Sum of RGB (Red+Green+Blue) = 218+96+239=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60EF is #259F10. Grayscale: #949494. Windows color (decimal): -2465553 or 15687898. OLE color: 15687898.

HSL color Cylindrical-coordinate representation of color #DA60EF: hue angle of 291.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA60EF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21896239-
CMYK0.090.6000.06
HSL291.19º81.71%65.69%-
HSV(B)291.19º59.83%93.73%-
XYZ48.6829.584.79-
YUV148.78178.92177.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 96 (37.89% from 255) = 17.36%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=39.42%
G=17.36%
B=43.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal218962390.090.6000.06291.1981.7165.69
HexDA60EF93C061235242
Octal332140357117406443122102
Binary110110101100000111011111001111100011010010001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60EF; }

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

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

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

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

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

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

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

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