Shades of Trendy Pink #855185
Tints of Trendy Pink #855185
RGB
CMYK
RGB Variations
Color information
#855185 (or 0x855185) is known color: Trendy Pink. HEX triplet: 85, 51 and 85. RGB value is (133,81,133). Sum of RGB (Red+Green+Blue) = 133+81+133=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #855185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855185 is #7AAE7A. Grayscale: #666666. Windows color (decimal): -8040059 or 8737157. OLE color: 8737157.
HSL color Cylindrical-coordinate representation of color #855185: hue angle of 300º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855185 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 133 | - |
| CMYK | 0 | 0.39 | 0 | 0.48 |
| HSL | 300º | 0.24% | 0.42% | - |
| HSV(B) | 300º | 0.39% | 0.52% | - |
| XYZ | 16.85 | 12.56 | 23.73 | - |
| YUV | 102.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 133 | 0 | 0.39 | 0 | 0.48 | 300 | 0.24 | 0.42 |
| Hex | 85 | 51 | 85 | 0 | 27 | 0 | 30 | 12C | 18 | 2A |
| Octal | 205 | 121 | 205 | 0 | 47 | 0 | 60 | 454 | 30 | 52 |
| Binary | 10000101 | 1010001 | 10000101 | 0 | 100111 | 0 | 110000 | 100101100 | 11000 | 101010 |
Color Harmonies of #855185
Complementary color
Monochromatic Colors of #855185
Black with #855185
Text Example
Text Example
White with #855185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855185; }
p { color: rgb(133,81,133); }
H1.HeaderClassName
{
color: #855185;
}
.AnyTagClassName
{
color: #855185;
}
</style>
background-color css
<style>
a { background-color: #855185; }
a { background-color: rgb(133,81,133); }
div.DivClassName
{
background-color: #855185;
}
.BgClassName
{
background-color: #855185;
}
</style>
border-color css
<style>
span { border-color: #855185; }
span { border-color: rgb(133,81,133); }
td.TdClassName
{
border-color: #855185;
}
.TagClassName
{
border-color: #855185;
}
</style>