#875880

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

Shades of Trendy Pink #875880

Tints of Trendy Pink #875880

Color information

#875880 (or 0x875880) is unknown color: approx Trendy Pink. HEX triplet: 87, 58 and 80. RGB value is (135,88,128). Sum of RGB (Red+Green+Blue) = 135+88+128=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875880 is #78A77F. Grayscale: #6A6A6A. Windows color (decimal): -7907200 or 8411271. OLE color: 8411271.

HSL color Cylindrical-coordinate representation of color #875880: hue angle of 308.94º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875880 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13588128-
CMYK00.350.050.47
HSL308.94º21.08%43.73%-
HSV(B)308.94º34.81%52.94%-
XYZ17.3813.6922.15-
YUV106.61140.07148.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=38.46%
G=25.07%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358812800.350.050.47308.9421.0843.73
Hex87588002352F135152c
Octal2071302000435574652554
Binary10000111101100010000000010001110110111110011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875880; }

 p { color: rgb(135,88,128); }

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

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

 a { background-color: rgb(135,88,128); }

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

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

 span { border-color: rgb(135,88,128); }

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