#DA71F3

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

Shades of Heliotrope #DA71F3

Tints of Heliotrope #DA71F3

Color information

#DA71F3 (or 0xDA71F3) is unknown color: approx Heliotrope. HEX triplet: DA, 71 and F3. RGB value is (218,113,243). Sum of RGB (Red+Green+Blue) = 218+113+243=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA71F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71F3 is #258E0C. Grayscale: #9E9E9E. Windows color (decimal): -2461197 or 15954394. OLE color: 15954394.

HSL color Cylindrical-coordinate representation of color #DA71F3: hue angle of 288.46º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA71F3 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218113243-
CMYK0.100.5300.05
HSL288.46º84.42%69.8%-
HSV(B)288.46º53.5%95.29%-
XYZ5133.1988.51-
YUV159.22175.29169.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 113 (44.53% from 255) = 19.69%
BLUE value IS 243 (95.31% from 255) = 42.33%
R=37.98%
G=19.69%
B=42.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181132430.100.5300.05288.4684.4269.8
HexDA71F3A35051205446
Octal332161363126505440124106
Binary110110101110001111100111010110101010110010000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71F3; }

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

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

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

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

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

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

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

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