#885883

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

Shades of Trendy Pink #885883

Tints of Trendy Pink #885883

Color information

#885883 (or 0x885883) is unknown color: approx Trendy Pink. HEX triplet: 88, 58 and 83. RGB value is (136,88,131). Sum of RGB (Red+Green+Blue) = 136+88+131=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #885883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885883 is #77A77C. Grayscale: #6B6B6B. Windows color (decimal): -7841661 or 8607880. OLE color: 8607880.

HSL color Cylindrical-coordinate representation of color #885883: hue angle of 306.25º 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 #885883 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13688131-
CMYK00.350.040.47
HSL306.25º21.43%43.92%-
HSV(B)306.25º35.29%53.33%-
XYZ17.7413.8523.21-
YUV107.25141.4148.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 131 (51.56% from 255) = 36.90%
R=38.31%
G=24.79%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368813100.350.040.47306.2521.4343.92
Hex88588302342F132152c
Octal2101302030434574622554
Binary10001000101100010000011010001110010111110011001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885883; }

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

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

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

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

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

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

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

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