#DA56FA

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

Shades of Heliotrope #DA56FA

Tints of Heliotrope #DA56FA

Color information

#DA56FA (or 0xDA56FA) is unknown color: approx Heliotrope. HEX triplet: DA, 56 and FA. RGB value is (218,86,250). Sum of RGB (Red+Green+Blue) = 218+86+250=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 86 (33.98% from 255 or 15.52% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA56FA is #25A905. Grayscale: #8F8F8F. Windows color (decimal): -2468102 or 16406234. OLE color: 16406234.

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

Color convert

RGB21886250-
CMYK0.130.6600.02
HSL288.29º94.25%65.88%-
HSV(B)288.29º65.6%98.04%-
XYZ49.528.4693.33-
YUV144.16187.73180.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 86 (33.98% from 255) = 15.52%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=39.35%
G=15.52%
B=45.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218862500.130.6600.02288.2994.2565.88
HexDA56FAD42021205e42
Octal3321263721510202440136102
Binary110110101010110111110101101100001001010010000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA56FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA56FA; }

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

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

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

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

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

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

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

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