Shades of Trendy Pink #884889
Tints of Trendy Pink #884889
RGB
CMYK
RGB Variations
Color information
#884889 (or 0x884889) is known color: Trendy Pink. HEX triplet: 88, 48 and 89. RGB value is (136,72,137). Sum of RGB (Red+Green+Blue) = 136+72+137=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #884889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884889 is #77B776. Grayscale: #626262. Windows color (decimal): -7845751 or 8997000. OLE color: 8997000.
HSL color Cylindrical-coordinate representation of color #884889: hue angle of 299.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884889 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 72 | 137 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.46 |
| HSL | 299.08º | 0.31% | 0.41% | - |
| HSV(B) | 299.08º | 0.47% | 0.54% | - |
| XYZ | 16.99 | 11.68 | 25.03 | - |
| YUV | 98.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 137 | 0.01 | 0.47 | 0 | 0.46 | 299.08 | 0.31 | 0.41 |
| Hex | 88 | 48 | 89 | 1 | 2F | 0 | 2E | 12B | 1F | 29 |
| Octal | 210 | 110 | 211 | 1 | 57 | 0 | 56 | 453 | 37 | 51 |
| Binary | 10001000 | 1001000 | 10001001 | 1 | 101111 | 0 | 101110 | 100101011 | 11111 | 101001 |
Color Harmonies of #884889
Complementary color
Monochromatic Colors of #884889
Black with #884889
Text Example
Text Example
White with #884889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884889; }
p { color: rgb(136,72,137); }
H1.HeaderClassName
{
color: #884889;
}
.AnyTagClassName
{
color: #884889;
}
</style>
background-color css
<style>
a { background-color: #884889; }
a { background-color: rgb(136,72,137); }
div.DivClassName
{
background-color: #884889;
}
.BgClassName
{
background-color: #884889;
}
</style>
border-color css
<style>
span { border-color: #884889; }
span { border-color: rgb(136,72,137); }
td.TdClassName
{
border-color: #884889;
}
.TagClassName
{
border-color: #884889;
}
</style>