#DA6FED

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

Shades of Heliotrope #DA6FED

Tints of Heliotrope #DA6FED

Color information

#DA6FED (or 0xDA6FED) is unknown color: approx Heliotrope. HEX triplet: DA, 6F and ED. RGB value is (218,111,237). Sum of RGB (Red+Green+Blue) = 218+111+237=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FED is #259012. Grayscale: #9C9C9C. Windows color (decimal): -2461715 or 15560666. OLE color: 15560666.

HSL color Cylindrical-coordinate representation of color #DA6FED: hue angle of 290.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6FED is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218111237-
CMYK0.080.5300.07
HSL290.95º77.78%68.24%-
HSV(B)290.95º53.16%92.94%-
XYZ49.8832.3983.74-
YUV157.36172.95171.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 111 (43.75% from 255) = 19.61%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=38.52%
G=19.61%
B=41.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181112370.080.5300.07290.9577.7868.24
HexDA6FED835071234e44
Octal332157355106507443116104
Binary110110101101111111011011000110101011110010001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6FED; }

 p { color: rgb(218,111,237); }

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

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

 a { background-color: rgb(218,111,237); }

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

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

 span { border-color: rgb(218,111,237); }

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