Html Css Color HEX #885985 Trendy Pink

📋 copy color: '#885985'

red 136 ◦ green 89 ◦ blue 133

#885985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #885985

Tints of Trendy Pink #885985

RGB

 RED value IS 136 (53.52% from 255) = 37.99%

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 37.99%
G = 24.86%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#885985 (or 0x885985) is known color: Trendy Pink. HEX triplet: 88, 59 and 85. RGB value is (136,89,133). Sum of RGB (Red+Green+Blue) = 136+89+133=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #885985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885985 is #77A67A. Grayscale: #6B6B6B. Windows color (decimal): -7841403 or 8739208. OLE color: 8739208.

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

Color convert

RGB 136 89 133 -
CMYK 0 0.35 0.02 0.47
HSL 303.83º 0.21% 0.44% -
HSV(B) 303.83º 0.35% 0.53% -
XYZ 17.96 14.07 23.96 -
YUV 108.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 136 89 133 0 0.35 0.02 0.47 303.83 0.21 0.44
Hex 88 59 85 0 23 2 2F 130 15 2C
Octal 210 131 205 0 43 2 57 460 25 54
Binary 10001000 1011001 10000101 0 100011 10 101111 100110000 10101 101100

Color Harmonies of #885985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885985

Black with #885985

Text Example


Text Example

White with #885985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885985; }

 p { color: rgb(136,89,133); }

 H1.HeaderClassName
 {
   color: #885985;
 }
 .AnyTagClassName
 {
   color: #885985;
 }
</style>

background-color css

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

 a { background-color: rgb(136,89,133); }

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

border-color css

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

 span { border-color: rgb(136,89,133); }

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