Html Css Color HEX #DA6EFA Heliotrope

📋 copy color: '#DA6EFA'

red 218 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #DA6EFA

Tints of Heliotrope #DA6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.03%

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

R = 37.72%
G = 19.03%
B = 43.25%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA6EFA (or 0xDA6EFA) is known color: Heliotrope. HEX triplet: DA, 6E and FA. RGB value is (218,110,250). Sum of RGB (Red+Green+Blue) = 218+110+250=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6EFA is #259105. Grayscale: #9D9D9D. Windows color (decimal): -2461958 or 16412378. OLE color: 16412378.

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

Color convert

RGB 218 110 250 -
CMYK 0.13 0.56 0 0.02
HSL 286.29º 0.93% 0.71% -
HSV(B) 286.29º 0.56% 0.98% -
XYZ 51.74 32.96 94.08 -
YUV 158.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 218 110 250 0.13 0.56 0 0.02 286.29 0.93 0.71
Hex DA 6E FA D 38 0 2 11E 5D 47
Octal 332 156 372 15 70 0 2 436 135 107
Binary 11011010 1101110 11111010 1101 111000 0 10 100011110 1011101 1000111

Color Harmonies of #DA6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EFA

Black with #DA6EFA

Text Example


Text Example

White with #DA6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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