#DA71FF

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

Shades of Heliotrope #DA71FF

Tints of Heliotrope #DA71FF

Color information

#DA71FF (or 0xDA71FF) is unknown color: approx Heliotrope. HEX triplet: DA, 71 and FF. RGB value is (218,113,255). Sum of RGB (Red+Green+Blue) = 218+113+255=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71FF is #258E00. Grayscale: #A0A0A0. Windows color (decimal): -2461185 or 16740826. OLE color: 16740826.

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

Color convert

RGB218113255-
CMYK0.150.5600
HSL284.37º100%72.16%-
HSV(B)284.37º55.69%100%-
XYZ52.8733.9498.37-
YUV160.58181.29168.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 113 (44.53% from 255) = 19.28%
BLUE value IS 255 (100% from 255) = 43.52%
R=37.20%
G=19.28%
B=43.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181132550.150.5600284.3710072.16
HexDA71FFF380011c6448
Octal332161377177000434144110
Binary1101101011100011111111111111110000010001110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71FF; }

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

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

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

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

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

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

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

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