#DA75EA

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

Shades of Heliotrope #DA75EA

Tints of Heliotrope #DA75EA

Color information

#DA75EA (or 0xDA75EA) is unknown color: approx Heliotrope. HEX triplet: DA, 75 and EA. RGB value is (218,117,234). Sum of RGB (Red+Green+Blue) = 218+117+234=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA75EA is #258A15. Grayscale: #A0A0A0. Windows color (decimal): -2460182 or 15365594. OLE color: 15365594.

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

Color convert

RGB218117234-
CMYK0.070.500.08
HSL291.79º73.58%68.82%-
HSV(B)291.79º50%91.76%-
XYZ50.1333.5781.68-
YUV160.54169.46168.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 117 (46.09% from 255) = 20.56%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=38.31%
G=20.56%
B=41.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181172340.070.500.08291.7973.5868.82
HexDA75EA732081244a45
Octal332165352762010444112105
Binary110110101110101111010101111100100100010010010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA75EA; }

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

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

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

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

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

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

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

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