#D76AAC

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

Shades of Hopbush #D76AAC

Tints of Hopbush #D76AAC

Color information

#D76AAC (or 0xD76AAC) is unknown color: approx Hopbush. HEX triplet: D7, 6A and AC. RGB value is (215,106,172). Sum of RGB (Red+Green+Blue) = 215+106+172=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AAC is #289553. Grayscale: #919191. Windows color (decimal): -2659668 or 11299543. OLE color: 11299543.

HSL color Cylindrical-coordinate representation of color #D76AAC: hue angle of 323.67º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AAC is Cyan = 0, Magento = 0.51, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215106172-
CMYK00.510.20.16
HSL323.67º57.67%62.94%-
HSV(B)323.67º50.7%84.31%-
XYZ40.6227.7342.24-
YUV146.11142.61177.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.61%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=43.61%
G=21.50%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510617200.510.20.16323.6757.6762.94
HexD76AAC03314101443a3f
Octal32715225406324205047277
Binary1101011111010101010110001100111010010000101000100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AAC; }

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

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

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

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

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

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

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

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