#d76f9f

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

Shades of Hopbush #D76F9F

Tints of Hopbush #D76F9F

Color information

#D76F9F (or 0xD76F9F) is unknown color: approx Hopbush. HEX triplet: D7, 6F and 9F. RGB value is (215,111,159). Sum of RGB (Red+Green+Blue) = 215+111+159=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F9F is #289060. Grayscale: #939393. Windows color (decimal): -2658401 or 10448855. OLE color: 10448855.

HSL color Cylindrical-coordinate representation of color #D76F9F: hue angle of 332.31º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F9F is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215111159-
CMYK00.480.260.16
HSL332.31º56.52%63.92%-
HSV(B)332.31º48.37%84.31%-
XYZ39.9728.3236.16-
YUV147.57134.46176.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=44.33%
G=22.89%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511115900.480.260.16332.3156.5263.92
HexD76F9F0301A1014c3940
Octal327157237060322051471100
Binary11010111110111110011111011000011010100001010011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d76f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d76f9f; }

 p { color: rgb(215,111,159); }

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

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

 a { background-color: rgb(215,111,159); }

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

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

 span { border-color: rgb(215,111,159); }

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