#884383

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

Shades of Trendy Pink #884383

Tints of Trendy Pink #884383

Color information

#884383 (or 0x884383) is unknown color: approx Trendy Pink. HEX triplet: 88, 43 and 83. RGB value is (136,67,131). Sum of RGB (Red+Green+Blue) = 136+67+131=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #884383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884383 is #77BC7C. Grayscale: #5E5E5E. Windows color (decimal): -7847037 or 8602504. OLE color: 8602504.

HSL color Cylindrical-coordinate representation of color #884383: hue angle of 304.35º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884383 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13667131-
CMYK00.510.040.47
HSL304.35º33.99%39.8%-
HSV(B)304.35º50.74%53.33%-
XYZ16.2610.8922.72-
YUV94.93148.36157.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=40.72%
G=20.06%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366713100.510.040.47304.3533.9939.8
Hex88438303342F1302228
Octal2101032030634574604250
Binary100010001000011100000110110011100101111100110000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884383; }

 p { color: rgb(136,67,131); }

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

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

 a { background-color: rgb(136,67,131); }

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

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

 span { border-color: rgb(136,67,131); }

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