#D771AC

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

Shades of Hopbush #D771AC

Tints of Hopbush #D771AC

Color information

#D771AC (or 0xD771AC) is unknown color: approx Hopbush. HEX triplet: D7, 71 and AC. RGB value is (215,113,172). Sum of RGB (Red+Green+Blue) = 215+113+172=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D771AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771AC is #288E53. Grayscale: #969696. Windows color (decimal): -2657876 or 11301335. OLE color: 11301335.

HSL color Cylindrical-coordinate representation of color #D771AC: hue angle of 325.29º 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 #D771AC is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215113172-
CMYK00.470.20.16
HSL325.29º56.04%64.31%-
HSV(B)325.29º47.44%84.31%-
XYZ41.3829.2442.49-
YUV150.22140.29174.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=43%
G=22.6%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511317200.470.20.16325.2956.0464.31
HexD771AC02F14101453840
Octal327161254057242050570100
Binary11010111111000110101100010111110100100001010001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771AC; }

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

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

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

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

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

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

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

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