#DA80EC

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

Shades of Heliotrope #DA80EC

Tints of Heliotrope #DA80EC

Color information

#DA80EC (or 0xDA80EC) is unknown color: approx Heliotrope. HEX triplet: DA, 80 and EC. RGB value is (218,128,236). Sum of RGB (Red+Green+Blue) = 218+128+236=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80EC is #257F13. Grayscale: #A6A6A6. Windows color (decimal): -2457364 or 15499482. OLE color: 15499482.

HSL color Cylindrical-coordinate representation of color #DA80EC: hue angle of 290º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA80EC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218128236-
CMYK0.080.4600.07
HSL290º73.97%71.37%-
HSV(B)290º45.76%92.55%-
XYZ51.7736.483.65-
YUV167.22166.82164.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 128 (50.39% from 255) = 21.99%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=37.46%
G=21.99%
B=40.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181282360.080.4600.0729073.9771.37
HexDA80EC82E071224a47
Octal332200354105607442112107
Binary1101101010000000111011001000101110011110010001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA80EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA80EC; }

 p { color: rgb(218,128,236); }

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

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

 a { background-color: rgb(218,128,236); }

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

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

 span { border-color: rgb(218,128,236); }

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