#D76997

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

Shades of Hopbush #D76997

Tints of Hopbush #D76997

Color information

#D76997 (or 0xD76997) is unknown color: approx Hopbush. HEX triplet: D7, 69 and 97. RGB value is (215,105,151). Sum of RGB (Red+Green+Blue) = 215+105+151=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D76997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76997 is #289668. Grayscale: #8F8F8F. Windows color (decimal): -2659945 or 9923031. OLE color: 9923031.

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

Color convert

RGB215105151-
CMYK00.510.300.16
HSL334.91º57.89%62.75%-
HSV(B)334.91º51.16%84.31%-
XYZ38.6626.7832.41-
YUV143.13132.44179.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=45.65%
G=22.29%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510515100.510.300.16334.9157.8962.75
HexD769970331E1014f3a3f
Octal32715122706336205177277
Binary1101011111010011001011101100111111010000101001111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76997; }

 p { color: rgb(215,105,151); }

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

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

 a { background-color: rgb(215,105,151); }

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

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

 span { border-color: rgb(215,105,151); }

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