#DA73FF

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

Shades of Heliotrope #DA73FF

Tints of Heliotrope #DA73FF

Color information

#DA73FF (or 0xDA73FF) is unknown color: approx Heliotrope. HEX triplet: DA, 73 and FF. RGB value is (218,115,255). Sum of RGB (Red+Green+Blue) = 218+115+255=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73FF is #258C00. Grayscale: #A1A1A1. Windows color (decimal): -2460673 or 16741338. OLE color: 16741338.

HSL color Cylindrical-coordinate representation of color #DA73FF: hue angle of 284.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA73FF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218115255-
CMYK0.150.5500
HSL284.14º100%72.55%-
HSV(B)284.14º54.9%100%-
XYZ53.0934.3998.45-
YUV161.76180.62168.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 115 (45.31% from 255) = 19.56%
BLUE value IS 255 (100% from 255) = 43.37%
R=37.07%
G=19.56%
B=43.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181152550.150.5500284.1410072.55
HexDA73FFF370011c6449
Octal332163377176700434144111
Binary1101101011100111111111111111101110010001110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA73FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA73FF; }

 p { color: rgb(218,115,255); }

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

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

 a { background-color: rgb(218,115,255); }

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

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

 span { border-color: rgb(218,115,255); }

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