#D771A6

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

Shades of Hopbush #D771A6

Tints of Hopbush #D771A6

Color information

#D771A6 (or 0xD771A6) is unknown color: approx Hopbush. HEX triplet: D7, 71 and A6. RGB value is (215,113,166). Sum of RGB (Red+Green+Blue) = 215+113+166=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D771A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771A6 is #288E59. Grayscale: #959595. Windows color (decimal): -2657882 or 10908119. OLE color: 10908119.

HSL color Cylindrical-coordinate representation of color #D771A6: hue angle of 328.82º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771A6 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB215113166-
CMYK00.470.230.16
HSL328.82º56.04%64.31%-
HSV(B)328.82º47.44%84.31%-
XYZ40.8129.0139.52-
YUV149.54137.29174.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=43.52%
G=22.87%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511316600.470.230.16328.8256.0464.31
HexD771A602F17101493840
Octal327161246057272051170100
Binary11010111111000110100110010111110111100001010010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771A6; }

 p { color: rgb(215,113,166); }

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

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

 a { background-color: rgb(215,113,166); }

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

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

 span { border-color: rgb(215,113,166); }

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