#8D5583

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

Shades of Trendy Pink #8D5583

Tints of Trendy Pink #8D5583

Color information

#8D5583 (or 0x8D5583) is unknown color: approx Trendy Pink. HEX triplet: 8D, 55 and 83. RGB value is (141,85,131). Sum of RGB (Red+Green+Blue) = 141+85+131=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5583 is #72AA7C. Grayscale: #6A6A6A. Windows color (decimal): -7514749 or 8607117. OLE color: 8607117.

HSL color Cylindrical-coordinate representation of color #8D5583: hue angle of 310.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5583 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB14185131-
CMYK00.400.070.45
HSL310.71º24.78%44.31%-
HSV(B)310.71º39.72%55.29%-
XYZ18.3313.823.17-
YUV106.99141.55152.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.50%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=39.50%
G=23.81%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418513100.400.070.45310.7124.7844.31
Hex8D558302872D137192c
Octal2151252030507554673154
Binary10001101101010110000011010100011110110110011011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,131); }

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

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

 a { background-color: rgb(141,85,131); }

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

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

 span { border-color: rgb(141,85,131); }

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