Shades of Trendy Pink #886380
Tints of Trendy Pink #886380
RGB
CMYK
RGB Variations
Color information
#886380 (or 0x886380) is known color: Trendy Pink. HEX triplet: 88, 63 and 80. RGB value is (136,99,128). Sum of RGB (Red+Green+Blue) = 136+99+128=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #886380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886380 is #779C7F. Grayscale: #717171. Windows color (decimal): -7838848 or 8414088. OLE color: 8414088.
HSL color Cylindrical-coordinate representation of color #886380: hue angle of 312.97º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886380 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 128 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.47 |
| HSL | 312.97º | 0.16% | 0.46% | - |
| HSV(B) | 312.97º | 0.27% | 0.53% | - |
| XYZ | 18.51 | 15.72 | 22.48 | - |
| YUV | 113.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 128 | 0 | 0.27 | 0.06 | 0.47 | 312.97 | 0.16 | 0.46 |
| Hex | 88 | 63 | 80 | 0 | 1B | 6 | 2F | 139 | 10 | 2E |
| Octal | 210 | 143 | 200 | 0 | 33 | 6 | 57 | 471 | 20 | 56 |
| Binary | 10001000 | 1100011 | 10000000 | 0 | 11011 | 110 | 101111 | 100111001 | 10000 | 101110 |
Color Harmonies of #886380
Complementary color
Monochromatic Colors of #886380
Black with #886380
Text Example
Text Example
White with #886380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886380; }
p { color: rgb(136,99,128); }
H1.HeaderClassName
{
color: #886380;
}
.AnyTagClassName
{
color: #886380;
}
</style>
background-color css
<style>
a { background-color: #886380; }
a { background-color: rgb(136,99,128); }
div.DivClassName
{
background-color: #886380;
}
.BgClassName
{
background-color: #886380;
}
</style>
border-color css
<style>
span { border-color: #886380; }
span { border-color: rgb(136,99,128); }
td.TdClassName
{
border-color: #886380;
}
.TagClassName
{
border-color: #886380;
}
</style>