Html Css Color HEX #DA76FA Heliotrope

📋 copy color: '#DA76FA'

red 218 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #DA76FA

Tints of Heliotrope #DA76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.14%

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

R = 37.2%
G = 20.14%
B = 42.66%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA76FA (or 0xDA76FA) is known color: Heliotrope. HEX triplet: DA, 76 and FA. RGB value is (218,118,250). Sum of RGB (Red+Green+Blue) = 218+118+250=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 118 (46.48% from 255 or 20.14% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76FA is #258905. Grayscale: #A2A2A2. Windows color (decimal): -2459910 or 16414426. OLE color: 16414426.

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

Color convert

RGB 218 118 250 -
CMYK 0.13 0.53 0 0.02
HSL 285.45º 0.93% 0.72% -
HSV(B) 285.45º 0.53% 0.98% -
XYZ 52.65 34.76 94.38 -
YUV 162.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 218 118 250 0.13 0.53 0 0.02 285.45 0.93 0.72
Hex DA 76 FA D 35 0 2 11D 5D 48
Octal 332 166 372 15 65 0 2 435 135 110
Binary 11011010 1110110 11111010 1101 110101 0 10 100011101 1011101 1001000

Color Harmonies of #DA76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76FA

Black with #DA76FA

Text Example


Text Example

White with #DA76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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