Html Css Color HEX #DA50FA Heliotrope

📋 copy color: '#DA50FA'

red 218 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #DA50FA

Tints of Heliotrope #DA50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.6%

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

R = 39.78%
G = 14.6%
B = 45.62%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA50FA (or 0xDA50FA) is known color: Heliotrope. HEX triplet: DA, 50 and FA. RGB value is (218,80,250). Sum of RGB (Red+Green+Blue) = 218+80+250=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA50FA is #25AF05. Grayscale: #8C8C8C. Windows color (decimal): -2469638 or 16404698. OLE color: 16404698.

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

Color convert

RGB 218 80 250 -
CMYK 0.13 0.68 0 0.02
HSL 288.71º 0.94% 0.65% -
HSV(B) 288.71º 0.68% 0.98% -
XYZ 49.04 27.54 93.17 -
YUV 140.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 218 80 250 0.13 0.68 0 0.02 288.71 0.94 0.65
Hex DA 50 FA D 44 0 2 121 5E 41
Octal 332 120 372 15 104 0 2 441 136 101
Binary 11011010 1010000 11111010 1101 1000100 0 10 100100001 1011110 1000001

Color Harmonies of #DA50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50FA

Black with #DA50FA

Text Example


Text Example

White with #DA50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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