#DA5EF6

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

Shades of Heliotrope #DA5EF6

Tints of Heliotrope #DA5EF6

Color information

#DA5EF6 (or 0xDA5EF6) is unknown color: approx Heliotrope. HEX triplet: DA, 5E and F6. RGB value is (218,94,246). Sum of RGB (Red+Green+Blue) = 218+94+246=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA5EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5EF6 is #25A109. Grayscale: #939393. Windows color (decimal): -2466058 or 16146138. OLE color: 16146138.

HSL color Cylindrical-coordinate representation of color #DA5EF6: hue angle of 288.95º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5EF6 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21894246-
CMYK0.110.6200.04
HSL288.95º89.41%66.67%-
HSV(B)288.95º61.79%96.47%-
XYZ49.5529.5690.28-
YUV148.4183.08177.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 94 (37.11% from 255) = 16.85%
BLUE value IS 246 (96.48% from 255) = 44.09%
R=39.07%
G=16.85%
B=44.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal218942460.110.6200.04288.9589.4166.67
HexDA5EF6B3E041215943
Octal332136366137604441131103
Binary110110101011110111101101011111110010010010000110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5EF6; }

 p { color: rgb(218,94,246); }

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

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

 a { background-color: rgb(218,94,246); }

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

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

 span { border-color: rgb(218,94,246); }

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