#D976AD

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

Shades of Hopbush #D976AD

Tints of Hopbush #D976AD

Color information

#D976AD (or 0xD976AD) is unknown color: approx Hopbush. HEX triplet: D9, 76 and AD. RGB value is (217,118,173). Sum of RGB (Red+Green+Blue) = 217+118+173=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D976AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976AD is #268952. Grayscale: #999999. Windows color (decimal): -2525523 or 11368153. OLE color: 11368153.

HSL color Cylindrical-coordinate representation of color #D976AD: hue angle of 326.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D976AD is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217118173-
CMYK00.460.200.15
HSL326.67º56.57%65.69%-
HSV(B)326.67º45.62%85.1%-
XYZ42.6430.7343.22-
YUV153.87138.8173.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=42.72%
G=23.23%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711817300.460.200.15326.6756.5765.69
HexD976AD02E14F1473942
Octal331166255056241750771102
Binary1101100111101101010110101011101010011111010001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D976AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D976AD; }

 p { color: rgb(217,118,173); }

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

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

 a { background-color: rgb(217,118,173); }

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

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

 span { border-color: rgb(217,118,173); }

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