Html Css Color HEX #884882 Trendy Pink

📋 copy color: '#884882'

red 136 ◦ green 72 ◦ blue 130

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

Shades of Trendy Pink #884882

Tints of Trendy Pink #884882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 130 (51.17% from 255) = 38.46%

R = 40.24%
G = 21.3%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#884882 (or 0x884882) is known color: Trendy Pink. HEX triplet: 88, 48 and 82. RGB value is (136,72,130). Sum of RGB (Red+Green+Blue) = 136+72+130=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884882 is #77B77D. Grayscale: #616161. Windows color (decimal): -7845758 or 8538248. OLE color: 8538248.

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

Color convert

RGB 136 72 130 -
CMYK 0 0.47 0.04 0.47
HSL 305.63º 0.31% 0.41% -
HSV(B) 305.63º 0.47% 0.53% -
XYZ 16.5 11.48 22.47 -
YUV 97.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 136 72 130 0 0.47 0.04 0.47 305.63 0.31 0.41
Hex 88 48 82 0 2F 4 2F 132 1F 29
Octal 210 110 202 0 57 4 57 462 37 51
Binary 10001000 1001000 10000010 0 101111 100 101111 100110010 11111 101001

Color Harmonies of #884882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884882

Black with #884882

Text Example


Text Example

White with #884882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884882; }

 p { color: rgb(136,72,130); }

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

background-color css

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

 a { background-color: rgb(136,72,130); }

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

border-color css

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

 span { border-color: rgb(136,72,130); }

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