Shades of Trendy Pink #895583
Tints of Trendy Pink #895583
RGB
CMYK
RGB Variations
Color information
#895583 (or 0x895583) is known color: Trendy Pink. HEX triplet: 89, 55 and 83. RGB value is (137,85,131). Sum of RGB (Red+Green+Blue) = 137+85+131=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #895583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895583 is #76AA7C. Grayscale: #696969. Windows color (decimal): -7776893 or 8607113. OLE color: 8607113.
HSL color Cylindrical-coordinate representation of color #895583: hue angle of 306.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895583 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 131 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.46 |
| HSL | 306.92º | 0.23% | 0.44% | - |
| HSV(B) | 306.92º | 0.38% | 0.54% | - |
| XYZ | 17.66 | 13.45 | 23.14 | - |
| YUV | 105.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 131 | 0 | 0.38 | 0.04 | 0.46 | 306.92 | 0.23 | 0.44 |
| Hex | 89 | 55 | 83 | 0 | 26 | 4 | 2E | 133 | 17 | 2C |
| Octal | 211 | 125 | 203 | 0 | 46 | 4 | 56 | 463 | 27 | 54 |
| Binary | 10001001 | 1010101 | 10000011 | 0 | 100110 | 100 | 101110 | 100110011 | 10111 | 101100 |
Color Harmonies of #895583
Complementary color
Monochromatic Colors of #895583
Black with #895583
Text Example
Text Example
White with #895583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895583; }
p { color: rgb(137,85,131); }
H1.HeaderClassName
{
color: #895583;
}
.AnyTagClassName
{
color: #895583;
}
</style>
background-color css
<style>
a { background-color: #895583; }
a { background-color: rgb(137,85,131); }
div.DivClassName
{
background-color: #895583;
}
.BgClassName
{
background-color: #895583;
}
</style>
border-color css
<style>
span { border-color: #895583; }
span { border-color: rgb(137,85,131); }
td.TdClassName
{
border-color: #895583;
}
.TagClassName
{
border-color: #895583;
}
</style>