Shades of Trendy Pink #854574
Tints of Trendy Pink #854574
RGB
CMYK
RGB Variations
Color information
#854574 (or 0x854574) is known color: Trendy Pink. HEX triplet: 85, 45 and 74. RGB value is (133,69,116). Sum of RGB (Red+Green+Blue) = 133+69+116=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854574 is #7ABA8B. Grayscale: #5D5D5D. Windows color (decimal): -8043148 or 7619973. OLE color: 7619973.
HSL color Cylindrical-coordinate representation of color #854574: hue angle of 315.94º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854574 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 116 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.48 |
| HSL | 315.94º | 0.32% | 0.4% | - |
| HSV(B) | 315.94º | 0.48% | 0.52% | - |
| XYZ | 14.95 | 10.5 | 17.76 | - |
| YUV | 93.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 116 | 0 | 0.48 | 0.13 | 0.48 | 315.94 | 0.32 | 0.4 |
| Hex | 85 | 45 | 74 | 0 | 30 | D | 30 | 13C | 20 | 28 |
| Octal | 205 | 105 | 164 | 0 | 60 | 15 | 60 | 474 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1110100 | 0 | 110000 | 1101 | 110000 | 100111100 | 100000 | 101000 |
Color Harmonies of #854574
Complementary color
Monochromatic Colors of #854574
Black with #854574
Text Example
Text Example
White with #854574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854574; }
p { color: rgb(133,69,116); }
H1.HeaderClassName
{
color: #854574;
}
.AnyTagClassName
{
color: #854574;
}
</style>
background-color css
<style>
a { background-color: #854574; }
a { background-color: rgb(133,69,116); }
div.DivClassName
{
background-color: #854574;
}
.BgClassName
{
background-color: #854574;
}
</style>
border-color css
<style>
span { border-color: #854574; }
span { border-color: rgb(133,69,116); }
td.TdClassName
{
border-color: #854574;
}
.TagClassName
{
border-color: #854574;
}
</style>