Html Css Color HEX #884888 Trendy Pink

📋 copy color: '#884888'

red 136 ◦ green 72 ◦ blue 136

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

Shades of Trendy Pink #884888

Tints of Trendy Pink #884888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.53%

R = 39.53%
G = 20.93%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#884888 (or 0x884888) is known color: Trendy Pink. HEX triplet: 88, 48 and 88. RGB value is (136,72,136). Sum of RGB (Red+Green+Blue) = 136+72+136=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #884888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884888 is #77B777. Grayscale: #626262. Windows color (decimal): -7845752 or 8931464. OLE color: 8931464.

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

Color convert

RGB 136 72 136 -
CMYK 0 0.47 0 0.47
HSL 300º 0.31% 0.41% -
HSV(B) 300º 0.47% 0.53% -
XYZ 16.91 11.65 24.65 -
YUV 98.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 136 72 136 0 0.47 0 0.47 300 0.31 0.41
Hex 88 48 88 0 2F 0 2F 12C 1F 29
Octal 210 110 210 0 57 0 57 454 37 51
Binary 10001000 1001000 10001000 0 101111 0 101111 100101100 11111 101001

Color Harmonies of #884888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884888

Black with #884888

Text Example


Text Example

White with #884888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884888; }

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

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

background-color css

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

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

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

border-color css

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

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

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