Html Css Color HEX #DA6EFE Heliotrope

📋 copy color: '#DA6EFE'

red 218 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #DA6EFE

Tints of Heliotrope #DA6EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 37.46%
G = 18.9%
B = 43.64%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DA6EFE (or 0xDA6EFE) is known color: Heliotrope. HEX triplet: DA, 6E and FE. RGB value is (218,110,254). Sum of RGB (Red+Green+Blue) = 218+110+254=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA6EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6EFE is #259101. Grayscale: #9E9E9E. Windows color (decimal): -2461954 or 16674522. OLE color: 16674522.

HSL color Cylindrical-coordinate representation of color #DA6EFE: hue angle of 285º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA6EFE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 110 254 -
CMYK 0.14 0.57 0 0.00
HSL 285º 0.99% 0.71% -
HSV(B) 285º 0.57% 1% -
XYZ 52.38 33.21 97.42 -
YUV 158.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 218 110 254 0.14 0.57 0 0.00 285 0.99 0.71
Hex DA 6E FE E 39 0 0 11D 63 47
Octal 332 156 376 16 71 0 0 435 143 107
Binary 11011010 1101110 11111110 1110 111001 0 0 100011101 1100011 1000111

Color Harmonies of #DA6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EFE

Black with #DA6EFE

Text Example


Text Example

White with #DA6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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