Html Css Color HEX #DA5AF9 Heliotrope

📋 copy color: '#DA5AF9'

red 218 ◦ green 90 ◦ blue 249

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

Shades of Heliotrope #DA5AF9

Tints of Heliotrope #DA5AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.16%

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

R = 39.14%
G = 16.16%
B = 44.7%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA5AF9 (or 0xDA5AF9) is known color: Heliotrope. HEX triplet: DA, 5A and F9. RGB value is (218,90,249). Sum of RGB (Red+Green+Blue) = 218+90+249=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA5AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AF9 is #25A506. Grayscale: #919191. Windows color (decimal): -2467079 or 16341722. OLE color: 16341722.

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

Color convert

RGB 218 90 249 -
CMYK 0.12 0.64 0 0.02
HSL 288.3º 0.93% 0.66% -
HSV(B) 288.3º 0.64% 0.98% -
XYZ 49.67 29.06 92.61 -
YUV 146.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 218 90 249 0.12 0.64 0 0.02 288.3 0.93 0.66
Hex DA 5A F9 C 40 0 2 120 5D 42
Octal 332 132 371 14 100 0 2 440 135 102
Binary 11011010 1011010 11111001 1100 1000000 0 10 100100000 1011101 1000010

Color Harmonies of #DA5AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AF9

Black with #DA5AF9

Text Example


Text Example

White with #DA5AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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