#984488

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

Shades of Trendy Pink #984488

Tints of Trendy Pink #984488

Color information

#984488 (or 0x984488) is unknown color: approx Trendy Pink. HEX triplet: 98, 44 and 88. RGB value is (152,68,136). Sum of RGB (Red+Green+Blue) = 152+68+136=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #984488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984488 is #67BB77. Grayscale: #646464. Windows color (decimal): -6798200 or 8930456. OLE color: 8930456.

HSL color Cylindrical-coordinate representation of color #984488: hue angle of 311.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984488 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15268136-
CMYK00.550.110.40
HSL311.43º38.18%43.14%-
HSV(B)311.43º55.26%59.61%-
XYZ19.4612.5924.7-
YUV100.87147.83164.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 68 (26.95% from 255) = 19.10%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=42.70%
G=19.10%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526813600.550.110.40311.4338.1843.14
Hex984488037B28137262b
Octal23010421006713504674653
Binary1001100010001001000100001101111011101000100110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984488; }

 p { color: rgb(152,68,136); }

 H1.HeaderClassName
 {
   color: #984488;
 }
 .AnyTagClassName
 {
   color: #984488;
 }
</style>
background-color css

<style>
 a { background-color: #984488; }

 a { background-color: rgb(152,68,136); }

 div.DivClassName
 {
   background-color: #984488;
 }
 .BgClassName
 {
   background-color: #984488;
 }
</style>
border-color css

<style>
 span { border-color: #984488; }

 span { border-color: rgb(152,68,136); }

 td.TdClassName
 {
   border-color: #984488;
 }
 .TagClassName
 {
   border-color: #984488;
 }
</style>