Shades of Trendy Pink #8D487F
Tints of Trendy Pink #8D487F
RGB
CMYK
RGB Variations
Color information
#8D487F (or 0x8D487F) is known color: Trendy Pink. HEX triplet: 8D, 48 and 7F. RGB value is (141,72,127). Sum of RGB (Red+Green+Blue) = 141+72+127=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D487F is #72B780. Grayscale: #626262. Windows color (decimal): -7518081 or 8341645. OLE color: 8341645.
HSL color Cylindrical-coordinate representation of color #8D487F: hue angle of 312.17º 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 #8D487F is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 127 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.45 |
| HSL | 312.17º | 0.32% | 0.42% | - |
| HSV(B) | 312.17º | 0.49% | 0.55% | - |
| XYZ | 17.13 | 11.83 | 21.46 | - |
| YUV | 98.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 127 | 0 | 0.49 | 0.10 | 0.45 | 312.17 | 0.32 | 0.42 |
| Hex | 8D | 48 | 7F | 0 | 31 | A | 2D | 138 | 20 | 2A |
| Octal | 215 | 110 | 177 | 0 | 61 | 12 | 55 | 470 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1111111 | 0 | 110001 | 1010 | 101101 | 100111000 | 100000 | 101010 |
Color Harmonies of #8D487F
Complementary color
Monochromatic Colors of #8D487F
Black with #8D487F
Text Example
Text Example
White with #8D487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D487F; }
p { color: rgb(141,72,127); }
H1.HeaderClassName
{
color: #8D487F;
}
.AnyTagClassName
{
color: #8D487F;
}
</style>
background-color css
<style>
a { background-color: #8D487F; }
a { background-color: rgb(141,72,127); }
div.DivClassName
{
background-color: #8D487F;
}
.BgClassName
{
background-color: #8D487F;
}
</style>
border-color css
<style>
span { border-color: #8D487F; }
span { border-color: rgb(141,72,127); }
td.TdClassName
{
border-color: #8D487F;
}
.TagClassName
{
border-color: #8D487F;
}
</style>