#DA68F9

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

Shades of Heliotrope #DA68F9

Tints of Heliotrope #DA68F9

Color information

#DA68F9 (or 0xDA68F9) is unknown color: approx Heliotrope. HEX triplet: DA, 68 and F9. RGB value is (218,104,249). Sum of RGB (Red+Green+Blue) = 218+104+249=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68F9 is #259706. Grayscale: #9A9A9A. Windows color (decimal): -2463495 or 16345306. OLE color: 16345306.

HSL color Cylindrical-coordinate representation of color #DA68F9: hue angle of 287.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA68F9 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218104249-
CMYK0.120.5800.02
HSL287.17º92.36%69.22%-
HSV(B)287.17º58.23%97.65%-
XYZ50.9631.6593.04-
YUV154.62181.27173.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 104 (41.02% from 255) = 18.21%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=38.18%
G=18.21%
B=43.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181042490.120.5800.02287.1792.3669.22
HexDA68F9C3A0211f5c45
Octal332150371147202437134105
Binary11011010110100011111001110011101001010001111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA68F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA68F9; }

 p { color: rgb(218,104,249); }

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

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

 a { background-color: rgb(218,104,249); }

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

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

 span { border-color: rgb(218,104,249); }

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