#D77DF1

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

Shades of Heliotrope #D77DF1

Tints of Heliotrope #D77DF1

Color information

#D77DF1 (or 0xD77DF1) is unknown color: approx Heliotrope. HEX triplet: D7, 7D and F1. RGB value is (215,125,241). Sum of RGB (Red+Green+Blue) = 215+125+241=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #D77DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DF1 is #28820E. Grayscale: #A4A4A4. Windows color (decimal): -2654735 or 15826391. OLE color: 15826391.

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

Color convert

RGB215125241-
CMYK0.110.4800.05
HSL286.55º80.56%71.76%-
HSV(B)286.55º48.13%94.51%-
XYZ51.2435.4787.36-
YUV165.13170.82163.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 125 (49.22% from 255) = 21.51%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=37.01%
G=21.51%
B=41.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151252410.110.4800.05286.5580.5671.76
HexD77DF1B300511f5148
Octal327175361136005437121110
Binary110101111111101111100011011110000010110001111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DF1; }

 p { color: rgb(215,125,241); }

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

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

 a { background-color: rgb(215,125,241); }

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

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

 span { border-color: rgb(215,125,241); }

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