#DA76F1

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

Shades of Heliotrope #DA76F1

Tints of Heliotrope #DA76F1

Color information

#DA76F1 (or 0xDA76F1) is unknown color: approx Heliotrope. HEX triplet: DA, 76 and F1. RGB value is (218,118,241). Sum of RGB (Red+Green+Blue) = 218+118+241=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76F1 is #25890E. Grayscale: #A1A1A1. Windows color (decimal): -2459919 or 15824602. OLE color: 15824602.

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

Color convert

RGB218118241-
CMYK0.100.5100.05
HSL288.78º81.46%70.39%-
HSV(B)288.78º51.04%94.51%-
XYZ51.2734.2187.12-
YUV161.92172.63168-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 118 (46.48% from 255) = 20.45%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=37.78%
G=20.45%
B=41.77%

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
Decimal2181182410.100.5100.05288.7881.4670.39
HexDA76F1A33051215146
Octal332166361126305441121106
Binary110110101110110111100011010110011010110010000110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA76F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA76F1; }

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

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

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

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

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

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

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

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