#8D477D

Color #8D477D Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8D477D

Tints of Trendy Pink #8D477D

Color information

#8D477D (or 0x8D477D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 47 and 7D. RGB value is (141,71,125). Sum of RGB (Red+Green+Blue) = 141+71+125=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D477D is #72B882. Grayscale: #616161. Windows color (decimal): -7518339 or 8210317. OLE color: 8210317.

HSL color Cylindrical-coordinate representation of color #8D477D: hue angle of 313.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D477D is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14171125-
CMYK00.500.110.45
HSL313.71º33.02%41.57%-
HSV(B)313.71º49.65%55.29%-
XYZ16.9411.6520.76-
YUV98.09143.19158.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=41.84%
G=21.07%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417112500.500.110.45313.7133.0241.57
Hex8D477D032B2D13a212a
Octal21510717506213554724152
Binary100011011000111111110101100101011101101100111010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D477D; }

 p { color: rgb(141,71,125); }

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

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

 a { background-color: rgb(141,71,125); }

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

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

 span { border-color: rgb(141,71,125); }

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