Html Css Color HEX #DA71FA Heliotrope

📋 copy color: '#DA71FA'

red 218 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #DA71FA

Tints of Heliotrope #DA71FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.45%

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

R = 37.52%
G = 19.45%
B = 43.03%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA71FA (or 0xDA71FA) is known color: Heliotrope. HEX triplet: DA, 71 and FA. RGB value is (218,113,250). Sum of RGB (Red+Green+Blue) = 218+113+250=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71FA is #258E05. Grayscale: #9F9F9F. Windows color (decimal): -2461190 or 16413146. OLE color: 16413146.

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

Color convert

RGB 218 113 250 -
CMYK 0.13 0.55 0 0.02
HSL 285.99º 0.93% 0.71% -
HSV(B) 285.99º 0.55% 0.98% -
XYZ 52.07 33.62 94.19 -
YUV 160.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 218 113 250 0.13 0.55 0 0.02 285.99 0.93 0.71
Hex DA 71 FA D 37 0 2 11E 5D 47
Octal 332 161 372 15 67 0 2 436 135 107
Binary 11011010 1110001 11111010 1101 110111 0 10 100011110 1011101 1000111

Color Harmonies of #DA71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71FA

Black with #DA71FA

Text Example


Text Example

White with #DA71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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