#D771A5

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

Shades of Hopbush #D771A5

Tints of Hopbush #D771A5

Color information

#D771A5 (or 0xD771A5) is unknown color: approx Hopbush. HEX triplet: D7, 71 and A5. RGB value is (215,113,165). Sum of RGB (Red+Green+Blue) = 215+113+165=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D771A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771A5 is #288E5A. Grayscale: #959595. Windows color (decimal): -2657883 or 10842583. OLE color: 10842583.

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

Color convert

RGB215113165-
CMYK00.470.230.16
HSL329.41º56.04%64.31%-
HSV(B)329.41º47.44%84.31%-
XYZ40.7228.9739.04-
YUV149.43136.79174.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.61%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=43.61%
G=22.92%
B=33.47%

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
Decimal21511316500.470.230.16329.4156.0464.31
HexD771A502F17101493840
Octal327161245057272051170100
Binary11010111111000110100101010111110111100001010010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771A5; }

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

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

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

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

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

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

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

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