Shades of Trendy Pink #855079
Tints of Trendy Pink #855079
RGB
CMYK
RGB Variations
Color information
#855079 (or 0x855079) is known color: Trendy Pink. HEX triplet: 85, 50 and 79. RGB value is (133,80,121). Sum of RGB (Red+Green+Blue) = 133+80+121=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855079 is #7AAF86. Grayscale: #646464. Windows color (decimal): -8040327 or 7950469. OLE color: 7950469.
HSL color Cylindrical-coordinate representation of color #855079: hue angle of 313.58º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855079 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 121 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.48 |
| HSL | 313.58º | 0.25% | 0.42% | - |
| HSV(B) | 313.58º | 0.4% | 0.52% | - |
| XYZ | 15.99 | 12.1 | 19.58 | - |
| YUV | 100.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 121 | 0 | 0.40 | 0.09 | 0.48 | 313.58 | 0.25 | 0.42 |
| Hex | 85 | 50 | 79 | 0 | 28 | 9 | 30 | 13A | 19 | 2A |
| Octal | 205 | 120 | 171 | 0 | 50 | 11 | 60 | 472 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1111001 | 0 | 101000 | 1001 | 110000 | 100111010 | 11001 | 101010 |
Color Harmonies of #855079
Complementary color
Monochromatic Colors of #855079
Black with #855079
Text Example
Text Example
White with #855079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855079; }
p { color: rgb(133,80,121); }
H1.HeaderClassName
{
color: #855079;
}
.AnyTagClassName
{
color: #855079;
}
</style>
background-color css
<style>
a { background-color: #855079; }
a { background-color: rgb(133,80,121); }
div.DivClassName
{
background-color: #855079;
}
.BgClassName
{
background-color: #855079;
}
</style>
border-color css
<style>
span { border-color: #855079; }
span { border-color: rgb(133,80,121); }
td.TdClassName
{
border-color: #855079;
}
.TagClassName
{
border-color: #855079;
}
</style>