#D76BAB

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

Shades of Hopbush #D76BAB

Tints of Hopbush #D76BAB

Color information

#D76BAB (or 0xD76BAB) is unknown color: approx Hopbush. HEX triplet: D7, 6B and AB. RGB value is (215,107,171). Sum of RGB (Red+Green+Blue) = 215+107+171=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BAB is #289454. Grayscale: #929292. Windows color (decimal): -2659413 or 11234263. OLE color: 11234263.

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

Color convert

RGB215107171-
CMYK00.500.200.16
HSL324.44º57.45%63.14%-
HSV(B)324.44º50.23%84.31%-
XYZ40.6327.941.77-
YUV146.59141.78176.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.61%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=43.61%
G=21.70%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510717100.500.200.16324.4457.4563.14
HexD76BAB0321410144393f
Octal32715325306224205047177
Binary1101011111010111010101101100101010010000101000100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76BAB; }

 p { color: rgb(215,107,171); }

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

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

 a { background-color: rgb(215,107,171); }

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

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

 span { border-color: rgb(215,107,171); }

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