#DA73EA

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

Shades of Heliotrope #DA73EA

Tints of Heliotrope #DA73EA

Color information

#DA73EA (or 0xDA73EA) is unknown color: approx Heliotrope. HEX triplet: DA, 73 and EA. RGB value is (218,115,234). Sum of RGB (Red+Green+Blue) = 218+115+234=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73EA is #258C15. Grayscale: #9E9E9E. Windows color (decimal): -2460694 or 15365082. OLE color: 15365082.

HSL color Cylindrical-coordinate representation of color #DA73EA: hue angle of 291.93º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA73EA is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218115234-
CMYK0.070.5100.08
HSL291.93º73.91%68.43%-
HSV(B)291.93º50.85%91.76%-
XYZ49.933.1181.6-
YUV159.36170.12169.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 115 (45.31% from 255) = 20.28%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=38.45%
G=20.28%
B=41.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181152340.070.5100.08291.9373.9168.43
HexDA73EA733081244a44
Octal332163352763010444112104
Binary110110101110011111010101111100110100010010010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA73EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA73EA; }

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

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

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

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

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

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

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

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