Html Css Color HEX #DA64FA Heliotrope

📋 copy color: '#DA64FA'

red 218 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #DA64FA

Tints of Heliotrope #DA64FA

RGB

 RED value IS 218 (85.55% from 255) = 38.38%

 GREEN value IS 100 (39.45% from 255) = 17.61%

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 38.38%
G = 17.61%
B = 44.01%

CMYK

 C value IS 0.13

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA64FA (or 0xDA64FA) is known color: Heliotrope. HEX triplet: DA, 64 and FA. RGB value is (218,100,250). Sum of RGB (Red+Green+Blue) = 218+100+250=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64FA is #259B05. Grayscale: #979797. Windows color (decimal): -2464518 or 16409818. OLE color: 16409818.

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

Color convert

RGB 218 100 250 -
CMYK 0.13 0.6 0 0.02
HSL 287.2º 0.94% 0.69% -
HSV(B) 287.2º 0.6% 0.98% -
XYZ 50.73 30.92 93.74 -
YUV 152.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 218 100 250 0.13 0.6 0 0.02 287.2 0.94 0.69
Hex DA 64 FA D 3C 0 2 11F 5E 45
Octal 332 144 372 15 74 0 2 437 136 105
Binary 11011010 1100100 11111010 1101 111100 0 10 100011111 1011110 1000101

Color Harmonies of #DA64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64FA

Black with #DA64FA

Text Example


Text Example

White with #DA64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64FA; }

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

 H1.HeaderClassName
 {
   color: #DA64FA;
 }
 .AnyTagClassName
 {
   color: #DA64FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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