#D161AB

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

Shades of Hopbush #D161AB

Tints of Hopbush #D161AB

Color information

#D161AB (or 0xD161AB) is unknown color: approx Hopbush. HEX triplet: D1, 61 and AB. RGB value is (209,97,171). Sum of RGB (Red+Green+Blue) = 209+97+171=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D161AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D161AB is #2E9E54. Grayscale: #8A8A8A. Windows color (decimal): -3055189 or 11231697. OLE color: 11231697.

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

Color convert

RGB20997171-
CMYK00.540.180.18
HSL320.36º54.9%60%-
HSV(B)320.36º53.59%81.96%-
XYZ37.9225.0441.36-
YUV138.92146.11177.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=43.82%
G=20.34%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099717100.540.180.18320.3654.960
HexD161AB0361212140373c
Octal32114125306622225006774
Binary1101000111000011010101101101101001010010101000000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161AB; }

 p { color: rgb(209,97,171); }

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

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

 a { background-color: rgb(209,97,171); }

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

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

 span { border-color: rgb(209,97,171); }

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