#DA6AF4

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

Shades of Heliotrope #DA6AF4

Tints of Heliotrope #DA6AF4

Color information

#DA6AF4 (or 0xDA6AF4) is unknown color: approx Heliotrope. HEX triplet: DA, 6A and F4. RGB value is (218,106,244). Sum of RGB (Red+Green+Blue) = 218+106+244=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA6AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6AF4 is #25950B. Grayscale: #9A9A9A. Windows color (decimal): -2462988 or 16018138. OLE color: 16018138.

HSL color Cylindrical-coordinate representation of color #DA6AF4: hue angle of 288.7º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA6AF4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218106244-
CMYK0.110.5700.04
HSL288.7º86.25%68.63%-
HSV(B)288.7º56.56%95.69%-
XYZ50.431.7589.06-
YUV155.22178.11172.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 106 (41.80% from 255) = 18.66%
BLUE value IS 244 (95.70% from 255) = 42.96%
R=38.38%
G=18.66%
B=42.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181062440.110.5700.04288.786.2568.63
HexDA6AF4B39041215645
Octal332152364137104441126105
Binary110110101101010111101001011111001010010010000110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6AF4; }

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

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

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

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

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

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

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

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