#D972AC

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

Shades of Hopbush #D972AC

Tints of Hopbush #D972AC

Color information

#D972AC (or 0xD972AC) is unknown color: approx Hopbush. HEX triplet: D9, 72 and AC. RGB value is (217,114,172). Sum of RGB (Red+Green+Blue) = 217+114+172=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D972AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972AC is #268D53. Grayscale: #979797. Windows color (decimal): -2526548 or 11301593. OLE color: 11301593.

HSL color Cylindrical-coordinate representation of color #D972AC: hue angle of 326.21º 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 #D972AC is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217114172-
CMYK00.470.210.15
HSL326.21º57.54%64.9%-
HSV(B)326.21º47.47%85.1%-
XYZ42.0829.7642.56-
YUV151.41139.62174.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=43.14%
G=22.66%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711417200.470.210.15326.2157.5464.9
HexD972AC02F15F1463a41
Octal331162254057251750672101
Binary1101100111100101010110001011111010111111010001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972AC; }

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

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

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

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

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

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

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

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