#885383

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

Shades of Trendy Pink #885383

Tints of Trendy Pink #885383

Color information

#885383 (or 0x885383) is unknown color: approx Trendy Pink. HEX triplet: 88, 53 and 83. RGB value is (136,83,131). Sum of RGB (Red+Green+Blue) = 136+83+131=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #885383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885383 is #77AC7C. Grayscale: #686868. Windows color (decimal): -7842941 or 8606600. OLE color: 8606600.

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

Color convert

RGB13683131-
CMYK00.390.040.47
HSL305.66º24.2%42.94%-
HSV(B)305.66º38.97%53.33%-
XYZ17.3413.0623.08-
YUV104.32143.06150.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=38.86%
G=23.71%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368313100.390.040.47305.6624.242.94
Hex88538302742F132182b
Octal2101232030474574623053
Binary10001000101001110000011010011110010111110011001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885383; }

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

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

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

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

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

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

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

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