#D777F5

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

Shades of Heliotrope #D777F5

Tints of Heliotrope #D777F5

Color information

#D777F5 (or 0xD777F5) is unknown color: approx Heliotrope. HEX triplet: D7, 77 and F5. RGB value is (215,119,245). Sum of RGB (Red+Green+Blue) = 215+119+245=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #D777F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D777F5 is #28880A. Grayscale: #A1A1A1. Windows color (decimal): -2656267 or 16086999. OLE color: 16086999.

HSL color Cylindrical-coordinate representation of color #D777F5: hue angle of 285.71º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D777F5 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215119245-
CMYK0.120.5100.04
HSL285.71º86.3%71.37%-
HSV(B)285.71º51.43%96.08%-
XYZ51.134.2390.3-
YUV162.07174.8165.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 119 (46.88% from 255) = 20.55%
BLUE value IS 245 (96.09% from 255) = 42.31%
R=37.13%
G=20.55%
B=42.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151192450.120.5100.04285.7186.371.37
HexD777F5C330411e5647
Octal327167365146304436126107
Binary110101111110111111101011100110011010010001111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777F5; }

 p { color: rgb(215,119,245); }

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

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

 a { background-color: rgb(215,119,245); }

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

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

 span { border-color: rgb(215,119,245); }

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