Html Css Color HEX #884585 Trendy Pink

📋 copy color: '#884585'

red 136 ◦ green 69 ◦ blue 133

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

Shades of Trendy Pink #884585

Tints of Trendy Pink #884585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 40.24%
G = 20.41%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#884585 (or 0x884585) is known color: Trendy Pink. HEX triplet: 88, 45 and 85. RGB value is (136,69,133). Sum of RGB (Red+Green+Blue) = 136+69+133=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884585 is #77BA7A. Grayscale: #606060. Windows color (decimal): -7846523 or 8734088. OLE color: 8734088.

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

Color convert

RGB 136 69 133 -
CMYK 0 0.49 0.02 0.47
HSL 302.69º 0.33% 0.4% -
HSV(B) 302.69º 0.49% 0.53% -
XYZ 16.52 11.18 23.48 -
YUV 96.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 136 69 133 0 0.49 0.02 0.47 302.69 0.33 0.4
Hex 88 45 85 0 31 2 2F 12F 21 28
Octal 210 105 205 0 61 2 57 457 41 50
Binary 10001000 1000101 10000101 0 110001 10 101111 100101111 100001 101000

Color Harmonies of #884585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884585

Black with #884585

Text Example


Text Example

White with #884585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884585; }

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

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

background-color css

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

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

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

border-color css

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

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

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