Html Css Color HEX #DA64F6 Heliotrope

📋 copy color: '#DA64F6'

red 218 ◦ green 100 ◦ blue 246

#DA64F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DA64F6

Tints of Heliotrope #DA64F6

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 value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DA64F6 (or 0xDA64F6) is known color: 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

RGB 218 100 246 -
CMYK 0.11 0.59 0 0.04
HSL 288.49º 0.89% 0.68% -
HSV(B) 288.49º 0.59% 0.96% -
XYZ 50.11 30.67 90.47 -
YUV 151.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 218 100 246 0.11 0.59 0 0.04 288.49 0.89 0.68
Hex DA 64 F6 B 3B 0 4 120 59 44
Octal 332 144 366 13 73 0 4 440 131 104
Binary 11011010 1100100 11110110 1011 111011 0 100 100100000 1011001 1000100

Color Harmonies of #DA64F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64F6

Black with #DA64F6

Text Example


Text Example

White with #DA64F6

Text Example


Text Example

HTML Codes & Css Web 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>