Shades of Trendy Pink #7D5180
Tints of Trendy Pink #7D5180
RGB
CMYK
RGB Variations
Color information
#7D5180 (or 0x7D5180) is known color: Trendy Pink. HEX triplet: 7D, 51 and 80. RGB value is (125,81,128). Sum of RGB (Red+Green+Blue) = 125+81+128=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #7D5180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5180 is #82AE7F. Grayscale: #636363. Windows color (decimal): -8564352 or 8409469. OLE color: 8409469.
HSL color Cylindrical-coordinate representation of color #7D5180: hue angle of 296.17º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D5180 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 81 | 128 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.50 |
| HSL | 296.17º | 0.22% | 0.41% | - |
| HSV(B) | 296.17º | 0.37% | 0.5% | - |
| XYZ | 15.3 | 11.8 | 21.89 | - |
| YUV | 99.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 81 | 128 | 0.02 | 0.37 | 0 | 0.50 | 296.17 | 0.22 | 0.41 |
| Hex | 7D | 51 | 80 | 2 | 25 | 0 | 32 | 128 | 16 | 29 |
| Octal | 175 | 121 | 200 | 2 | 45 | 0 | 62 | 450 | 26 | 51 |
| Binary | 1111101 | 1010001 | 10000000 | 10 | 100101 | 0 | 110010 | 100101000 | 10110 | 101001 |
Color Harmonies of #7D5180
Complementary color
Monochromatic Colors of #7D5180
Black with #7D5180
Text Example
Text Example
White with #7D5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5180; }
p { color: rgb(125,81,128); }
H1.HeaderClassName
{
color: #7D5180;
}
.AnyTagClassName
{
color: #7D5180;
}
</style>
background-color css
<style>
a { background-color: #7D5180; }
a { background-color: rgb(125,81,128); }
div.DivClassName
{
background-color: #7D5180;
}
.BgClassName
{
background-color: #7D5180;
}
</style>
border-color css
<style>
span { border-color: #7D5180; }
span { border-color: rgb(125,81,128); }
td.TdClassName
{
border-color: #7D5180;
}
.TagClassName
{
border-color: #7D5180;
}
</style>