#D771A9

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

Shades of Hopbush #D771A9

Tints of Hopbush #D771A9

Color information

#D771A9 (or 0xD771A9) is unknown color: approx Hopbush. HEX triplet: D7, 71 and A9. RGB value is (215,113,169). Sum of RGB (Red+Green+Blue) = 215+113+169=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D771A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771A9 is #288E56. Grayscale: #959595. Windows color (decimal): -2657879 or 11104727. OLE color: 11104727.

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

Color convert

RGB215113169-
CMYK00.470.210.16
HSL327.06º56.04%64.31%-
HSV(B)327.06º47.44%84.31%-
XYZ41.0929.1240.99-
YUV149.88138.79174.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=43.26%
G=22.74%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511316900.470.210.16327.0656.0464.31
HexD771A902F15101473840
Octal327161251057252050770100
Binary11010111111000110101001010111110101100001010001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771A9; }

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

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

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

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

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

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

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

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