Shades of Trendy Pink #984388
Tints of Trendy Pink #984388
RGB
CMYK
RGB Variations
Color information
#984388 (or 0x984388) is known color: Trendy Pink. HEX triplet: 98, 43 and 88. RGB value is (152,67,136). Sum of RGB (Red+Green+Blue) = 152+67+136=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #984388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984388 is #67BC77. Grayscale: #646464. Windows color (decimal): -6798456 or 8930200. OLE color: 8930200.
HSL color Cylindrical-coordinate representation of color #984388: hue angle of 311.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984388 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 136 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.40 |
| HSL | 311.29º | 0.39% | 0.43% | - |
| HSV(B) | 311.29º | 0.56% | 0.6% | - |
| XYZ | 19.4 | 12.47 | 24.68 | - |
| YUV | 100.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 136 | 0 | 0.56 | 0.11 | 0.40 | 311.29 | 0.39 | 0.43 |
| Hex | 98 | 43 | 88 | 0 | 38 | B | 28 | 137 | 27 | 2B |
| Octal | 230 | 103 | 210 | 0 | 70 | 13 | 50 | 467 | 47 | 53 |
| Binary | 10011000 | 1000011 | 10001000 | 0 | 111000 | 1011 | 101000 | 100110111 | 100111 | 101011 |
Color Harmonies of #984388
Complementary color
Monochromatic Colors of #984388
Black with #984388
Text Example
Text Example
White with #984388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984388; }
p { color: rgb(152,67,136); }
H1.HeaderClassName
{
color: #984388;
}
.AnyTagClassName
{
color: #984388;
}
</style>
background-color css
<style>
a { background-color: #984388; }
a { background-color: rgb(152,67,136); }
div.DivClassName
{
background-color: #984388;
}
.BgClassName
{
background-color: #984388;
}
</style>
border-color css
<style>
span { border-color: #984388; }
span { border-color: rgb(152,67,136); }
td.TdClassName
{
border-color: #984388;
}
.TagClassName
{
border-color: #984388;
}
</style>