#DA66EC

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

Shades of Heliotrope #DA66EC

Tints of Heliotrope #DA66EC

Color information

#DA66EC (or 0xDA66EC) is unknown color: approx Heliotrope. HEX triplet: DA, 66 and EC. RGB value is (218,102,236). Sum of RGB (Red+Green+Blue) = 218+102+236=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66EC is #259913. Grayscale: #979797. Windows color (decimal): -2464020 or 15492826. OLE color: 15492826.

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

Color convert

RGB218102236-
CMYK0.080.5700.07
HSL291.94º77.91%66.27%-
HSV(B)291.94º56.78%92.55%-
XYZ48.8130.4682.66-
YUV151.96175.43175.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 102 (40.23% from 255) = 18.35%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=39.21%
G=18.35%
B=42.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181022360.080.5700.07291.9477.9166.27
HexDA66EC839071244e42
Octal332146354107107444116102
Binary110110101100110111011001000111001011110010010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66EC; }

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

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

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

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

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

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

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

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