Html Css Color HEX #DA6AF2 Heliotrope

📋 copy color: '#DA6AF2'

red 218 ◦ green 106 ◦ blue 242

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

Shades of Heliotrope #DA6AF2

Tints of Heliotrope #DA6AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.73%

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 38.52%
G = 18.73%
B = 42.76%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA6AF2 (or 0xDA6AF2) is known color: Heliotrope. HEX triplet: DA, 6A and F2. RGB value is (218,106,242). Sum of RGB (Red+Green+Blue) = 218+106+242=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA6AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6AF2 is #25950D. Grayscale: #9A9A9A. Windows color (decimal): -2462990 or 15887066. OLE color: 15887066.

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

Color convert

RGB 218 106 242 -
CMYK 0.10 0.56 0 0.05
HSL 289.41º 0.84% 0.68% -
HSV(B) 289.41º 0.56% 0.95% -
XYZ 50.09 31.62 87.47 -
YUV 154.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 218 106 242 0.10 0.56 0 0.05 289.41 0.84 0.68
Hex DA 6A F2 A 38 0 5 121 54 44
Octal 332 152 362 12 70 0 5 441 124 104
Binary 11011010 1101010 11110010 1010 111000 0 101 100100001 1010100 1000100

Color Harmonies of #DA6AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6AF2

Black with #DA6AF2

Text Example


Text Example

White with #DA6AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6AF2; }

 p { color: rgb(218,106,242); }

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

background-color css

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

 a { background-color: rgb(218,106,242); }

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

border-color css

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

 span { border-color: rgb(218,106,242); }

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