Html Css Color HEX #884180 Trendy Pink

📋 copy color: '#884180'

red 136 ◦ green 65 ◦ blue 128

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

Shades of Trendy Pink #884180

Tints of Trendy Pink #884180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

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

R = 41.34%
G = 19.76%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#884180 (or 0x884180) is known color: Trendy Pink. HEX triplet: 88, 41 and 80. RGB value is (136,65,128). Sum of RGB (Red+Green+Blue) = 136+65+128=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #884180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884180 is #77BE7F. Grayscale: #5D5D5D. Windows color (decimal): -7847552 or 8405384. OLE color: 8405384.

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

Color convert

RGB 136 65 128 -
CMYK 0 0.52 0.06 0.47
HSL 306.76º 0.35% 0.39% -
HSV(B) 306.76º 0.52% 0.53% -
XYZ 15.94 10.57 21.62 -
YUV 93.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 136 65 128 0 0.52 0.06 0.47 306.76 0.35 0.39
Hex 88 41 80 0 34 6 2F 133 23 27
Octal 210 101 200 0 64 6 57 463 43 47
Binary 10001000 1000001 10000000 0 110100 110 101111 100110011 100011 100111

Color Harmonies of #884180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884180

Black with #884180

Text Example


Text Example

White with #884180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884180; }

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

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

background-color css

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

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

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

border-color css

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

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

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