#984484

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

Shades of Trendy Pink #984484

Tints of Trendy Pink #984484

Color information

#984484 (or 0x984484) is unknown color: approx Trendy Pink. HEX triplet: 98, 44 and 84. RGB value is (152,68,132). Sum of RGB (Red+Green+Blue) = 152+68+132=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984484 is #67BB7B. Grayscale: #646464. Windows color (decimal): -6798204 or 8668312. OLE color: 8668312.

HSL color Cylindrical-coordinate representation of color #984484: hue angle of 314.29º 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 #984484 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15268132-
CMYK00.550.130.40
HSL314.29º38.18%43.14%-
HSV(B)314.29º55.26%59.61%-
XYZ19.1812.4823.23-
YUV100.41145.83164.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=43.18%
G=19.32%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526813200.550.130.40314.2938.1843.14
Hex984484037D2813a262b
Octal23010420406715504724653
Binary1001100010001001000010001101111101101000100111010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984484; }

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

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

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

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

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

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

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

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