Shades of Trendy Pink #874584
Tints of Trendy Pink #874584
RGB
CMYK
RGB Variations
Color information
#874584 (or 0x874584) is known color: Trendy Pink. HEX triplet: 87, 45 and 84. RGB value is (135,69,132). Sum of RGB (Red+Green+Blue) = 135+69+132=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #874584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874584 is #78BA7B. Grayscale: #5F5F5F. Windows color (decimal): -7912060 or 8668551. OLE color: 8668551.
HSL color Cylindrical-coordinate representation of color #874584: hue angle of 302.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874584 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 132 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.47 |
| HSL | 302.73º | 0.32% | 0.4% | - |
| HSV(B) | 302.73º | 0.49% | 0.53% | - |
| XYZ | 16.28 | 11.07 | 23.11 | - |
| YUV | 95.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 132 | 0 | 0.49 | 0.02 | 0.47 | 302.73 | 0.32 | 0.4 |
| Hex | 87 | 45 | 84 | 0 | 31 | 2 | 2F | 12F | 20 | 28 |
| Octal | 207 | 105 | 204 | 0 | 61 | 2 | 57 | 457 | 40 | 50 |
| Binary | 10000111 | 1000101 | 10000100 | 0 | 110001 | 10 | 101111 | 100101111 | 100000 | 101000 |
Color Harmonies of #874584
Complementary color
Monochromatic Colors of #874584
Black with #874584
Text Example
Text Example
White with #874584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874584; }
p { color: rgb(135,69,132); }
H1.HeaderClassName
{
color: #874584;
}
.AnyTagClassName
{
color: #874584;
}
</style>
background-color css
<style>
a { background-color: #874584; }
a { background-color: rgb(135,69,132); }
div.DivClassName
{
background-color: #874584;
}
.BgClassName
{
background-color: #874584;
}
</style>
border-color css
<style>
span { border-color: #874584; }
span { border-color: rgb(135,69,132); }
td.TdClassName
{
border-color: #874584;
}
.TagClassName
{
border-color: #874584;
}
</style>