Html Css Color HEX #DA6CFA Heliotrope

📋 copy color: '#DA6CFA'

red 218 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #DA6CFA

Tints of Heliotrope #DA6CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.75%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 37.85%
G = 18.75%
B = 43.4%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA6CFA (or 0xDA6CFA) is known color: Heliotrope. HEX triplet: DA, 6C and FA. RGB value is (218,108,250). Sum of RGB (Red+Green+Blue) = 218+108+250=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6CFA is #259305. Grayscale: #9C9C9C. Windows color (decimal): -2462470 or 16411866. OLE color: 16411866.

HSL color Cylindrical-coordinate representation of color #DA6CFA: hue angle of 286.48º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA6CFA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 108 250 -
CMYK 0.13 0.57 0 0.02
HSL 286.48º 0.93% 0.7% -
HSV(B) 286.48º 0.57% 0.98% -
XYZ 51.53 32.53 94.01 -
YUV 157.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 218 108 250 0.13 0.57 0 0.02 286.48 0.93 0.7
Hex DA 6C FA D 39 0 2 11E 5D 46
Octal 332 154 372 15 71 0 2 436 135 106
Binary 11011010 1101100 11111010 1101 111001 0 10 100011110 1011101 1000110

Color Harmonies of #DA6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CFA

Black with #DA6CFA

Text Example


Text Example

White with #DA6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CFA; }

 p { color: rgb(218,108,250); }

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

background-color css

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

 a { background-color: rgb(218,108,250); }

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

border-color css

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

 span { border-color: rgb(218,108,250); }

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