#984D88

Color #984D88 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #984D88

Tints of Trendy Pink #984D88

Color information

#984D88 (or 0x984D88) is unknown color: approx 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

RGB15277136-
CMYK00.490.110.40
HSL312.8º32.75%44.9%-
HSV(B)312.8º49.34%59.61%-
XYZ20.0513.7624.89-
YUV106.15144.85160.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=41.64%
G=21.10%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527713600.490.110.40312.832.7544.9
Hex984D88031B28139212d
Octal23011521006113504714155
Binary1001100010011011000100001100011011101000100111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>