Shades of Trendy Pink #884481
Tints of Trendy Pink #884481
RGB
CMYK
RGB Variations
Color information
#884481 (or 0x884481) is known color: Trendy Pink. HEX triplet: 88, 44 and 81. RGB value is (136,68,129). Sum of RGB (Red+Green+Blue) = 136+68+129=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #884481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884481 is #77BB7E. Grayscale: #5F5F5F. Windows color (decimal): -7846783 or 8471688. OLE color: 8471688.
HSL color Cylindrical-coordinate representation of color #884481: hue angle of 306.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884481 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 129 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.47 |
| HSL | 306.18º | 0.33% | 0.4% | - |
| HSV(B) | 306.18º | 0.5% | 0.53% | - |
| XYZ | 16.18 | 10.95 | 22.03 | - |
| YUV | 95.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 129 | 0 | 0.50 | 0.05 | 0.47 | 306.18 | 0.33 | 0.4 |
| Hex | 88 | 44 | 81 | 0 | 32 | 5 | 2F | 132 | 21 | 28 |
| Octal | 210 | 104 | 201 | 0 | 62 | 5 | 57 | 462 | 41 | 50 |
| Binary | 10001000 | 1000100 | 10000001 | 0 | 110010 | 101 | 101111 | 100110010 | 100001 | 101000 |
Color Harmonies of #884481
Complementary color
Monochromatic Colors of #884481
Black with #884481
Text Example
Text Example
White with #884481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884481; }
p { color: rgb(136,68,129); }
H1.HeaderClassName
{
color: #884481;
}
.AnyTagClassName
{
color: #884481;
}
</style>
background-color css
<style>
a { background-color: #884481; }
a { background-color: rgb(136,68,129); }
div.DivClassName
{
background-color: #884481;
}
.BgClassName
{
background-color: #884481;
}
</style>
border-color css
<style>
span { border-color: #884481; }
span { border-color: rgb(136,68,129); }
td.TdClassName
{
border-color: #884481;
}
.TagClassName
{
border-color: #884481;
}
</style>