#D164A9

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

Shades of Hopbush #D164A9

Tints of Hopbush #D164A9

Color information

#D164A9 (or 0xD164A9) is unknown color: approx Hopbush. HEX triplet: D1, 64 and A9. RGB value is (209,100,169). Sum of RGB (Red+Green+Blue) = 209+100+169=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D164A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D164A9 is #2E9B56. Grayscale: #8C8C8C. Windows color (decimal): -3054423 or 11101393. OLE color: 11101393.

HSL color Cylindrical-coordinate representation of color #D164A9: hue angle of 322.02º 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 #D164A9 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209100169-
CMYK00.520.190.18
HSL322.02º54.23%60.59%-
HSV(B)322.02º52.15%81.96%-
XYZ38.0125.5340.46-
YUV140.46144.11176.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=43.72%
G=20.92%
B=35.36%

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
Decimal20910016900.520.190.18322.0254.2360.59
HexD164A90341312142363d
Octal32114425106423225026675
Binary1101000111001001010100101101001001110010101000010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164A9; }

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

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

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

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

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

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

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

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