#DA60F1

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

Shades of Heliotrope #DA60F1

Tints of Heliotrope #DA60F1

Color information

#DA60F1 (or 0xDA60F1) is unknown color: approx Heliotrope. HEX triplet: DA, 60 and F1. RGB value is (218,96,241). Sum of RGB (Red+Green+Blue) = 218+96+241=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60F1 is #259F0E. Grayscale: #949494. Windows color (decimal): -2465551 or 15818970. OLE color: 15818970.

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

Color convert

RGB21896241-
CMYK0.100.6000.05
HSL290.48º83.82%66.08%-
HSV(B)290.48º60.17%94.51%-
XYZ48.9729.6286.36-
YUV149.01179.92177.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 96 (37.89% from 255) = 17.30%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=39.28%
G=17.30%
B=43.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218962410.100.6000.05290.4883.8266.08
HexDA60F1A3C051225442
Octal332140361127405442124102
Binary110110101100000111100011010111100010110010001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60F1; }

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

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

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

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

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

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

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

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