#8D4879

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

Shades of Trendy Pink #8D4879

Tints of Trendy Pink #8D4879

Color information

#8D4879 (or 0x8D4879) is unknown color: approx Trendy Pink. HEX triplet: 8D, 48 and 79. RGB value is (141,72,121). Sum of RGB (Red+Green+Blue) = 141+72+121=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4879 is #72B786. Grayscale: #626262. Windows color (decimal): -7518087 or 7948429. OLE color: 7948429.

HSL color Cylindrical-coordinate representation of color #8D4879: hue angle of 317.39º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4879 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB14172121-
CMYK00.490.140.45
HSL317.39º32.39%41.76%-
HSV(B)317.39º48.94%55.29%-
XYZ16.7511.6819.46-
YUV98.22140.86158.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=42.22%
G=21.56%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417212100.490.140.45317.3932.3941.76
Hex8D4879031E2D13d202a
Octal21511017106116554754052
Binary100011011001000111100101100011110101101100111101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,121); }

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

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

 a { background-color: rgb(141,72,121); }

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

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

 span { border-color: rgb(141,72,121); }

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