Html Css Color HEX #DA5AF1 Heliotrope

📋 copy color: '#DA5AF1'

red 218 ◦ green 90 ◦ blue 241

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

Shades of Heliotrope #DA5AF1

Tints of Heliotrope #DA5AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 39.71%
G = 16.39%
B = 43.9%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA5AF1 (or 0xDA5AF1) is known color: Heliotrope. HEX triplet: DA, 5A and F1. RGB value is (218,90,241). Sum of RGB (Red+Green+Blue) = 218+90+241=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AF1 is #25A50E. Grayscale: #919191. Windows color (decimal): -2467087 or 15817434. OLE color: 15817434.

HSL color Cylindrical-coordinate representation of color #DA5AF1: hue angle of 290.86º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5AF1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 90 241 -
CMYK 0.10 0.63 0 0.05
HSL 290.86º 0.84% 0.65% -
HSV(B) 290.86º 0.63% 0.95% -
XYZ 48.45 28.57 86.18 -
YUV 145.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 218 90 241 0.10 0.63 0 0.05 290.86 0.84 0.65
Hex DA 5A F1 A 3F 0 5 123 54 41
Octal 332 132 361 12 77 0 5 443 124 101
Binary 11011010 1011010 11110001 1010 111111 0 101 100100011 1010100 1000001

Color Harmonies of #DA5AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AF1

Black with #DA5AF1

Text Example


Text Example

White with #DA5AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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