#DA6AF1

Color #DA6AF1 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DA6AF1

Tints of Heliotrope #DA6AF1

Color information

#DA6AF1 (or 0xDA6AF1) is unknown color: approx Heliotrope. HEX triplet: DA, 6A and F1. RGB value is (218,106,241). Sum of RGB (Red+Green+Blue) = 218+106+241=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6AF1 is #25950E. Grayscale: #9A9A9A. Windows color (decimal): -2462991 or 15821530. OLE color: 15821530.

HSL color Cylindrical-coordinate representation of color #DA6AF1: hue angle of 289.78º degrees, saturation: 0.83, 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 #DA6AF1 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218106241-
CMYK0.100.5600.05
HSL289.78º82.82%68.04%-
HSV(B)289.78º56.02%94.51%-
XYZ49.9431.5686.68-
YUV154.88176.61173.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 106 (41.80% from 255) = 18.76%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=38.58%
G=18.76%
B=42.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181062410.100.5600.05289.7882.8268.04
HexDA6AF1A38051225344
Octal332152361127005442123104
Binary110110101101010111100011010111000010110010001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6AF1; }

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

 H1.HeaderClassName
 {
   color: #DA6AF1;
 }
 .AnyTagClassName
 {
   color: #DA6AF1;
 }
</style>
background-color css

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

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

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

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

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

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