#D76AAB

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

Shades of Hopbush #D76AAB

Tints of Hopbush #D76AAB

Color information

#D76AAB (or 0xD76AAB) is unknown color: approx Hopbush. HEX triplet: D7, 6A and AB. RGB value is (215,106,171). Sum of RGB (Red+Green+Blue) = 215+106+171=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AAB is #289554. Grayscale: #919191. Windows color (decimal): -2659669 or 11234007. OLE color: 11234007.

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

Color convert

RGB215106171-
CMYK00.510.200.16
HSL324.22º57.67%62.94%-
HSV(B)324.22º50.7%84.31%-
XYZ40.5327.741.74-
YUV146142.11177.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=43.70%
G=21.54%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510617100.510.200.16324.2257.6762.94
HexD76AAB03314101443a3f
Octal32715225306324205047277
Binary1101011111010101010101101100111010010000101000100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AAB; }

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

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

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

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

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

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

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

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