Shades of Trendy Pink #815580
Tints of Trendy Pink #815580
RGB
CMYK
RGB Variations
Color information
#815580 (or 0x815580) is known color: Trendy Pink. HEX triplet: 81, 55 and 80. RGB value is (129,85,128). Sum of RGB (Red+Green+Blue) = 129+85+128=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #815580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815580 is #7EAA7F. Grayscale: #666666. Windows color (decimal): -8301184 or 8410497. OLE color: 8410497.
HSL color Cylindrical-coordinate representation of color #815580: hue angle of 301.36º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815580 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 85 | 128 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.49 |
| HSL | 301.36º | 0.21% | 0.42% | - |
| HSV(B) | 301.36º | 0.34% | 0.51% | - |
| XYZ | 16.2 | 12.72 | 22.02 | - |
| YUV | 103.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 128 | 0 | 0.34 | 0.01 | 0.49 | 301.36 | 0.21 | 0.42 |
| Hex | 81 | 55 | 80 | 0 | 22 | 1 | 31 | 12D | 15 | 2A |
| Octal | 201 | 125 | 200 | 0 | 42 | 1 | 61 | 455 | 25 | 52 |
| Binary | 10000001 | 1010101 | 10000000 | 0 | 100010 | 1 | 110001 | 100101101 | 10101 | 101010 |
Color Harmonies of #815580
Complementary color
Monochromatic Colors of #815580
Black with #815580
Text Example
Text Example
White with #815580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815580; }
p { color: rgb(129,85,128); }
H1.HeaderClassName
{
color: #815580;
}
.AnyTagClassName
{
color: #815580;
}
</style>
background-color css
<style>
a { background-color: #815580; }
a { background-color: rgb(129,85,128); }
div.DivClassName
{
background-color: #815580;
}
.BgClassName
{
background-color: #815580;
}
</style>
border-color css
<style>
span { border-color: #815580; }
span { border-color: rgb(129,85,128); }
td.TdClassName
{
border-color: #815580;
}
.TagClassName
{
border-color: #815580;
}
</style>