Shades of Trendy Pink #855377
Tints of Trendy Pink #855377
RGB
CMYK
RGB Variations
Color information
#855377 (or 0x855377) is known color: Trendy Pink. HEX triplet: 85, 53 and 77. RGB value is (133,83,119). Sum of RGB (Red+Green+Blue) = 133+83+119=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855377 is #7AAC88. Grayscale: #656565. Windows color (decimal): -8039561 or 7820165. OLE color: 7820165.
HSL color Cylindrical-coordinate representation of color #855377: hue angle of 316.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855377 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 119 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.48 |
| HSL | 316.8º | 0.23% | 0.42% | - |
| HSV(B) | 316.8º | 0.38% | 0.52% | - |
| XYZ | 16.1 | 12.5 | 19.02 | - |
| YUV | 102.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 119 | 0 | 0.38 | 0.11 | 0.48 | 316.8 | 0.23 | 0.42 |
| Hex | 85 | 53 | 77 | 0 | 26 | B | 30 | 13D | 17 | 2A |
| Octal | 205 | 123 | 167 | 0 | 46 | 13 | 60 | 475 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1110111 | 0 | 100110 | 1011 | 110000 | 100111101 | 10111 | 101010 |
Color Harmonies of #855377
Complementary color
Monochromatic Colors of #855377
Black with #855377
Text Example
Text Example
White with #855377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855377; }
p { color: rgb(133,83,119); }
H1.HeaderClassName
{
color: #855377;
}
.AnyTagClassName
{
color: #855377;
}
</style>
background-color css
<style>
a { background-color: #855377; }
a { background-color: rgb(133,83,119); }
div.DivClassName
{
background-color: #855377;
}
.BgClassName
{
background-color: #855377;
}
</style>
border-color css
<style>
span { border-color: #855377; }
span { border-color: rgb(133,83,119); }
td.TdClassName
{
border-color: #855377;
}
.TagClassName
{
border-color: #855377;
}
</style>