Shades of Trendy Pink #8D487D
Tints of Trendy Pink #8D487D
RGB
CMYK
RGB Variations
Color information
#8D487D (or 0x8D487D) is known color: Trendy Pink. HEX triplet: 8D, 48 and 7D. RGB value is (141,72,125). Sum of RGB (Red+Green+Blue) = 141+72+125=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D487D is #72B782. Grayscale: #626262. Windows color (decimal): -7518083 or 8210573. OLE color: 8210573.
HSL color Cylindrical-coordinate representation of color #8D487D: hue angle of 313.91º 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 #8D487D is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 125 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.45 |
| HSL | 313.91º | 0.32% | 0.42% | - |
| HSV(B) | 313.91º | 0.49% | 0.55% | - |
| XYZ | 17 | 11.78 | 20.78 | - |
| YUV | 98.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 125 | 0 | 0.49 | 0.11 | 0.45 | 313.91 | 0.32 | 0.42 |
| Hex | 8D | 48 | 7D | 0 | 31 | B | 2D | 13A | 20 | 2A |
| Octal | 215 | 110 | 175 | 0 | 61 | 13 | 55 | 472 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1111101 | 0 | 110001 | 1011 | 101101 | 100111010 | 100000 | 101010 |
Color Harmonies of #8D487D
Complementary color
Monochromatic Colors of #8D487D
Black with #8D487D
Text Example
Text Example
White with #8D487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D487D; }
p { color: rgb(141,72,125); }
H1.HeaderClassName
{
color: #8D487D;
}
.AnyTagClassName
{
color: #8D487D;
}
</style>
background-color css
<style>
a { background-color: #8D487D; }
a { background-color: rgb(141,72,125); }
div.DivClassName
{
background-color: #8D487D;
}
.BgClassName
{
background-color: #8D487D;
}
</style>
border-color css
<style>
span { border-color: #8D487D; }
span { border-color: rgb(141,72,125); }
td.TdClassName
{
border-color: #8D487D;
}
.TagClassName
{
border-color: #8D487D;
}
</style>