#DA77FA

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

Shades of Heliotrope #DA77FA

Tints of Heliotrope #DA77FA

Color information

#DA77FA (or 0xDA77FA) is unknown color: approx Heliotrope. HEX triplet: DA, 77 and FA. RGB value is (218,119,250). Sum of RGB (Red+Green+Blue) = 218+119+250=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA77FA is #258805. Grayscale: #A3A3A3. Windows color (decimal): -2459654 or 16414682. OLE color: 16414682.

HSL color Cylindrical-coordinate representation of color #DA77FA: hue angle of 285.34º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA77FA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218119250-
CMYK0.130.5200.02
HSL285.34º92.91%72.35%-
HSV(B)285.34º52.4%98.04%-
XYZ52.773594.42-
YUV163.54176.8166.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 119 (46.88% from 255) = 20.27%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=37.14%
G=20.27%
B=42.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181192500.130.5200.02285.3492.9172.35
HexDA77FAD340211d5d48
Octal332167372156402435135110
Binary11011010111011111111010110111010001010001110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77FA; }

 p { color: rgb(218,119,250); }

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

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

 a { background-color: rgb(218,119,250); }

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

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

 span { border-color: rgb(218,119,250); }

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