Shades of Trendy Pink #884782
Tints of Trendy Pink #884782
RGB
CMYK
RGB Variations
Color information
#884782 (or 0x884782) is known color: Trendy Pink. HEX triplet: 88, 47 and 82. RGB value is (136,71,130). Sum of RGB (Red+Green+Blue) = 136+71+130=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #884782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884782 is #77B87D. Grayscale: #606060. Windows color (decimal): -7846014 or 8537992. OLE color: 8537992.
HSL color Cylindrical-coordinate representation of color #884782: hue angle of 305.54º 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 #884782 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 130 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.47 |
| HSL | 305.54º | 0.31% | 0.41% | - |
| HSV(B) | 305.54º | 0.48% | 0.53% | - |
| XYZ | 16.44 | 11.35 | 22.44 | - |
| YUV | 97.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 130 | 0 | 0.48 | 0.04 | 0.47 | 305.54 | 0.31 | 0.41 |
| Hex | 88 | 47 | 82 | 0 | 30 | 4 | 2F | 132 | 1F | 29 |
| Octal | 210 | 107 | 202 | 0 | 60 | 4 | 57 | 462 | 37 | 51 |
| Binary | 10001000 | 1000111 | 10000010 | 0 | 110000 | 100 | 101111 | 100110010 | 11111 | 101001 |
Color Harmonies of #884782
Complementary color
Monochromatic Colors of #884782
Black with #884782
Text Example
Text Example
White with #884782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884782; }
p { color: rgb(136,71,130); }
H1.HeaderClassName
{
color: #884782;
}
.AnyTagClassName
{
color: #884782;
}
</style>
background-color css
<style>
a { background-color: #884782; }
a { background-color: rgb(136,71,130); }
div.DivClassName
{
background-color: #884782;
}
.BgClassName
{
background-color: #884782;
}
</style>
border-color css
<style>
span { border-color: #884782; }
span { border-color: rgb(136,71,130); }
td.TdClassName
{
border-color: #884782;
}
.TagClassName
{
border-color: #884782;
}
</style>