Html Css Color HEX #DA6EFC Heliotrope

📋 copy color: '#DA6EFC'

red 218 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #DA6EFC

Tints of Heliotrope #DA6EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 37.59%
G = 18.97%
B = 43.45%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA6EFC (or 0xDA6EFC) is known color: Heliotrope. HEX triplet: DA, 6E and FC. RGB value is (218,110,252). Sum of RGB (Red+Green+Blue) = 218+110+252=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 110 (43.36% from 255 or 18.97% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6EFC is #259103. Grayscale: #9E9E9E. Windows color (decimal): -2461956 or 16543450. OLE color: 16543450.

HSL color Cylindrical-coordinate representation of color #DA6EFC: hue angle of 285.63º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6EFC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 110 252 -
CMYK 0.13 0.56 0 0.01
HSL 285.63º 0.96% 0.71% -
HSV(B) 285.63º 0.56% 0.99% -
XYZ 52.06 33.09 95.74 -
YUV 158.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 218 110 252 0.13 0.56 0 0.01 285.63 0.96 0.71
Hex DA 6E FC D 38 0 1 11E 60 47
Octal 332 156 374 15 70 0 1 436 140 107
Binary 11011010 1101110 11111100 1101 111000 0 1 100011110 1100000 1000111

Color Harmonies of #DA6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EFC

Black with #DA6EFC

Text Example


Text Example

White with #DA6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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