#D76AA8

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

Shades of Hopbush #D76AA8

Tints of Hopbush #D76AA8

Color information

#D76AA8 (or 0xD76AA8) is unknown color: approx Hopbush. HEX triplet: D7, 6A and A8. RGB value is (215,106,168). Sum of RGB (Red+Green+Blue) = 215+106+168=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AA8 is #289557. Grayscale: #919191. Windows color (decimal): -2659672 or 11037399. OLE color: 11037399.

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

Color convert

RGB215106168-
CMYK00.510.220.16
HSL325.87º57.67%62.94%-
HSV(B)325.87º50.7%84.31%-
XYZ40.2527.5840.25-
YUV145.66140.61177.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.97%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=43.97%
G=21.68%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510616800.510.220.16325.8757.6762.94
HexD76AA803316101463a3f
Octal32715225006326205067277
Binary1101011111010101010100001100111011010000101000110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AA8; }

 p { color: rgb(215,106,168); }

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

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

 a { background-color: rgb(215,106,168); }

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

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

 span { border-color: rgb(215,106,168); }

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