Shades of Trendy Pink #804472
Tints of Trendy Pink #804472
RGB
CMYK
RGB Variations
Color information
#804472 (or 0x804472) is known color: Trendy Pink. HEX triplet: 80, 44 and 72. RGB value is (128,68,114). Sum of RGB (Red+Green+Blue) = 128+68+114=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #804472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804472 is #7FBB8D. Grayscale: #5B5B5B. Windows color (decimal): -8371086 or 7488640. OLE color: 7488640.
HSL color Cylindrical-coordinate representation of color #804472: hue angle of 314º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804472 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 114 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.50 |
| HSL | 314º | 0.31% | 0.38% | - |
| HSV(B) | 314º | 0.47% | 0.5% | - |
| XYZ | 14.01 | 9.94 | 17.1 | - |
| YUV | 91.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 114 | 0 | 0.47 | 0.11 | 0.50 | 314 | 0.31 | 0.38 |
| Hex | 80 | 44 | 72 | 0 | 2F | B | 32 | 13A | 1F | 26 |
| Octal | 200 | 104 | 162 | 0 | 57 | 13 | 62 | 472 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1110010 | 0 | 101111 | 1011 | 110010 | 100111010 | 11111 | 100110 |
Color Harmonies of #804472
Complementary color
Monochromatic Colors of #804472
Black with #804472
Text Example
Text Example
White with #804472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804472; }
p { color: rgb(128,68,114); }
H1.HeaderClassName
{
color: #804472;
}
.AnyTagClassName
{
color: #804472;
}
</style>
background-color css
<style>
a { background-color: #804472; }
a { background-color: rgb(128,68,114); }
div.DivClassName
{
background-color: #804472;
}
.BgClassName
{
background-color: #804472;
}
</style>
border-color css
<style>
span { border-color: #804472; }
span { border-color: rgb(128,68,114); }
td.TdClassName
{
border-color: #804472;
}
.TagClassName
{
border-color: #804472;
}
</style>