Shades of Trendy Pink #884685
Tints of Trendy Pink #884685
RGB
CMYK
RGB Variations
Color information
#884685 (or 0x884685) is known color: Trendy Pink. HEX triplet: 88, 46 and 85. RGB value is (136,70,133). Sum of RGB (Red+Green+Blue) = 136+70+133=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #884685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884685 is #77B97A. Grayscale: #606060. Windows color (decimal): -7846267 or 8734344. OLE color: 8734344.
HSL color Cylindrical-coordinate representation of color #884685: hue angle of 302.73º 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 #884685 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 133 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.47 |
| HSL | 302.73º | 0.32% | 0.4% | - |
| HSV(B) | 302.73º | 0.49% | 0.53% | - |
| XYZ | 16.58 | 11.31 | 23.5 | - |
| YUV | 96.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 133 | 0 | 0.49 | 0.02 | 0.47 | 302.73 | 0.32 | 0.4 |
| Hex | 88 | 46 | 85 | 0 | 31 | 2 | 2F | 12F | 20 | 28 |
| Octal | 210 | 106 | 205 | 0 | 61 | 2 | 57 | 457 | 40 | 50 |
| Binary | 10001000 | 1000110 | 10000101 | 0 | 110001 | 10 | 101111 | 100101111 | 100000 | 101000 |
Color Harmonies of #884685
Complementary color
Monochromatic Colors of #884685
Black with #884685
Text Example
Text Example
White with #884685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884685; }
p { color: rgb(136,70,133); }
H1.HeaderClassName
{
color: #884685;
}
.AnyTagClassName
{
color: #884685;
}
</style>
background-color css
<style>
a { background-color: #884685; }
a { background-color: rgb(136,70,133); }
div.DivClassName
{
background-color: #884685;
}
.BgClassName
{
background-color: #884685;
}
</style>
border-color css
<style>
span { border-color: #884685; }
span { border-color: rgb(136,70,133); }
td.TdClassName
{
border-color: #884685;
}
.TagClassName
{
border-color: #884685;
}
</style>