#DA5AF2

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

Shades of Heliotrope #DA5AF2

Tints of Heliotrope #DA5AF2

Color information

#DA5AF2 (or 0xDA5AF2) is unknown color: approx Heliotrope. HEX triplet: DA, 5A and F2. RGB value is (218,90,242). Sum of RGB (Red+Green+Blue) = 218+90+242=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AF2 is #25A50D. Grayscale: #919191. Windows color (decimal): -2467086 or 15882970. OLE color: 15882970.

HSL color Cylindrical-coordinate representation of color #DA5AF2: hue angle of 290.53º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5AF2 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21890242-
CMYK0.100.6300.05
HSL290.53º85.39%65.1%-
HSV(B)290.53º62.81%94.9%-
XYZ48.628.6386.97-
YUV145.6182.41179.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 90 (35.55% from 255) = 16.36%
BLUE value IS 242 (94.92% from 255) = 44%
R=39.64%
G=16.36%
B=44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218902420.100.6300.05290.5385.3965.1
HexDA5AF2A3F051235541
Octal332132362127705443125101
Binary110110101011010111100101010111111010110010001110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5AF2; }

 p { color: rgb(218,90,242); }

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

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

 a { background-color: rgb(218,90,242); }

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

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

 span { border-color: rgb(218,90,242); }

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