#D164AD

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

Shades of Hopbush #D164AD

Tints of Hopbush #D164AD

Color information

#D164AD (or 0xD164AD) is unknown color: approx Hopbush. HEX triplet: D1, 64 and AD. RGB value is (209,100,173). Sum of RGB (Red+Green+Blue) = 209+100+173=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D164AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D164AD is #2E9B52. Grayscale: #8C8C8C. Windows color (decimal): -3054419 or 11363537. OLE color: 11363537.

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

Color convert

RGB209100173-
CMYK00.520.170.18
HSL319.82º54.23%60.59%-
HSV(B)319.82º52.15%81.96%-
XYZ38.3925.6942.47-
YUV140.91146.11176.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=43.36%
G=20.75%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910017300.520.170.18319.8254.2360.59
HexD164AD0341112140363d
Octal32114425506421225006675
Binary1101000111001001010110101101001000110010101000000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164AD; }

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

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

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

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

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

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

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

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