Shades of Trendy Pink #884684
Tints of Trendy Pink #884684
RGB
CMYK
RGB Variations
Color information
#884684 (or 0x884684) is known color: Trendy Pink. HEX triplet: 88, 46 and 84. RGB value is (136,70,132). Sum of RGB (Red+Green+Blue) = 136+70+132=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884684 is #77B97B. Grayscale: #606060. Windows color (decimal): -7846268 or 8668808. OLE color: 8668808.
HSL color Cylindrical-coordinate representation of color #884684: hue angle of 303.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884684 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 132 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.47 |
| HSL | 303.64º | 0.32% | 0.4% | - |
| HSV(B) | 303.64º | 0.49% | 0.53% | - |
| XYZ | 16.51 | 11.28 | 23.14 | - |
| YUV | 96.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 132 | 0 | 0.49 | 0.03 | 0.47 | 303.64 | 0.32 | 0.4 |
| Hex | 88 | 46 | 84 | 0 | 31 | 3 | 2F | 130 | 20 | 28 |
| Octal | 210 | 106 | 204 | 0 | 61 | 3 | 57 | 460 | 40 | 50 |
| Binary | 10001000 | 1000110 | 10000100 | 0 | 110001 | 11 | 101111 | 100110000 | 100000 | 101000 |
Color Harmonies of #884684
Complementary color
Monochromatic Colors of #884684
Black with #884684
Text Example
Text Example
White with #884684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884684; }
p { color: rgb(136,70,132); }
H1.HeaderClassName
{
color: #884684;
}
.AnyTagClassName
{
color: #884684;
}
</style>
background-color css
<style>
a { background-color: #884684; }
a { background-color: rgb(136,70,132); }
div.DivClassName
{
background-color: #884684;
}
.BgClassName
{
background-color: #884684;
}
</style>
border-color css
<style>
span { border-color: #884684; }
span { border-color: rgb(136,70,132); }
td.TdClassName
{
border-color: #884684;
}
.TagClassName
{
border-color: #884684;
}
</style>