#DA66F3

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

Shades of Heliotrope #DA66F3

Tints of Heliotrope #DA66F3

Color information

#DA66F3 (or 0xDA66F3) is unknown color: approx Heliotrope. HEX triplet: DA, 66 and F3. RGB value is (218,102,243). Sum of RGB (Red+Green+Blue) = 218+102+243=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66F3 is #25990C. Grayscale: #989898. Windows color (decimal): -2464013 or 15951578. OLE color: 15951578.

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

Color convert

RGB218102243-
CMYK0.100.5800.05
HSL289.36º85.45%67.65%-
HSV(B)289.36º58.02%95.29%-
XYZ49.8430.8888.13-
YUV152.76178.93174.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 102 (40.23% from 255) = 18.12%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=38.72%
G=18.12%
B=43.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181022430.100.5800.05289.3685.4567.65
HexDA66F3A3A051215544
Octal332146363127205441125104
Binary110110101100110111100111010111010010110010000110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66F3; }

 p { color: rgb(218,102,243); }

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

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

 a { background-color: rgb(218,102,243); }

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

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

 span { border-color: rgb(218,102,243); }

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