#D76C9C

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

Shades of Hopbush #D76C9C

Tints of Hopbush #D76C9C

Color information

#D76C9C (or 0xD76C9C) is unknown color: approx Hopbush. HEX triplet: D7, 6C and 9C. RGB value is (215,108,156). Sum of RGB (Red+Green+Blue) = 215+108+156=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C9C is #289363. Grayscale: #919191. Windows color (decimal): -2659172 or 10251479. OLE color: 10251479.

HSL color Cylindrical-coordinate representation of color #D76C9C: hue angle of 333.08º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C9C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215108156-
CMYK00.500.270.16
HSL333.08º57.22%63.33%-
HSV(B)333.08º49.77%84.31%-
XYZ39.3927.5734.7-
YUV145.46133.95177.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=44.89%
G=22.55%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510815600.500.270.16333.0857.2263.33
HexD76C9C0321B1014d393f
Octal32715423406233205157177
Binary1101011111011001001110001100101101110000101001101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C9C; }

 p { color: rgb(215,108,156); }

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

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

 a { background-color: rgb(215,108,156); }

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

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

 span { border-color: rgb(215,108,156); }

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