Html Css Color HEX #DA73F9 Heliotrope

📋 copy color: '#DA73F9'

red 218 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #DA73F9

Tints of Heliotrope #DA73F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.78%

R = 37.46%
G = 19.76%
B = 42.78%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA73F9 (or 0xDA73F9) is known color: Heliotrope. HEX triplet: DA, 73 and F9. RGB value is (218,115,249). Sum of RGB (Red+Green+Blue) = 218+115+249=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA73F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73F9 is #258C06. Grayscale: #A0A0A0. Windows color (decimal): -2460679 or 16348122. OLE color: 16348122.

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

Color convert

RGB 218 115 249 -
CMYK 0.12 0.54 0 0.02
HSL 286.12º 0.92% 0.71% -
HSV(B) 286.12º 0.54% 0.98% -
XYZ 52.14 34.01 93.44 -
YUV 161.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 218 115 249 0.12 0.54 0 0.02 286.12 0.92 0.71
Hex DA 73 F9 C 36 0 2 11E 5C 47
Octal 332 163 371 14 66 0 2 436 134 107
Binary 11011010 1110011 11111001 1100 110110 0 10 100011110 1011100 1000111

Color Harmonies of #DA73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73F9

Black with #DA73F9

Text Example


Text Example

White with #DA73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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