Html Css Color HEX #855879 Trendy Pink

📋 copy color: '#855879'

red 133 ◦ green 88 ◦ blue 121

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

Shades of Trendy Pink #855879

Tints of Trendy Pink #855879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

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

R = 38.89%
G = 25.73%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#855879 (or 0x855879) is known color: Trendy Pink. HEX triplet: 85, 58 and 79. RGB value is (133,88,121). Sum of RGB (Red+Green+Blue) = 133+88+121=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855879 is #7AA786. Grayscale: #696969. Windows color (decimal): -8038279 or 7952517. OLE color: 7952517.

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

Color convert

RGB 133 88 121 -
CMYK 0 0.34 0.09 0.48
HSL 316º 0.2% 0.43% -
HSV(B) 316º 0.34% 0.52% -
XYZ 16.61 13.35 19.79 -
YUV 105.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 133 88 121 0 0.34 0.09 0.48 316 0.2 0.43
Hex 85 58 79 0 22 9 30 13C 14 2B
Octal 205 130 171 0 42 11 60 474 24 53
Binary 10000101 1011000 1111001 0 100010 1001 110000 100111100 10100 101011

Color Harmonies of #855879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855879

Black with #855879

Text Example


Text Example

White with #855879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855879; }

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

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

background-color css

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

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

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

border-color css

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

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

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