Shades of Trendy Pink #874383
Tints of Trendy Pink #874383
RGB
CMYK
RGB Variations
Color information
#874383 (or 0x874383) is known color: Trendy Pink. HEX triplet: 87, 43 and 83. RGB value is (135,67,131). Sum of RGB (Red+Green+Blue) = 135+67+131=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #874383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874383 is #78BC7C. Grayscale: #5E5E5E. Windows color (decimal): -7912573 or 8602503. OLE color: 8602503.
HSL color Cylindrical-coordinate representation of color #874383: hue angle of 303.53º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874383 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 131 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.47 |
| HSL | 303.53º | 0.34% | 0.4% | - |
| HSV(B) | 303.53º | 0.5% | 0.53% | - |
| XYZ | 16.1 | 10.8 | 22.71 | - |
| YUV | 94.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 131 | 0 | 0.50 | 0.03 | 0.47 | 303.53 | 0.34 | 0.4 |
| Hex | 87 | 43 | 83 | 0 | 32 | 3 | 2F | 130 | 22 | 28 |
| Octal | 207 | 103 | 203 | 0 | 62 | 3 | 57 | 460 | 42 | 50 |
| Binary | 10000111 | 1000011 | 10000011 | 0 | 110010 | 11 | 101111 | 100110000 | 100010 | 101000 |
Color Harmonies of #874383
Complementary color
Monochromatic Colors of #874383
Black with #874383
Text Example
Text Example
White with #874383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874383; }
p { color: rgb(135,67,131); }
H1.HeaderClassName
{
color: #874383;
}
.AnyTagClassName
{
color: #874383;
}
</style>
background-color css
<style>
a { background-color: #874383; }
a { background-color: rgb(135,67,131); }
div.DivClassName
{
background-color: #874383;
}
.BgClassName
{
background-color: #874383;
}
</style>
border-color css
<style>
span { border-color: #874383; }
span { border-color: rgb(135,67,131); }
td.TdClassName
{
border-color: #874383;
}
.TagClassName
{
border-color: #874383;
}
</style>