#DA77F1

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

Shades of Heliotrope #DA77F1

Tints of Heliotrope #DA77F1

Color information

#DA77F1 (or 0xDA77F1) is unknown color: approx Heliotrope. HEX triplet: DA, 77 and F1. RGB value is (218,119,241). Sum of RGB (Red+Green+Blue) = 218+119+241=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA77F1 is #25880E. Grayscale: #A2A2A2. Windows color (decimal): -2459663 or 15824858. OLE color: 15824858.

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

Color convert

RGB218119241-
CMYK0.100.5100.05
HSL288.69º81.33%70.59%-
HSV(B)288.69º50.62%94.51%-
XYZ51.3934.4587.16-
YUV162.51172.3167.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 119 (46.88% from 255) = 20.59%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=37.72%
G=20.59%
B=41.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181192410.100.5100.05288.6981.3370.59
HexDA77F1A33051215147
Octal332167361126305441121107
Binary110110101110111111100011010110011010110010000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77F1; }

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

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

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

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

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

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

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

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