#DA77FD

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

Shades of Heliotrope #DA77FD

Tints of Heliotrope #DA77FD

Color information

#DA77FD (or 0xDA77FD) is unknown color: approx Heliotrope. HEX triplet: DA, 77 and FD. RGB value is (218,119,253). Sum of RGB (Red+Green+Blue) = 218+119+253=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA77FD is #258802. Grayscale: #A3A3A3. Windows color (decimal): -2459651 or 16611290. OLE color: 16611290.

HSL color Cylindrical-coordinate representation of color #DA77FD: hue angle of 284.33º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA77FD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218119253-
CMYK0.140.5300.01
HSL284.33º97.1%72.94%-
HSV(B)284.33º52.96%99.22%-
XYZ53.2435.1996.91-
YUV163.88178.3166.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 119 (46.88% from 255) = 20.17%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=36.95%
G=20.17%
B=42.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181192530.140.5300.01284.3397.172.94
HexDA77FDE350111c6149
Octal332167375166501434141111
Binary1101101011101111111110111101101010110001110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77FD; }

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

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

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

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

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

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

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

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