Html Css Color HEX #DA5AF2 Heliotrope

📋 copy color: '#DA5AF2'

red 218 ◦ green 90 ◦ blue 242

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

Shades of Heliotrope #DA5AF2

Tints of Heliotrope #DA5AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44%

R = 39.64%
G = 16.36%
B = 44%

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

#DA5AF2 (or 0xDA5AF2) is known color: Heliotrope. HEX triplet: DA, 5A and F2. RGB value is (218,90,242). Sum of RGB (Red+Green+Blue) = 218+90+242=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AF2 is #25A50D. Grayscale: #919191. Windows color (decimal): -2467086 or 15882970. OLE color: 15882970.

HSL color Cylindrical-coordinate representation of color #DA5AF2: hue angle of 290.53º degrees, saturation: 0.85, 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 #DA5AF2 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 90 242 -
CMYK 0.10 0.63 0 0.05
HSL 290.53º 0.85% 0.65% -
HSV(B) 290.53º 0.63% 0.95% -
XYZ 48.6 28.63 86.97 -
YUV 145.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 218 90 242 0.10 0.63 0 0.05 290.53 0.85 0.65
Hex DA 5A F2 A 3F 0 5 123 55 41
Octal 332 132 362 12 77 0 5 443 125 101
Binary 11011010 1011010 11110010 1010 111111 0 101 100100011 1010101 1000001

Color Harmonies of #DA5AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AF2

Black with #DA5AF2

Text Example


Text Example

White with #DA5AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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