Shades of Trendy Pink #844177
Tints of Trendy Pink #844177
RGB
CMYK
RGB Variations
Color information
#844177 (or 0x844177) is known color: Trendy Pink. HEX triplet: 84, 41 and 77. RGB value is (132,65,119). Sum of RGB (Red+Green+Blue) = 132+65+119=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #844177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844177 is #7BBE88. Grayscale: #5B5B5B. Windows color (decimal): -8109705 or 7815556. OLE color: 7815556.
HSL color Cylindrical-coordinate representation of color #844177: hue angle of 311.64º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844177 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 119 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.48 |
| HSL | 311.64º | 0.34% | 0.39% | - |
| HSV(B) | 311.64º | 0.51% | 0.52% | - |
| XYZ | 14.74 | 10.02 | 18.61 | - |
| YUV | 91.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 119 | 0 | 0.51 | 0.10 | 0.48 | 311.64 | 0.34 | 0.39 |
| Hex | 84 | 41 | 77 | 0 | 33 | A | 30 | 138 | 22 | 27 |
| Octal | 204 | 101 | 167 | 0 | 63 | 12 | 60 | 470 | 42 | 47 |
| Binary | 10000100 | 1000001 | 1110111 | 0 | 110011 | 1010 | 110000 | 100111000 | 100010 | 100111 |
Color Harmonies of #844177
Complementary color
Monochromatic Colors of #844177
Black with #844177
Text Example
Text Example
White with #844177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844177; }
p { color: rgb(132,65,119); }
H1.HeaderClassName
{
color: #844177;
}
.AnyTagClassName
{
color: #844177;
}
</style>
background-color css
<style>
a { background-color: #844177; }
a { background-color: rgb(132,65,119); }
div.DivClassName
{
background-color: #844177;
}
.BgClassName
{
background-color: #844177;
}
</style>
border-color css
<style>
span { border-color: #844177; }
span { border-color: rgb(132,65,119); }
td.TdClassName
{
border-color: #844177;
}
.TagClassName
{
border-color: #844177;
}
</style>