#D160AD

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

Shades of Hopbush #D160AD

Tints of Hopbush #D160AD

Color information

#D160AD (or 0xD160AD) is unknown color: approx Hopbush. HEX triplet: D1, 60 and AD. RGB value is (209,96,173). Sum of RGB (Red+Green+Blue) = 209+96+173=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D160AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D160AD is #2E9F52. Grayscale: #8A8A8A. Windows color (decimal): -3055443 or 11362513. OLE color: 11362513.

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

Color convert

RGB20996173-
CMYK00.540.170.18
HSL319.12º55.12%59.8%-
HSV(B)319.12º54.07%81.96%-
XYZ38.0224.9442.34-
YUV138.56147.44178.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=43.72%
G=20.08%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099617300.540.170.18319.1255.1259.8
HexD160AD036111213f373c
Octal32114025506621224776774
Binary1101000111000001010110101101101000110010100111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160AD; }

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

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

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

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

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

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

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

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