#D161A7

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

Shades of Hopbush #D161A7

Tints of Hopbush #D161A7

Color information

#D161A7 (or 0xD161A7) is unknown color: approx Hopbush. HEX triplet: D1, 61 and A7. RGB value is (209,97,167). Sum of RGB (Red+Green+Blue) = 209+97+167=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D161A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D161A7 is #2E9E58. Grayscale: #8A8A8A. Windows color (decimal): -3055193 or 10969553. OLE color: 10969553.

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

Color convert

RGB20997167-
CMYK00.540.200.18
HSL322.5º54.9%60%-
HSV(B)322.5º53.59%81.96%-
XYZ37.5424.8939.39-
YUV138.47144.11178.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 167 (65.62% from 255) = 35.31%
R=44.19%
G=20.51%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099716700.540.200.18322.554.960
HexD161A70361412142373c
Octal32114124706624225026774
Binary1101000111000011010011101101101010010010101000010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161A7; }

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

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

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

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

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

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

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

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