Shades of Trendy Pink #855378
Tints of Trendy Pink #855378
RGB
CMYK
RGB Variations
Color information
#855378 (or 0x855378) is known color: Trendy Pink. HEX triplet: 85, 53 and 78. RGB value is (133,83,120). Sum of RGB (Red+Green+Blue) = 133+83+120=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #855378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855378 is #7AAC87. Grayscale: #666666. Windows color (decimal): -8039560 or 7885701. OLE color: 7885701.
HSL color Cylindrical-coordinate representation of color #855378: hue angle of 315.6º 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 #855378 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 120 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.48 |
| HSL | 315.6º | 0.23% | 0.42% | - |
| HSV(B) | 315.6º | 0.38% | 0.52% | - |
| XYZ | 16.16 | 12.53 | 19.34 | - |
| YUV | 102.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 120 | 0 | 0.38 | 0.10 | 0.48 | 315.6 | 0.23 | 0.42 |
| Hex | 85 | 53 | 78 | 0 | 26 | A | 30 | 13C | 17 | 2A |
| Octal | 205 | 123 | 170 | 0 | 46 | 12 | 60 | 474 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1111000 | 0 | 100110 | 1010 | 110000 | 100111100 | 10111 | 101010 |
Color Harmonies of #855378
Complementary color
Monochromatic Colors of #855378
Black with #855378
Text Example
Text Example
White with #855378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855378; }
p { color: rgb(133,83,120); }
H1.HeaderClassName
{
color: #855378;
}
.AnyTagClassName
{
color: #855378;
}
</style>
background-color css
<style>
a { background-color: #855378; }
a { background-color: rgb(133,83,120); }
div.DivClassName
{
background-color: #855378;
}
.BgClassName
{
background-color: #855378;
}
</style>
border-color css
<style>
span { border-color: #855378; }
span { border-color: rgb(133,83,120); }
td.TdClassName
{
border-color: #855378;
}
.TagClassName
{
border-color: #855378;
}
</style>