#D171AA

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

Shades of Hopbush #D171AA

Tints of Hopbush #D171AA

Color information

#D171AA (or 0xD171AA) is unknown color: approx Hopbush. HEX triplet: D1, 71 and AA. RGB value is (209,113,170). Sum of RGB (Red+Green+Blue) = 209+113+170=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D171AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D171AA is #2E8E55. Grayscale: #949494. Windows color (decimal): -3051094 or 11170257. OLE color: 11170257.

HSL color Cylindrical-coordinate representation of color #D171AA: hue angle of 324.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171AA is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209113170-
CMYK00.460.190.18
HSL324.38º51.06%63.14%-
HSV(B)324.38º45.93%81.96%-
XYZ39.4628.2741.41-
YUV148.2140.3171.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=42.48%
G=22.97%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911317000.460.190.18324.3851.0663.14
HexD171AA02E1312144333f
Octal32116125205623225046377
Binary1101000111100011010101001011101001110010101000100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D171AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D171AA; }

 p { color: rgb(209,113,170); }

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

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

 a { background-color: rgb(209,113,170); }

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

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

 span { border-color: rgb(209,113,170); }

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