#DA54F5

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

Shades of Heliotrope #DA54F5

Tints of Heliotrope #DA54F5

Color information

#DA54F5 (or 0xDA54F5) is unknown color: approx Heliotrope. HEX triplet: DA, 54 and F5. RGB value is (218,84,245). Sum of RGB (Red+Green+Blue) = 218+84+245=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 84 (33.20% from 255 or 15.36% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA54F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA54F5 is #25AB0A. Grayscale: #8D8D8D. Windows color (decimal): -2468619 or 16078042. OLE color: 16078042.

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

Color convert

RGB21884245-
CMYK0.110.6600.04
HSL289.94º88.95%64.51%-
HSV(B)289.94º65.71%96.08%-
XYZ48.5727.8489.2-
YUV142.42185.89181.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 84 (33.20% from 255) = 15.36%
BLUE value IS 245 (96.09% from 255) = 44.79%
R=39.85%
G=15.36%
B=44.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal218842450.110.6600.04289.9488.9564.51
HexDA54F5B42041225941
Octal3321243651310204442131101
Binary1101101010101001111010110111000010010010010001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA54F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA54F5; }

 p { color: rgb(218,84,245); }

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

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

 a { background-color: rgb(218,84,245); }

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

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

 span { border-color: rgb(218,84,245); }

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