Html Css Color HEX #DA6EF1 Heliotrope

📋 copy color: '#DA6EF1'

red 218 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #DA6EF1

Tints of Heliotrope #DA6EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.33%

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

R = 38.31%
G = 19.33%
B = 42.36%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA6EF1 (or 0xDA6EF1) is known color: Heliotrope. HEX triplet: DA, 6E and F1. RGB value is (218,110,241). Sum of RGB (Red+Green+Blue) = 218+110+241=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6EF1 is #25910E. Grayscale: #9C9C9C. Windows color (decimal): -2461967 or 15822554. OLE color: 15822554.

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

Color convert

RGB 218 110 241 -
CMYK 0.10 0.54 0 0.05
HSL 289.47º 0.82% 0.69% -
HSV(B) 289.47º 0.54% 0.95% -
XYZ 50.37 32.41 86.82 -
YUV 157.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 218 110 241 0.10 0.54 0 0.05 289.47 0.82 0.69
Hex DA 6E F1 A 36 0 5 121 52 45
Octal 332 156 361 12 66 0 5 441 122 105
Binary 11011010 1101110 11110001 1010 110110 0 101 100100001 1010010 1000101

Color Harmonies of #DA6EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EF1

Black with #DA6EF1

Text Example


Text Example

White with #DA6EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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