Shades of Trendy Pink #87427D
Tints of Trendy Pink #87427D
RGB
CMYK
RGB Variations
Color information
#87427D (or 0x87427D) is known color: Trendy Pink. HEX triplet: 87, 42 and 7D. RGB value is (135,66,125). Sum of RGB (Red+Green+Blue) = 135+66+125=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87427D is #78BD82. Grayscale: #5D5D5D. Windows color (decimal): -7912835 or 8209031. OLE color: 8209031.
HSL color Cylindrical-coordinate representation of color #87427D: hue angle of 308.7º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87427D is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 125 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.47 |
| HSL | 308.7º | 0.34% | 0.39% | - |
| HSV(B) | 308.7º | 0.51% | 0.53% | - |
| XYZ | 15.64 | 10.53 | 20.61 | - |
| YUV | 93.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 125 | 0 | 0.51 | 0.07 | 0.47 | 308.7 | 0.34 | 0.39 |
| Hex | 87 | 42 | 7D | 0 | 33 | 7 | 2F | 135 | 22 | 27 |
| Octal | 207 | 102 | 175 | 0 | 63 | 7 | 57 | 465 | 42 | 47 |
| Binary | 10000111 | 1000010 | 1111101 | 0 | 110011 | 111 | 101111 | 100110101 | 100010 | 100111 |
Color Harmonies of #87427D
Complementary color
Monochromatic Colors of #87427D
Black with #87427D
Text Example
Text Example
White with #87427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87427D; }
p { color: rgb(135,66,125); }
H1.HeaderClassName
{
color: #87427D;
}
.AnyTagClassName
{
color: #87427D;
}
</style>
background-color css
<style>
a { background-color: #87427D; }
a { background-color: rgb(135,66,125); }
div.DivClassName
{
background-color: #87427D;
}
.BgClassName
{
background-color: #87427D;
}
</style>
border-color css
<style>
span { border-color: #87427D; }
span { border-color: rgb(135,66,125); }
td.TdClassName
{
border-color: #87427D;
}
.TagClassName
{
border-color: #87427D;
}
</style>