#D776F7

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

Shades of Heliotrope #D776F7

Tints of Heliotrope #D776F7

Color information

#D776F7 (or 0xD776F7) is unknown color: approx Heliotrope. HEX triplet: D7, 76 and F7. RGB value is (215,118,247). Sum of RGB (Red+Green+Blue) = 215+118+247=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #D776F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D776F7 is #288908. Grayscale: #A1A1A1. Windows color (decimal): -2656521 or 16217815. OLE color: 16217815.

HSL color Cylindrical-coordinate representation of color #D776F7: hue angle of 285.12º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D776F7 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB215118247-
CMYK0.130.5200.03
HSL285.12º88.97%71.57%-
HSV(B)285.12º52.23%96.86%-
XYZ51.2934.1291.88-
YUV161.71176.14166.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 118 (46.48% from 255) = 20.34%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=37.07%
G=20.34%
B=42.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2151182470.130.5200.03285.1288.9771.57
HexD776F7D340311d5948
Octal327166367156403435131110
Binary11010111111011011110111110111010001110001110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776F7; }

 p { color: rgb(215,118,247); }

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

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

 a { background-color: rgb(215,118,247); }

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

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

 span { border-color: rgb(215,118,247); }

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