Shades of Trendy Pink #815D85
Tints of Trendy Pink #815D85
RGB
CMYK
RGB Variations
Color information
#815D85 (or 0x815D85) is known color: Trendy Pink. HEX triplet: 81, 5D and 85. RGB value is (129,93,133). Sum of RGB (Red+Green+Blue) = 129+93+133=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #815D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815D85 is #7EA27A. Grayscale: #6C6C6C. Windows color (decimal): -8299131 or 8740225. OLE color: 8740225.
HSL color Cylindrical-coordinate representation of color #815D85: hue angle of 294º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815D85 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 93 | 133 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.48 |
| HSL | 294º | 0.18% | 0.44% | - |
| HSV(B) | 294º | 0.3% | 0.52% | - |
| XYZ | 17.2 | 14.19 | 24.02 | - |
| YUV | 108.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 133 | 0.03 | 0.30 | 0 | 0.48 | 294 | 0.18 | 0.44 |
| Hex | 81 | 5D | 85 | 3 | 1E | 0 | 30 | 126 | 12 | 2C |
| Octal | 201 | 135 | 205 | 3 | 36 | 0 | 60 | 446 | 22 | 54 |
| Binary | 10000001 | 1011101 | 10000101 | 11 | 11110 | 0 | 110000 | 100100110 | 10010 | 101100 |
Color Harmonies of #815D85
Complementary color
Monochromatic Colors of #815D85
Black with #815D85
Text Example
Text Example
White with #815D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D85; }
p { color: rgb(129,93,133); }
H1.HeaderClassName
{
color: #815D85;
}
.AnyTagClassName
{
color: #815D85;
}
</style>
background-color css
<style>
a { background-color: #815D85; }
a { background-color: rgb(129,93,133); }
div.DivClassName
{
background-color: #815D85;
}
.BgClassName
{
background-color: #815D85;
}
</style>
border-color css
<style>
span { border-color: #815D85; }
span { border-color: rgb(129,93,133); }
td.TdClassName
{
border-color: #815D85;
}
.TagClassName
{
border-color: #815D85;
}
</style>