Html Css Color HEX #DA73FA Heliotrope

📋 copy color: '#DA73FA'

red 218 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #DA73FA

Tints of Heliotrope #DA73FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.73%

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

R = 37.39%
G = 19.73%
B = 42.88%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA73FA (or 0xDA73FA) is known color: Heliotrope. HEX triplet: DA, 73 and FA. RGB value is (218,115,250). Sum of RGB (Red+Green+Blue) = 218+115+250=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73FA is #258C05. Grayscale: #A0A0A0. Windows color (decimal): -2460678 or 16413658. OLE color: 16413658.

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

Color convert

RGB 218 115 250 -
CMYK 0.13 0.54 0 0.02
HSL 285.78º 0.93% 0.72% -
HSV(B) 285.78º 0.54% 0.98% -
XYZ 52.3 34.07 94.26 -
YUV 161.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 218 115 250 0.13 0.54 0 0.02 285.78 0.93 0.72
Hex DA 73 FA D 36 0 2 11E 5D 48
Octal 332 163 372 15 66 0 2 436 135 110
Binary 11011010 1110011 11111010 1101 110110 0 10 100011110 1011101 1001000

Color Harmonies of #DA73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73FA

Black with #DA73FA

Text Example


Text Example

White with #DA73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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