Shades of Trendy Pink #8D537F
Tints of Trendy Pink #8D537F
RGB
CMYK
RGB Variations
Color information
#8D537F (or 0x8D537F) is known color: Trendy Pink. HEX triplet: 8D, 53 and 7F. RGB value is (141,83,127). Sum of RGB (Red+Green+Blue) = 141+83+127=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D537F is #72AC80. Grayscale: #696969. Windows color (decimal): -7515265 or 8344461. OLE color: 8344461.
HSL color Cylindrical-coordinate representation of color #8D537F: hue angle of 314.48º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D537F is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 127 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.45 |
| HSL | 314.48º | 0.26% | 0.44% | - |
| HSV(B) | 314.48º | 0.41% | 0.55% | - |
| XYZ | 17.91 | 13.38 | 21.72 | - |
| YUV | 105.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 127 | 0 | 0.41 | 0.10 | 0.45 | 314.48 | 0.26 | 0.44 |
| Hex | 8D | 53 | 7F | 0 | 29 | A | 2D | 13A | 1A | 2C |
| Octal | 215 | 123 | 177 | 0 | 51 | 12 | 55 | 472 | 32 | 54 |
| Binary | 10001101 | 1010011 | 1111111 | 0 | 101001 | 1010 | 101101 | 100111010 | 11010 | 101100 |
Color Harmonies of #8D537F
Complementary color
Monochromatic Colors of #8D537F
Black with #8D537F
Text Example
Text Example
White with #8D537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D537F; }
p { color: rgb(141,83,127); }
H1.HeaderClassName
{
color: #8D537F;
}
.AnyTagClassName
{
color: #8D537F;
}
</style>
background-color css
<style>
a { background-color: #8D537F; }
a { background-color: rgb(141,83,127); }
div.DivClassName
{
background-color: #8D537F;
}
.BgClassName
{
background-color: #8D537F;
}
</style>
border-color css
<style>
span { border-color: #8D537F; }
span { border-color: rgb(141,83,127); }
td.TdClassName
{
border-color: #8D537F;
}
.TagClassName
{
border-color: #8D537F;
}
</style>