Shades of Trendy Pink #884F80
Tints of Trendy Pink #884F80
RGB
CMYK
RGB Variations
Color information
#884F80 (or 0x884F80) is known color: Trendy Pink. HEX triplet: 88, 4F and 80. RGB value is (136,79,128). Sum of RGB (Red+Green+Blue) = 136+79+128=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #884F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884F80 is #77B07F. Grayscale: #656565. Windows color (decimal): -7843968 or 8408968. OLE color: 8408968.
HSL color Cylindrical-coordinate representation of color #884F80: hue angle of 308.42º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F80 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 128 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.47 |
| HSL | 308.42º | 0.27% | 0.42% | - |
| HSV(B) | 308.42º | 0.42% | 0.53% | - |
| XYZ | 16.85 | 12.38 | 21.92 | - |
| YUV | 101.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 128 | 0 | 0.42 | 0.06 | 0.47 | 308.42 | 0.27 | 0.42 |
| Hex | 88 | 4F | 80 | 0 | 2A | 6 | 2F | 134 | 1B | 2A |
| Octal | 210 | 117 | 200 | 0 | 52 | 6 | 57 | 464 | 33 | 52 |
| Binary | 10001000 | 1001111 | 10000000 | 0 | 101010 | 110 | 101111 | 100110100 | 11011 | 101010 |
Color Harmonies of #884F80
Complementary color
Monochromatic Colors of #884F80
Black with #884F80
Text Example
Text Example
White with #884F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F80; }
p { color: rgb(136,79,128); }
H1.HeaderClassName
{
color: #884F80;
}
.AnyTagClassName
{
color: #884F80;
}
</style>
background-color css
<style>
a { background-color: #884F80; }
a { background-color: rgb(136,79,128); }
div.DivClassName
{
background-color: #884F80;
}
.BgClassName
{
background-color: #884F80;
}
</style>
border-color css
<style>
span { border-color: #884F80; }
span { border-color: rgb(136,79,128); }
td.TdClassName
{
border-color: #884F80;
}
.TagClassName
{
border-color: #884F80;
}
</style>