#DA71EF

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

Shades of Heliotrope #DA71EF

Tints of Heliotrope #DA71EF

Color information

#DA71EF (or 0xDA71EF) is unknown color: approx Heliotrope. HEX triplet: DA, 71 and EF. RGB value is (218,113,239). Sum of RGB (Red+Green+Blue) = 218+113+239=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA71EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71EF is #258E10. Grayscale: #9E9E9E. Windows color (decimal): -2461201 or 15692250. OLE color: 15692250.

HSL color Cylindrical-coordinate representation of color #DA71EF: hue angle of 290º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA71EF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218113239-
CMYK0.090.5300.06
HSL290º79.75%69.02%-
HSV(B)290º52.72%93.73%-
XYZ50.432.9585.36-
YUV158.76173.29170.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 113 (44.53% from 255) = 19.82%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=38.25%
G=19.82%
B=41.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181132390.090.5300.0629079.7569.02
HexDA71EF935061225045
Octal332161357116506442120105
Binary110110101110001111011111001110101011010010001010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71EF; }

 p { color: rgb(218,113,239); }

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

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

 a { background-color: rgb(218,113,239); }

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

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

 span { border-color: rgb(218,113,239); }

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