Html Css Color HEX #855579 Trendy Pink

📋 copy color: '#855579'

red 133 ◦ green 85 ◦ blue 121

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

Shades of Trendy Pink #855579

Tints of Trendy Pink #855579

RGB

 RED value IS 133 (52.34% from 255) = 39.23%

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 39.23%
G = 25.07%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#855579 (or 0x855579) is known color: Trendy Pink. HEX triplet: 85, 55 and 79. RGB value is (133,85,121). Sum of RGB (Red+Green+Blue) = 133+85+121=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855579 is #7AAA86. Grayscale: #676767. Windows color (decimal): -8039047 or 7951749. OLE color: 7951749.

HSL color Cylindrical-coordinate representation of color #855579: hue angle of 315º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855579 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 121 -
CMYK 0 0.36 0.09 0.48
HSL 315º 0.22% 0.43% -
HSV(B) 315º 0.36% 0.52% -
XYZ 16.37 12.86 19.71 -
YUV 103.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 133 85 121 0 0.36 0.09 0.48 315 0.22 0.43
Hex 85 55 79 0 24 9 30 13B 16 2B
Octal 205 125 171 0 44 11 60 473 26 53
Binary 10000101 1010101 1111001 0 100100 1001 110000 100111011 10110 101011

Color Harmonies of #855579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855579

Black with #855579

Text Example


Text Example

White with #855579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855579; }

 p { color: rgb(133,85,121); }

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

background-color css

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

 a { background-color: rgb(133,85,121); }

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

border-color css

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

 span { border-color: rgb(133,85,121); }

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