Shades of Trendy Pink #80457D
Tints of Trendy Pink #80457D
RGB
CMYK
RGB Variations
Color information
#80457D (or 0x80457D) is known color: Trendy Pink. HEX triplet: 80, 45 and 7D. RGB value is (128,69,125). Sum of RGB (Red+Green+Blue) = 128+69+125=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #80457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80457D is #7FBA82. Grayscale: #5C5C5C. Windows color (decimal): -8370819 or 8209792. OLE color: 8209792.
HSL color Cylindrical-coordinate representation of color #80457D: hue angle of 303.05º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80457D is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 125 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.50 |
| HSL | 303.05º | 0.3% | 0.39% | - |
| HSV(B) | 303.05º | 0.46% | 0.5% | - |
| XYZ | 14.73 | 10.33 | 20.62 | - |
| YUV | 93.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 125 | 0 | 0.46 | 0.02 | 0.50 | 303.05 | 0.3 | 0.39 |
| Hex | 80 | 45 | 7D | 0 | 2E | 2 | 32 | 12F | 1E | 27 |
| Octal | 200 | 105 | 175 | 0 | 56 | 2 | 62 | 457 | 36 | 47 |
| Binary | 10000000 | 1000101 | 1111101 | 0 | 101110 | 10 | 110010 | 100101111 | 11110 | 100111 |
Color Harmonies of #80457D
Complementary color
Monochromatic Colors of #80457D
Black with #80457D
Text Example
Text Example
White with #80457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80457D; }
p { color: rgb(128,69,125); }
H1.HeaderClassName
{
color: #80457D;
}
.AnyTagClassName
{
color: #80457D;
}
</style>
background-color css
<style>
a { background-color: #80457D; }
a { background-color: rgb(128,69,125); }
div.DivClassName
{
background-color: #80457D;
}
.BgClassName
{
background-color: #80457D;
}
</style>
border-color css
<style>
span { border-color: #80457D; }
span { border-color: rgb(128,69,125); }
td.TdClassName
{
border-color: #80457D;
}
.TagClassName
{
border-color: #80457D;
}
</style>