Shades of Trendy Pink #984D88
Tints of Trendy Pink #984D88
RGB
CMYK
RGB Variations
Color information
#984D88 (or 0x984D88) is known color: Trendy Pink. HEX triplet: 98, 4D and 88. RGB value is (152,77,136). Sum of RGB (Red+Green+Blue) = 152+77+136=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #984D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D88 is #67B277. Grayscale: #696969. Windows color (decimal): -6795896 or 8932760. OLE color: 8932760.
HSL color Cylindrical-coordinate representation of color #984D88: hue angle of 312.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D88 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 136 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.40 |
| HSL | 312.8º | 0.33% | 0.45% | - |
| HSV(B) | 312.8º | 0.49% | 0.6% | - |
| XYZ | 20.05 | 13.76 | 24.89 | - |
| YUV | 106.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 136 | 0 | 0.49 | 0.11 | 0.40 | 312.8 | 0.33 | 0.45 |
| Hex | 98 | 4D | 88 | 0 | 31 | B | 28 | 139 | 21 | 2D |
| Octal | 230 | 115 | 210 | 0 | 61 | 13 | 50 | 471 | 41 | 55 |
| Binary | 10011000 | 1001101 | 10001000 | 0 | 110001 | 1011 | 101000 | 100111001 | 100001 | 101101 |
Color Harmonies of #984D88
Complementary color
Monochromatic Colors of #984D88
Black with #984D88
Text Example
Text Example
White with #984D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D88; }
p { color: rgb(152,77,136); }
H1.HeaderClassName
{
color: #984D88;
}
.AnyTagClassName
{
color: #984D88;
}
</style>
background-color css
<style>
a { background-color: #984D88; }
a { background-color: rgb(152,77,136); }
div.DivClassName
{
background-color: #984D88;
}
.BgClassName
{
background-color: #984D88;
}
</style>
border-color css
<style>
span { border-color: #984D88; }
span { border-color: rgb(152,77,136); }
td.TdClassName
{
border-color: #984D88;
}
.TagClassName
{
border-color: #984D88;
}
</style>