#D77BF1

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

Shades of Heliotrope #D77BF1

Tints of Heliotrope #D77BF1

Color information

#D77BF1 (or 0xD77BF1) is unknown color: approx Heliotrope. HEX triplet: D7, 7B and F1. RGB value is (215,123,241). Sum of RGB (Red+Green+Blue) = 215+123+241=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #D77BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BF1 is #28840E. Grayscale: #A3A3A3. Windows color (decimal): -2655247 or 15825879. OLE color: 15825879.

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

Color convert

RGB215123241-
CMYK0.110.4900.05
HSL286.78º80.82%71.37%-
HSV(B)286.78º48.96%94.51%-
XYZ50.9834.9687.28-
YUV163.96171.48164.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 123 (48.44% from 255) = 21.24%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=37.13%
G=21.24%
B=41.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151232410.110.4900.05286.7880.8271.37
HexD77BF1B310511f5147
Octal327173361136105437121107
Binary110101111111011111100011011110001010110001111110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77BF1; }

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

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

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

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

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

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

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

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