Shades of Trendy Pink #886385
Tints of Trendy Pink #886385
RGB
CMYK
RGB Variations
Color information
#886385 (or 0x886385) is known color: Trendy Pink. HEX triplet: 88, 63 and 85. RGB value is (136,99,133). Sum of RGB (Red+Green+Blue) = 136+99+133=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #886385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886385 is #779C7A. Grayscale: #717171. Windows color (decimal): -7838843 or 8741768. OLE color: 8741768.
HSL color Cylindrical-coordinate representation of color #886385: hue angle of 304.86º 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 #886385 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 133 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.47 |
| HSL | 304.86º | 0.16% | 0.46% | - |
| HSV(B) | 304.86º | 0.27% | 0.53% | - |
| XYZ | 18.85 | 15.85 | 24.26 | - |
| YUV | 113.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 133 | 0 | 0.27 | 0.02 | 0.47 | 304.86 | 0.16 | 0.46 |
| Hex | 88 | 63 | 85 | 0 | 1B | 2 | 2F | 131 | 10 | 2E |
| Octal | 210 | 143 | 205 | 0 | 33 | 2 | 57 | 461 | 20 | 56 |
| Binary | 10001000 | 1100011 | 10000101 | 0 | 11011 | 10 | 101111 | 100110001 | 10000 | 101110 |
Color Harmonies of #886385
Complementary color
Monochromatic Colors of #886385
Black with #886385
Text Example
Text Example
White with #886385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886385; }
p { color: rgb(136,99,133); }
H1.HeaderClassName
{
color: #886385;
}
.AnyTagClassName
{
color: #886385;
}
</style>
background-color css
<style>
a { background-color: #886385; }
a { background-color: rgb(136,99,133); }
div.DivClassName
{
background-color: #886385;
}
.BgClassName
{
background-color: #886385;
}
</style>
border-color css
<style>
span { border-color: #886385; }
span { border-color: rgb(136,99,133); }
td.TdClassName
{
border-color: #886385;
}
.TagClassName
{
border-color: #886385;
}
</style>