#da73eb

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

Shades of Heliotrope #DA73EB

Tints of Heliotrope #DA73EB

Color information

#DA73EB (or 0xDA73EB) is unknown color: approx Heliotrope. HEX triplet: DA, 73 and EB. RGB value is (218,115,235). Sum of RGB (Red+Green+Blue) = 218+115+235=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73EB is #258C14. Grayscale: #9F9F9F. Windows color (decimal): -2460693 or 15430618. OLE color: 15430618.

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

Color convert

RGB218115235-
CMYK0.070.5100.08
HSL291.5º75%68.63%-
HSV(B)291.5º51.06%92.16%-
XYZ50.0433.1782.36-
YUV159.48170.62169.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 115 (45.31% from 255) = 20.25%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=38.38%
G=20.25%
B=41.37%

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
Decimal2181152350.070.5100.08291.57568.63
HexDA73EB733081244b45
Octal332163353763010444113105
Binary110110101110011111010111111100110100010010010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da73eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da73eb; }

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

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

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

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

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

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

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

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