Shades of Trendy Pink #825281
Tints of Trendy Pink #825281
RGB
CMYK
RGB Variations
Color information
#825281 (or 0x825281) is known color: Trendy Pink. HEX triplet: 82, 52 and 81. RGB value is (130,82,129). Sum of RGB (Red+Green+Blue) = 130+82+129=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #825281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825281 is #7DAD7E. Grayscale: #656565. Windows color (decimal): -8236415 or 8475266. OLE color: 8475266.
HSL color Cylindrical-coordinate representation of color #825281: hue angle of 301.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825281 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 129 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.49 |
| HSL | 301.25º | 0.23% | 0.42% | - |
| HSV(B) | 301.25º | 0.37% | 0.51% | - |
| XYZ | 16.19 | 12.37 | 22.3 | - |
| YUV | 101.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 129 | 0 | 0.37 | 0.01 | 0.49 | 301.25 | 0.23 | 0.42 |
| Hex | 82 | 52 | 81 | 0 | 25 | 1 | 31 | 12D | 17 | 2A |
| Octal | 202 | 122 | 201 | 0 | 45 | 1 | 61 | 455 | 27 | 52 |
| Binary | 10000010 | 1010010 | 10000001 | 0 | 100101 | 1 | 110001 | 100101101 | 10111 | 101010 |
Color Harmonies of #825281
Complementary color
Monochromatic Colors of #825281
Black with #825281
Text Example
Text Example
White with #825281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825281; }
p { color: rgb(130,82,129); }
H1.HeaderClassName
{
color: #825281;
}
.AnyTagClassName
{
color: #825281;
}
</style>
background-color css
<style>
a { background-color: #825281; }
a { background-color: rgb(130,82,129); }
div.DivClassName
{
background-color: #825281;
}
.BgClassName
{
background-color: #825281;
}
</style>
border-color css
<style>
span { border-color: #825281; }
span { border-color: rgb(130,82,129); }
td.TdClassName
{
border-color: #825281;
}
.TagClassName
{
border-color: #825281;
}
</style>