Html Css Color HEX #884080 Trendy Pink

📋 copy color: '#884080'

red 136 ◦ green 64 ◦ blue 128

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

Shades of Trendy Pink #884080

Tints of Trendy Pink #884080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 41.46%
G = 19.51%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#884080 (or 0x884080) is known color: Trendy Pink. HEX triplet: 88, 40 and 80. RGB value is (136,64,128). Sum of RGB (Red+Green+Blue) = 136+64+128=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #884080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884080 is #77BF7F. Grayscale: #5C5C5C. Windows color (decimal): -7847808 or 8405128. OLE color: 8405128.

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

Color convert

RGB 136 64 128 -
CMYK 0 0.53 0.06 0.47
HSL 306.67º 0.36% 0.39% -
HSV(B) 306.67º 0.53% 0.53% -
XYZ 15.88 10.46 21.6 -
YUV 92.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 136 64 128 0 0.53 0.06 0.47 306.67 0.36 0.39
Hex 88 40 80 0 35 6 2F 133 24 27
Octal 210 100 200 0 65 6 57 463 44 47
Binary 10001000 1000000 10000000 0 110101 110 101111 100110011 100100 100111

Color Harmonies of #884080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884080

Black with #884080

Text Example


Text Example

White with #884080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884080; }

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

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

background-color css

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

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

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

border-color css

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

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

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