Shades of Trendy Pink #855375
Tints of Trendy Pink #855375
RGB
CMYK
RGB Variations
Color information
#855375 (or 0x855375) is known color: Trendy Pink. HEX triplet: 85, 53 and 75. RGB value is (133,83,117). Sum of RGB (Red+Green+Blue) = 133+83+117=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855375 is #7AAC8A. Grayscale: #656565. Windows color (decimal): -8039563 or 7689093. OLE color: 7689093.
HSL color Cylindrical-coordinate representation of color #855375: hue angle of 319.2º 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 #855375 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 117 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.48 |
| HSL | 319.2º | 0.23% | 0.42% | - |
| HSV(B) | 319.2º | 0.38% | 0.52% | - |
| XYZ | 15.98 | 12.46 | 18.39 | - |
| YUV | 101.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 117 | 0 | 0.38 | 0.12 | 0.48 | 319.2 | 0.23 | 0.42 |
| Hex | 85 | 53 | 75 | 0 | 26 | C | 30 | 13F | 17 | 2A |
| Octal | 205 | 123 | 165 | 0 | 46 | 14 | 60 | 477 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1110101 | 0 | 100110 | 1100 | 110000 | 100111111 | 10111 | 101010 |
Color Harmonies of #855375
Complementary color
Monochromatic Colors of #855375
Black with #855375
Text Example
Text Example
White with #855375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855375; }
p { color: rgb(133,83,117); }
H1.HeaderClassName
{
color: #855375;
}
.AnyTagClassName
{
color: #855375;
}
</style>
background-color css
<style>
a { background-color: #855375; }
a { background-color: rgb(133,83,117); }
div.DivClassName
{
background-color: #855375;
}
.BgClassName
{
background-color: #855375;
}
</style>
border-color css
<style>
span { border-color: #855375; }
span { border-color: rgb(133,83,117); }
td.TdClassName
{
border-color: #855375;
}
.TagClassName
{
border-color: #855375;
}
</style>