Shades of Trendy Pink #8D477D
Tints of Trendy Pink #8D477D
RGB
CMYK
RGB Variations
Color information
#8D477D (or 0x8D477D) is known color: Trendy Pink. HEX triplet: 8D, 47 and 7D. RGB value is (141,71,125). Sum of RGB (Red+Green+Blue) = 141+71+125=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D477D is #72B882. Grayscale: #616161. Windows color (decimal): -7518339 or 8210317. OLE color: 8210317.
HSL color Cylindrical-coordinate representation of color #8D477D: hue angle of 313.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D477D is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 125 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.45 |
| HSL | 313.71º | 0.33% | 0.42% | - |
| HSV(B) | 313.71º | 0.5% | 0.55% | - |
| XYZ | 16.94 | 11.65 | 20.76 | - |
| YUV | 98.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 125 | 0 | 0.50 | 0.11 | 0.45 | 313.71 | 0.33 | 0.42 |
| Hex | 8D | 47 | 7D | 0 | 32 | B | 2D | 13A | 21 | 2A |
| Octal | 215 | 107 | 175 | 0 | 62 | 13 | 55 | 472 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1111101 | 0 | 110010 | 1011 | 101101 | 100111010 | 100001 | 101010 |
Color Harmonies of #8D477D
Complementary color
Monochromatic Colors of #8D477D
Black with #8D477D
Text Example
Text Example
White with #8D477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D477D; }
p { color: rgb(141,71,125); }
H1.HeaderClassName
{
color: #8D477D;
}
.AnyTagClassName
{
color: #8D477D;
}
</style>
background-color css
<style>
a { background-color: #8D477D; }
a { background-color: rgb(141,71,125); }
div.DivClassName
{
background-color: #8D477D;
}
.BgClassName
{
background-color: #8D477D;
}
</style>
border-color css
<style>
span { border-color: #8D477D; }
span { border-color: rgb(141,71,125); }
td.TdClassName
{
border-color: #8D477D;
}
.TagClassName
{
border-color: #8D477D;
}
</style>