#D972AA

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

Shades of Hopbush #D972AA

Tints of Hopbush #D972AA

Color information

#D972AA (or 0xD972AA) is unknown color: approx Hopbush. HEX triplet: D9, 72 and AA. RGB value is (217,114,170). Sum of RGB (Red+Green+Blue) = 217+114+170=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D972AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972AA is #268D55. Grayscale: #979797. Windows color (decimal): -2526550 or 11170521. OLE color: 11170521.

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

Color convert

RGB217114170-
CMYK00.470.220.15
HSL327.38º57.54%64.9%-
HSV(B)327.38º47.47%85.1%-
XYZ41.8929.6941.55-
YUV151.18138.62174.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=43.31%
G=22.75%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711417000.470.220.15327.3857.5464.9
HexD972AA02F16F1473a41
Octal331162252057261750772101
Binary1101100111100101010101001011111011011111010001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972AA; }

 p { color: rgb(217,114,170); }

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

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

 a { background-color: rgb(217,114,170); }

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

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

 span { border-color: rgb(217,114,170); }

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