Html Css Color HEX #85597D Trendy Pink

📋 copy color: '#85597D'

red 133 ◦ green 89 ◦ blue 125

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

Shades of Trendy Pink #85597D

Tints of Trendy Pink #85597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

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

R = 38.33%
G = 25.65%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85597D (or 0x85597D) is known color: Trendy Pink. HEX triplet: 85, 59 and 7D. RGB value is (133,89,125). Sum of RGB (Red+Green+Blue) = 133+89+125=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #85597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85597D is #7AA682. Grayscale: #6A6A6A. Windows color (decimal): -8038019 or 8214917. OLE color: 8214917.

HSL color Cylindrical-coordinate representation of color #85597D: hue angle of 310.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85597D is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 125 -
CMYK 0 0.33 0.06 0.48
HSL 310.91º 0.2% 0.44% -
HSV(B) 310.91º 0.33% 0.52% -
XYZ 16.95 13.61 21.14 -
YUV 106.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 133 89 125 0 0.33 0.06 0.48 310.91 0.2 0.44
Hex 85 59 7D 0 21 6 30 137 14 2C
Octal 205 131 175 0 41 6 60 467 24 54
Binary 10000101 1011001 1111101 0 100001 110 110000 100110111 10100 101100

Color Harmonies of #85597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85597D

Black with #85597D

Text Example


Text Example

White with #85597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85597D; }

 p { color: rgb(133,89,125); }

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

background-color css

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

 a { background-color: rgb(133,89,125); }

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

border-color css

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

 span { border-color: rgb(133,89,125); }

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