Shades of Trendy Pink #825078
Tints of Trendy Pink #825078
RGB
CMYK
RGB Variations
Color information
#825078 (or 0x825078) is known color: Trendy Pink. HEX triplet: 82, 50 and 78. RGB value is (130,80,120). Sum of RGB (Red+Green+Blue) = 130+80+120=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #825078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825078 is #7DAF87. Grayscale: #636363. Windows color (decimal): -8236936 or 7884930. OLE color: 7884930.
HSL color Cylindrical-coordinate representation of color #825078: hue angle of 312º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825078 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 120 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.49 |
| HSL | 312º | 0.24% | 0.41% | - |
| HSV(B) | 312º | 0.38% | 0.51% | - |
| XYZ | 15.46 | 11.84 | 19.24 | - |
| YUV | 99.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 120 | 0 | 0.38 | 0.08 | 0.49 | 312 | 0.24 | 0.41 |
| Hex | 82 | 50 | 78 | 0 | 26 | 8 | 31 | 138 | 18 | 29 |
| Octal | 202 | 120 | 170 | 0 | 46 | 10 | 61 | 470 | 30 | 51 |
| Binary | 10000010 | 1010000 | 1111000 | 0 | 100110 | 1000 | 110001 | 100111000 | 11000 | 101001 |
Color Harmonies of #825078
Complementary color
Monochromatic Colors of #825078
Black with #825078
Text Example
Text Example
White with #825078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825078; }
p { color: rgb(130,80,120); }
H1.HeaderClassName
{
color: #825078;
}
.AnyTagClassName
{
color: #825078;
}
</style>
background-color css
<style>
a { background-color: #825078; }
a { background-color: rgb(130,80,120); }
div.DivClassName
{
background-color: #825078;
}
.BgClassName
{
background-color: #825078;
}
</style>
border-color css
<style>
span { border-color: #825078; }
span { border-color: rgb(130,80,120); }
td.TdClassName
{
border-color: #825078;
}
.TagClassName
{
border-color: #825078;
}
</style>