#DA66FE

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

Shades of Heliotrope #DA66FE

Tints of Heliotrope #DA66FE

Color information

#DA66FE (or 0xDA66FE) is unknown color: approx Heliotrope. HEX triplet: DA, 66 and FE. RGB value is (218,102,254). Sum of RGB (Red+Green+Blue) = 218+102+254=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 102 (40.23% from 255 or 17.77% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66FE is #259901. Grayscale: #999999. Windows color (decimal): -2464002 or 16672474. OLE color: 16672474.

HSL color Cylindrical-coordinate representation of color #DA66FE: hue angle of 285.79º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA66FE is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218102254-
CMYK0.140.6000.00
HSL285.79º98.7%69.8%-
HSV(B)285.79º59.84%99.61%-
XYZ51.5531.5697.14-
YUV154.01184.43173.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 102 (40.23% from 255) = 17.77%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=37.98%
G=17.77%
B=44.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181022540.140.6000.00285.7998.769.8
HexDA66FEE3C0011e6346
Octal332146376167400436143106
Binary1101101011001101111111011101111000010001111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66FE; }

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

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

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

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

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

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

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

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