#DA62FA

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

Shades of Heliotrope #DA62FA

Tints of Heliotrope #DA62FA

Color information

#DA62FA (or 0xDA62FA) is unknown color: approx Heliotrope. HEX triplet: DA, 62 and FA. RGB value is (218,98,250). Sum of RGB (Red+Green+Blue) = 218+98+250=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA62FA is #259D05. Grayscale: #969696. Windows color (decimal): -2465030 or 16409306. OLE color: 16409306.

HSL color Cylindrical-coordinate representation of color #DA62FA: hue angle of 287.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA62FA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21898250-
CMYK0.130.6100.02
HSL287.37º93.83%68.24%-
HSV(B)287.37º60.8%98.04%-
XYZ50.5430.5493.67-
YUV151.21183.76175.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 98 (38.67% from 255) = 17.31%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=38.52%
G=17.31%
B=44.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218982500.130.6100.02287.3793.8368.24
HexDA62FAD3D0211f5e44
Octal332142372157502437136104
Binary11011010110001011111010110111110101010001111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA62FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA62FA; }

 p { color: rgb(218,98,250); }

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

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

 a { background-color: rgb(218,98,250); }

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

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

 span { border-color: rgb(218,98,250); }

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