Html Css Color HEX #855D80 Trendy Pink

📋 copy color: '#855D80'

red 133 ◦ green 93 ◦ blue 128

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

Shades of Trendy Pink #855D80

Tints of Trendy Pink #855D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

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

R = 37.57%
G = 26.27%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#855D80 (or 0x855D80) is known color: Trendy Pink. HEX triplet: 85, 5D and 80. RGB value is (133,93,128). Sum of RGB (Red+Green+Blue) = 133+93+128=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #855D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D80 is #7AA27F. Grayscale: #6C6C6C. Windows color (decimal): -8036992 or 8412549. OLE color: 8412549.

HSL color Cylindrical-coordinate representation of color #855D80: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D80 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 128 -
CMYK 0 0.30 0.04 0.48
HSL 307.5º 0.18% 0.44% -
HSV(B) 307.5º 0.3% 0.52% -
XYZ 17.48 14.37 22.28 -
YUV 108.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 133 93 128 0 0.30 0.04 0.48 307.5 0.18 0.44
Hex 85 5D 80 0 1E 4 30 134 12 2C
Octal 205 135 200 0 36 4 60 464 22 54
Binary 10000101 1011101 10000000 0 11110 100 110000 100110100 10010 101100

Color Harmonies of #855D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D80

Black with #855D80

Text Example


Text Example

White with #855D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D80; }

 p { color: rgb(133,93,128); }

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

background-color css

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

 a { background-color: rgb(133,93,128); }

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

border-color css

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

 span { border-color: rgb(133,93,128); }

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