#D161AA

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

Shades of Hopbush #D161AA

Tints of Hopbush #D161AA

Color information

#D161AA (or 0xD161AA) is unknown color: approx Hopbush. HEX triplet: D1, 61 and AA. RGB value is (209,97,170). Sum of RGB (Red+Green+Blue) = 209+97+170=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D161AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D161AA is #2E9E55. Grayscale: #8A8A8A. Windows color (decimal): -3055190 or 11166161. OLE color: 11166161.

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

Color convert

RGB20997170-
CMYK00.540.190.18
HSL320.89º54.9%60%-
HSV(B)320.89º53.59%81.96%-
XYZ37.8225.0140.86-
YUV138.81145.61178.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.91%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=43.91%
G=20.38%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099717000.540.190.18320.8954.960
HexD161AA0361312141373c
Octal32114125206623225016774
Binary1101000111000011010101001101101001110010101000001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161AA; }

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

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

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

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

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

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

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

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