#DA49FA

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

Shades of Heliotrope #DA49FA

Tints of Heliotrope #DA49FA

Color information

#DA49FA (or 0xDA49FA) is unknown color: approx Heliotrope. HEX triplet: DA, 49 and FA. RGB value is (218,73,250). Sum of RGB (Red+Green+Blue) = 218+73+250=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA49FA is #25B605. Grayscale: #878787. Windows color (decimal): -2471430 or 16402906. OLE color: 16402906.

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

Color convert

RGB21873250-
CMYK0.130.7100.02
HSL289.15º94.65%63.33%-
HSV(B)289.15º70.8%98.04%-
XYZ48.5526.5793.01-
YUV136.53192.04186.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 73 (28.91% from 255) = 13.49%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=40.30%
G=13.49%
B=46.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218732500.130.7100.02289.1594.6563.33
HexDA49FAD47021215f3f
Octal332111372151070244113777
Binary11011010100100111111010110110001110101001000011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA49FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA49FA; }

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

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

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

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

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

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

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

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