#D76AAE

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

Shades of Hopbush #D76AAE

Tints of Hopbush #D76AAE

Color information

#D76AAE (or 0xD76AAE) is unknown color: approx Hopbush. HEX triplet: D7, 6A and AE. RGB value is (215,106,174). Sum of RGB (Red+Green+Blue) = 215+106+174=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AAE is #289551. Grayscale: #929292. Windows color (decimal): -2659666 or 11430615. OLE color: 11430615.

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

Color convert

RGB215106174-
CMYK00.510.190.16
HSL322.57º57.67%62.94%-
HSV(B)322.57º50.7%84.31%-
XYZ40.8227.8143.26-
YUV146.34143.61176.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 106 (41.80% from 255) = 21.41%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=43.43%
G=21.41%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510617400.510.190.16322.5757.6762.94
HexD76AAE03313101433a3f
Octal32715225606323205037277
Binary1101011111010101010111001100111001110000101000011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AAE; }

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

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

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

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

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

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

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

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