#D876AA

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

Shades of Hopbush #D876AA

Tints of Hopbush #D876AA

Color information

#D876AA (or 0xD876AA) is unknown color: approx Hopbush. HEX triplet: D8, 76 and AA. RGB value is (216,118,170). Sum of RGB (Red+Green+Blue) = 216+118+170=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D876AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D876AA is #278955. Grayscale: #999999. Windows color (decimal): -2591062 or 11171544. OLE color: 11171544.

HSL color Cylindrical-coordinate representation of color #D876AA: hue angle of 328.16º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876AA is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216118170-
CMYK00.450.210.15
HSL328.16º55.68%65.49%-
HSV(B)328.16º45.37%84.71%-
XYZ42.0530.4641.69-
YUV153.23137.47172.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=42.86%
G=23.41%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611817000.450.210.15328.1655.6865.49
HexD876AA02D15F1483841
Octal330166252055251751070101
Binary1101100011101101010101001011011010111111010010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D876AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D876AA; }

 p { color: rgb(216,118,170); }

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

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

 a { background-color: rgb(216,118,170); }

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

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

 span { border-color: rgb(216,118,170); }

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