Html Css Color HEX #DA7EF1 Heliotrope

📋 copy color: '#DA7EF1'

red 218 ◦ green 126 ◦ blue 241

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

Shades of Heliotrope #DA7EF1

Tints of Heliotrope #DA7EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.54%

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

R = 37.26%
G = 21.54%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA7EF1 (or 0xDA7EF1) is known color: Heliotrope. HEX triplet: DA, 7E and F1. RGB value is (218,126,241). Sum of RGB (Red+Green+Blue) = 218+126+241=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7EF1 is #25810E. Grayscale: #A6A6A6. Windows color (decimal): -2457871 or 15826650. OLE color: 15826650.

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

Color convert

RGB 218 126 241 -
CMYK 0.10 0.48 0 0.05
HSL 288º 0.8% 0.72% -
HSV(B) 288º 0.48% 0.95% -
XYZ 52.25 36.18 87.45 -
YUV 166.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 218 126 241 0.10 0.48 0 0.05 288 0.8 0.72
Hex DA 7E F1 A 30 0 5 120 50 48
Octal 332 176 361 12 60 0 5 440 120 110
Binary 11011010 1111110 11110001 1010 110000 0 101 100100000 1010000 1001000

Color Harmonies of #DA7EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EF1

Black with #DA7EF1

Text Example


Text Example

White with #DA7EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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