Html Css Color HEX #884B80 Trendy Pink

📋 copy color: '#884B80'

red 136 ◦ green 75 ◦ blue 128

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

Shades of Trendy Pink #884B80

Tints of Trendy Pink #884B80

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.12%

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 40.12%
G = 22.12%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#884B80 (or 0x884B80) is known color: Trendy Pink. HEX triplet: 88, 4B and 80. RGB value is (136,75,128). Sum of RGB (Red+Green+Blue) = 136+75+128=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #884B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884B80 is #77B47F. Grayscale: #636363. Windows color (decimal): -7844992 or 8407944. OLE color: 8407944.

HSL color Cylindrical-coordinate representation of color #884B80: hue angle of 307.87º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B80 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 75 128 -
CMYK 0 0.45 0.06 0.47
HSL 307.87º 0.29% 0.41% -
HSV(B) 307.87º 0.45% 0.53% -
XYZ 16.57 11.82 21.83 -
YUV 99.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 136 75 128 0 0.45 0.06 0.47 307.87 0.29 0.41
Hex 88 4B 80 0 2D 6 2F 134 1D 29
Octal 210 113 200 0 55 6 57 464 35 51
Binary 10001000 1001011 10000000 0 101101 110 101111 100110100 11101 101001

Color Harmonies of #884B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B80

Black with #884B80

Text Example


Text Example

White with #884B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884B80; }

 p { color: rgb(136,75,128); }

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

background-color css

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

 a { background-color: rgb(136,75,128); }

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

border-color css

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

 span { border-color: rgb(136,75,128); }

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