#DA70F3

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

Shades of Heliotrope #DA70F3

Tints of Heliotrope #DA70F3

Color information

#DA70F3 (or 0xDA70F3) is unknown color: approx Heliotrope. HEX triplet: DA, 70 and F3. RGB value is (218,112,243). Sum of RGB (Red+Green+Blue) = 218+112+243=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70F3 is #258F0C. Grayscale: #9E9E9E. Windows color (decimal): -2461453 or 15954138. OLE color: 15954138.

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

Color convert

RGB218112243-
CMYK0.100.5400.05
HSL288.55º84.52%69.61%-
HSV(B)288.55º53.91%95.29%-
XYZ50.8932.9688.47-
YUV158.63175.62170.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 112 (44.14% from 255) = 19.55%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=38.05%
G=19.55%
B=42.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181122430.100.5400.05288.5584.5269.61
HexDA70F3A36051215546
Octal332160363126605441125106
Binary110110101110000111100111010110110010110010000110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70F3; }

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

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

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

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

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

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

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

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