#da5bf0

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

Shades of Heliotrope #DA5BF0

Tints of Heliotrope #DA5BF0

Color information

#DA5BF0 (or 0xDA5BF0) is unknown color: approx Heliotrope. HEX triplet: DA, 5B and F0. RGB value is (218,91,240). Sum of RGB (Red+Green+Blue) = 218+91+240=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA5BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5BF0 is #25A40F. Grayscale: #919191. Windows color (decimal): -2466832 or 15752154. OLE color: 15752154.

HSL color Cylindrical-coordinate representation of color #DA5BF0: hue angle of 291.14º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5BF0 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21891240-
CMYK0.090.6200.06
HSL291.14º83.24%64.9%-
HSV(B)291.14º62.08%94.12%-
XYZ48.3828.6885.42-
YUV145.96181.08179.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 91 (35.94% from 255) = 16.58%
BLUE value IS 240 (94.14% from 255) = 43.72%
R=39.71%
G=16.58%
B=43.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal218912400.090.6200.06291.1483.2464.9
HexDA5BF093E061235341
Octal332133360117606443123101
Binary110110101011011111100001001111110011010010001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da5bf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da5bf0; }

 p { color: rgb(218,91,240); }

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

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

 a { background-color: rgb(218,91,240); }

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

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

 span { border-color: rgb(218,91,240); }

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