#D76596

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

Shades of Hopbush #D76596

Tints of Hopbush #D76596

Color information

#D76596 (or 0xD76596) is unknown color: approx Hopbush. HEX triplet: D7, 65 and 96. RGB value is (215,101,150). Sum of RGB (Red+Green+Blue) = 215+101+150=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D76596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76596 is #289A69. Grayscale: #8C8C8C. Windows color (decimal): -2660970 or 9856471. OLE color: 9856471.

HSL color Cylindrical-coordinate representation of color #D76596: hue angle of 334.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76596 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215101150-
CMYK00.530.300.16
HSL334.21º58.76%61.96%-
HSV(B)334.21º53.02%84.31%-
XYZ38.1825.9631.85-
YUV140.67133.27181.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.14%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=46.14%
G=21.67%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510115000.530.300.16334.2158.7661.96
HexD765960351E1014e3b3e
Octal32714522606536205167376
Binary1101011111001011001011001101011111010000101001110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76596; }

 p { color: rgb(215,101,150); }

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

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

 a { background-color: rgb(215,101,150); }

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

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

 span { border-color: rgb(215,101,150); }

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