Shades of Trendy Pink #884788
Tints of Trendy Pink #884788
RGB
CMYK
RGB Variations
Color information
#884788 (or 0x884788) is known color: Trendy Pink. HEX triplet: 88, 47 and 88. RGB value is (136,71,136). Sum of RGB (Red+Green+Blue) = 136+71+136=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #884788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884788 is #77B877. Grayscale: #616161. Windows color (decimal): -7846008 or 8931208. OLE color: 8931208.
HSL color Cylindrical-coordinate representation of color #884788: hue angle of 300º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884788 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 136 | - |
| CMYK | 0 | 0.48 | 0 | 0.47 |
| HSL | 300º | 0.31% | 0.41% | - |
| HSV(B) | 300º | 0.48% | 0.53% | - |
| XYZ | 16.85 | 11.52 | 24.63 | - |
| YUV | 97.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 136 | 0 | 0.48 | 0 | 0.47 | 300 | 0.31 | 0.41 |
| Hex | 88 | 47 | 88 | 0 | 30 | 0 | 2F | 12C | 1F | 29 |
| Octal | 210 | 107 | 210 | 0 | 60 | 0 | 57 | 454 | 37 | 51 |
| Binary | 10001000 | 1000111 | 10001000 | 0 | 110000 | 0 | 101111 | 100101100 | 11111 | 101001 |
Color Harmonies of #884788
Complementary color
Monochromatic Colors of #884788
Black with #884788
Text Example
Text Example
White with #884788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884788; }
p { color: rgb(136,71,136); }
H1.HeaderClassName
{
color: #884788;
}
.AnyTagClassName
{
color: #884788;
}
</style>
background-color css
<style>
a { background-color: #884788; }
a { background-color: rgb(136,71,136); }
div.DivClassName
{
background-color: #884788;
}
.BgClassName
{
background-color: #884788;
}
</style>
border-color css
<style>
span { border-color: #884788; }
span { border-color: rgb(136,71,136); }
td.TdClassName
{
border-color: #884788;
}
.TagClassName
{
border-color: #884788;
}
</style>