#D972AB

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

Shades of Hopbush #D972AB

Tints of Hopbush #D972AB

Color information

#D972AB (or 0xD972AB) is unknown color: approx Hopbush. HEX triplet: D9, 72 and AB. RGB value is (217,114,171). Sum of RGB (Red+Green+Blue) = 217+114+171=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D972AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972AB is #268D54. Grayscale: #979797. Windows color (decimal): -2526549 or 11236057. OLE color: 11236057.

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

Color convert

RGB217114171-
CMYK00.470.210.15
HSL326.8º57.54%64.9%-
HSV(B)326.8º47.47%85.1%-
XYZ41.9829.7342.05-
YUV151.29139.12174.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=43.23%
G=22.71%
B=34.06%

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
Decimal21711417100.470.210.15326.857.5464.9
HexD972AB02F15F1473a41
Octal331162253057251750772101
Binary1101100111100101010101101011111010111111010001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972AB; }

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

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

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

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

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

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

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

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