#D76595

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

Shades of Hopbush #D76595

Tints of Hopbush #D76595

Color information

#D76595 (or 0xD76595) is unknown color: approx Hopbush. HEX triplet: D7, 65 and 95. RGB value is (215,101,149). Sum of RGB (Red+Green+Blue) = 215+101+149=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D76595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76595 is #289A6A. Grayscale: #8C8C8C. Windows color (decimal): -2660971 or 9790935. OLE color: 9790935.

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

Color convert

RGB215101149-
CMYK00.530.310.16
HSL334.74º58.76%61.96%-
HSV(B)334.74º53.02%84.31%-
XYZ38.125.9231.43-
YUV140.56132.77181.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.24%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=46.24%
G=21.72%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510114900.530.310.16334.7458.7661.96
HexD765950351F1014f3b3e
Octal32714522506537205177376
Binary1101011111001011001010101101011111110000101001111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76595; }

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

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

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

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

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

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

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

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