Html Css Color HEX #884576 Trendy Pink

📋 copy color: '#884576'

red 136 ◦ green 69 ◦ blue 118

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

Shades of Trendy Pink #884576

Tints of Trendy Pink #884576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 42.11%
G = 21.36%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#884576 (or 0x884576) is known color: Trendy Pink. HEX triplet: 88, 45 and 76. RGB value is (136,69,118). Sum of RGB (Red+Green+Blue) = 136+69+118=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #884576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884576 is #77BA89. Grayscale: #5E5E5E. Windows color (decimal): -7846538 or 7751048. OLE color: 7751048.

HSL color Cylindrical-coordinate representation of color #884576: hue angle of 316.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884576 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 118 -
CMYK 0 0.49 0.13 0.47
HSL 316.12º 0.33% 0.4% -
HSV(B) 316.12º 0.49% 0.53% -
XYZ 15.55 10.8 18.4 -
YUV 94.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 136 69 118 0 0.49 0.13 0.47 316.12 0.33 0.4
Hex 88 45 76 0 31 D 2F 13C 21 28
Octal 210 105 166 0 61 15 57 474 41 50
Binary 10001000 1000101 1110110 0 110001 1101 101111 100111100 100001 101000

Color Harmonies of #884576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884576

Black with #884576

Text Example


Text Example

White with #884576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884576; }

 p { color: rgb(136,69,118); }

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

background-color css

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

 a { background-color: rgb(136,69,118); }

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

border-color css

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

 span { border-color: rgb(136,69,118); }

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