Html Css Color HEX #884B7D Trendy Pink

📋 copy color: '#884B7D'

red 136 ◦ green 75 ◦ blue 125

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

Shades of Trendy Pink #884B7D

Tints of Trendy Pink #884B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.32%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 40.48%
G = 22.32%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#884B7D (or 0x884B7D) is known color: Trendy Pink. HEX triplet: 88, 4B and 7D. RGB value is (136,75,125). Sum of RGB (Red+Green+Blue) = 136+75+125=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #884B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B7D is #77B482. Grayscale: #626262. Windows color (decimal): -7844995 or 8211336. OLE color: 8211336.

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

Color convert

RGB 136 75 125 -
CMYK 0 0.45 0.08 0.47
HSL 310.82º 0.29% 0.41% -
HSV(B) 310.82º 0.45% 0.53% -
XYZ 16.37 11.75 20.81 -
YUV 98.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 136 75 125 0 0.45 0.08 0.47 310.82 0.29 0.41
Hex 88 4B 7D 0 2D 8 2F 137 1D 29
Octal 210 113 175 0 55 10 57 467 35 51
Binary 10001000 1001011 1111101 0 101101 1000 101111 100110111 11101 101001

Color Harmonies of #884B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B7D

Black with #884B7D

Text Example


Text Example

White with #884B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884B7D; }

 p { color: rgb(136,75,125); }

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

background-color css

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

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

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

border-color css

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

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

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