Html Css Color HEX #DA5EF2 Heliotrope

📋 copy color: '#DA5EF2'

red 218 ◦ green 94 ◦ blue 242

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

Shades of Heliotrope #DA5EF2

Tints of Heliotrope #DA5EF2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.97%

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

R = 39.35%
G = 16.97%
B = 43.68%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA5EF2 (or 0xDA5EF2) is known color: Heliotrope. HEX triplet: DA, 5E and F2. RGB value is (218,94,242). Sum of RGB (Red+Green+Blue) = 218+94+242=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA5EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5EF2 is #25A10D. Grayscale: #939393. Windows color (decimal): -2466062 or 15883994. OLE color: 15883994.

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

Color convert

RGB 218 94 242 -
CMYK 0.10 0.61 0 0.05
HSL 290.27º 0.85% 0.66% -
HSV(B) 290.27º 0.61% 0.95% -
XYZ 48.94 29.32 87.08 -
YUV 147.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 218 94 242 0.10 0.61 0 0.05 290.27 0.85 0.66
Hex DA 5E F2 A 3D 0 5 122 55 42
Octal 332 136 362 12 75 0 5 442 125 102
Binary 11011010 1011110 11110010 1010 111101 0 101 100100010 1010101 1000010

Color Harmonies of #DA5EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5EF2

Black with #DA5EF2

Text Example


Text Example

White with #DA5EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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