#D164AA

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

Shades of Hopbush #D164AA

Tints of Hopbush #D164AA

Color information

#D164AA (or 0xD164AA) is unknown color: approx Hopbush. HEX triplet: D1, 64 and AA. RGB value is (209,100,170). Sum of RGB (Red+Green+Blue) = 209+100+170=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D164AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D164AA is #2E9B55. Grayscale: #8C8C8C. Windows color (decimal): -3054422 or 11166929. OLE color: 11166929.

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

Color convert

RGB209100170-
CMYK00.520.190.18
HSL321.47º54.23%60.59%-
HSV(B)321.47º52.15%81.96%-
XYZ38.1125.5740.96-
YUV140.57144.61176.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=43.63%
G=20.88%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910017000.520.190.18321.4754.2360.59
HexD164AA0341312141363d
Octal32114425206423225016675
Binary1101000111001001010101001101001001110010101000001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164AA; }

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

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

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

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

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

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

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

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