#DA64F6

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

Shades of Heliotrope #DA64F6

Tints of Heliotrope #DA64F6

Color information

#DA64F6 (or 0xDA64F6) is unknown color: approx Heliotrope. HEX triplet: DA, 64 and F6. RGB value is (218,100,246). Sum of RGB (Red+Green+Blue) = 218+100+246=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA64F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64F6 is #259B09. Grayscale: #979797. Windows color (decimal): -2464522 or 16147674. OLE color: 16147674.

HSL color Cylindrical-coordinate representation of color #DA64F6: hue angle of 288.49º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA64F6 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218100246-
CMYK0.110.5900.04
HSL288.49º89.02%67.84%-
HSV(B)288.49º59.35%96.47%-
XYZ50.1130.6790.47-
YUV151.93181.09175.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 100 (39.45% from 255) = 17.73%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=38.65%
G=17.73%
B=43.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181002460.110.5900.04288.4989.0267.84
HexDA64F6B3B041205944
Octal332144366137304440131104
Binary110110101100100111101101011111011010010010000010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA64F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA64F6; }

 p { color: rgb(218,100,246); }

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

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

 a { background-color: rgb(218,100,246); }

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

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

 span { border-color: rgb(218,100,246); }

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