Shades of Trendy Pink #8D4879
Tints of Trendy Pink #8D4879
RGB
CMYK
RGB Variations
Color information
#8D4879 (or 0x8D4879) is known color: Trendy Pink. HEX triplet: 8D, 48 and 79. RGB value is (141,72,121). Sum of RGB (Red+Green+Blue) = 141+72+121=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4879 is #72B786. Grayscale: #626262. Windows color (decimal): -7518087 or 7948429. OLE color: 7948429.
HSL color Cylindrical-coordinate representation of color #8D4879: hue angle of 317.39º 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 #8D4879 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 121 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.45 |
| HSL | 317.39º | 0.32% | 0.42% | - |
| HSV(B) | 317.39º | 0.49% | 0.55% | - |
| XYZ | 16.75 | 11.68 | 19.46 | - |
| YUV | 98.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 121 | 0 | 0.49 | 0.14 | 0.45 | 317.39 | 0.32 | 0.42 |
| Hex | 8D | 48 | 79 | 0 | 31 | E | 2D | 13D | 20 | 2A |
| Octal | 215 | 110 | 171 | 0 | 61 | 16 | 55 | 475 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1111001 | 0 | 110001 | 1110 | 101101 | 100111101 | 100000 | 101010 |
Color Harmonies of #8D4879
Complementary color
Monochromatic Colors of #8D4879
Black with #8D4879
Text Example
Text Example
White with #8D4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4879; }
p { color: rgb(141,72,121); }
H1.HeaderClassName
{
color: #8D4879;
}
.AnyTagClassName
{
color: #8D4879;
}
</style>
background-color css
<style>
a { background-color: #8D4879; }
a { background-color: rgb(141,72,121); }
div.DivClassName
{
background-color: #8D4879;
}
.BgClassName
{
background-color: #8D4879;
}
</style>
border-color css
<style>
span { border-color: #8D4879; }
span { border-color: rgb(141,72,121); }
td.TdClassName
{
border-color: #8D4879;
}
.TagClassName
{
border-color: #8D4879;
}
</style>