#DA6DF1

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

Shades of Heliotrope #DA6DF1

Tints of Heliotrope #DA6DF1

Color information

#DA6DF1 (or 0xDA6DF1) is unknown color: approx Heliotrope. HEX triplet: DA, 6D and F1. RGB value is (218,109,241). Sum of RGB (Red+Green+Blue) = 218+109+241=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6DF1 is #25920E. Grayscale: #9C9C9C. Windows color (decimal): -2462223 or 15822298. OLE color: 15822298.

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

Color convert

RGB218109241-
CMYK0.100.5500.05
HSL289.55º82.5%68.63%-
HSV(B)289.55º54.77%94.51%-
XYZ50.2632.1986.78-
YUV156.64175.61171.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 109 (42.97% from 255) = 19.19%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=38.38%
G=19.19%
B=42.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181092410.100.5500.05289.5582.568.63
HexDA6DF1A37051225245
Octal332155361126705442122105
Binary110110101101101111100011010110111010110010001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6DF1; }

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

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

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

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

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

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

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

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