#DA7EF6

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

Shades of Heliotrope #DA7EF6

Tints of Heliotrope #DA7EF6

Color information

#DA7EF6 (or 0xDA7EF6) is unknown color: approx Heliotrope. HEX triplet: DA, 7E and F6. RGB value is (218,126,246). Sum of RGB (Red+Green+Blue) = 218+126+246=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA7EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7EF6 is #258109. Grayscale: #A6A6A6. Windows color (decimal): -2457866 or 16154330. OLE color: 16154330.

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

Color convert

RGB218126246-
CMYK0.110.4900.04
HSL286º86.96%72.94%-
HSV(B)286º48.78%96.47%-
XYZ53.0136.4891.44-
YUV167.19172.48164.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 126 (49.61% from 255) = 21.36%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=36.95%
G=21.36%
B=41.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181262460.110.4900.0428686.9672.94
HexDA7EF6B310411e5749
Octal332176366136104436127111
Binary110110101111110111101101011110001010010001111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EF6; }

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

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

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

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

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

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

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

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