Shades of Trendy Pink #884A80
Tints of Trendy Pink #884A80
RGB
CMYK
RGB Variations
Color information
#884A80 (or 0x884A80) is known color: Trendy Pink. HEX triplet: 88, 4A and 80. RGB value is (136,74,128). Sum of RGB (Red+Green+Blue) = 136+74+128=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A80 is #77B57F. Grayscale: #626262. Windows color (decimal): -7845248 or 8407688. OLE color: 8407688.
HSL color Cylindrical-coordinate representation of color #884A80: hue angle of 307.74º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A80 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 128 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.47 |
| HSL | 307.74º | 0.3% | 0.41% | - |
| HSV(B) | 307.74º | 0.46% | 0.53% | - |
| XYZ | 16.5 | 11.69 | 21.81 | - |
| YUV | 98.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 128 | 0 | 0.46 | 0.06 | 0.47 | 307.74 | 0.3 | 0.41 |
| Hex | 88 | 4A | 80 | 0 | 2E | 6 | 2F | 134 | 1E | 29 |
| Octal | 210 | 112 | 200 | 0 | 56 | 6 | 57 | 464 | 36 | 51 |
| Binary | 10001000 | 1001010 | 10000000 | 0 | 101110 | 110 | 101111 | 100110100 | 11110 | 101001 |
Color Harmonies of #884A80
Complementary color
Monochromatic Colors of #884A80
Black with #884A80
Text Example
Text Example
White with #884A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A80; }
p { color: rgb(136,74,128); }
H1.HeaderClassName
{
color: #884A80;
}
.AnyTagClassName
{
color: #884A80;
}
</style>
background-color css
<style>
a { background-color: #884A80; }
a { background-color: rgb(136,74,128); }
div.DivClassName
{
background-color: #884A80;
}
.BgClassName
{
background-color: #884A80;
}
</style>
border-color css
<style>
span { border-color: #884A80; }
span { border-color: rgb(136,74,128); }
td.TdClassName
{
border-color: #884A80;
}
.TagClassName
{
border-color: #884A80;
}
</style>