Shades of Trendy Pink #855878
Tints of Trendy Pink #855878
RGB
CMYK
RGB Variations
Color information
#855878 (or 0x855878) is known color: Trendy Pink. HEX triplet: 85, 58 and 78. RGB value is (133,88,120). Sum of RGB (Red+Green+Blue) = 133+88+120=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855878 is #7AA787. Grayscale: #696969. Windows color (decimal): -8038280 or 7886981. OLE color: 7886981.
HSL color Cylindrical-coordinate representation of color #855878: hue angle of 317.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855878 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 120 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.48 |
| HSL | 317.33º | 0.2% | 0.43% | - |
| HSV(B) | 317.33º | 0.34% | 0.52% | - |
| XYZ | 16.55 | 13.32 | 19.47 | - |
| YUV | 105.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 120 | 0 | 0.34 | 0.10 | 0.48 | 317.33 | 0.2 | 0.43 |
| Hex | 85 | 58 | 78 | 0 | 22 | A | 30 | 13D | 14 | 2B |
| Octal | 205 | 130 | 170 | 0 | 42 | 12 | 60 | 475 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1111000 | 0 | 100010 | 1010 | 110000 | 100111101 | 10100 | 101011 |
Color Harmonies of #855878
Complementary color
Monochromatic Colors of #855878
Black with #855878
Text Example
Text Example
White with #855878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855878; }
p { color: rgb(133,88,120); }
H1.HeaderClassName
{
color: #855878;
}
.AnyTagClassName
{
color: #855878;
}
</style>
background-color css
<style>
a { background-color: #855878; }
a { background-color: rgb(133,88,120); }
div.DivClassName
{
background-color: #855878;
}
.BgClassName
{
background-color: #855878;
}
</style>
border-color css
<style>
span { border-color: #855878; }
span { border-color: rgb(133,88,120); }
td.TdClassName
{
border-color: #855878;
}
.TagClassName
{
border-color: #855878;
}
</style>