Html Css Color HEX #DA5AFF Heliotrope

📋 copy color: '#DA5AFF'

red 218 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #DA5AFF

Tints of Heliotrope #DA5AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 38.72%
G = 15.99%
B = 45.29%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA5AFF (or 0xDA5AFF) is known color: Heliotrope. HEX triplet: DA, 5A and FF. RGB value is (218,90,255). Sum of RGB (Red+Green+Blue) = 218+90+255=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AFF is #25A500. Grayscale: #929292. Windows color (decimal): -2467073 or 16734938. OLE color: 16734938.

HSL color Cylindrical-coordinate representation of color #DA5AFF: hue angle of 286.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA5AFF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 90 255 -
CMYK 0.15 0.65 0 0
HSL 286.55º 1% 0.68% -
HSV(B) 286.55º 0.65% 1% -
XYZ 50.62 29.44 97.62 -
YUV 147.08 188.91 178.58 -
System Red Green Blue C M Y K H S L
Decimal 218 90 255 0.15 0.65 0 0 286.55 1 0.68
Hex DA 5A FF F 41 0 0 11F 64 44
Octal 332 132 377 17 101 0 0 437 144 104
Binary 11011010 1011010 11111111 1111 1000001 0 0 100011111 1100100 1000100

Color Harmonies of #DA5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AFF

Black with #DA5AFF

Text Example


Text Example

White with #DA5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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