Html Css Color HEX #85617D Trendy Pink

📋 copy color: '#85617D'

red 133 ◦ green 97 ◦ blue 125

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

Shades of Trendy Pink #85617D

Tints of Trendy Pink #85617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 37.46%
G = 27.32%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85617D (or 0x85617D) is known color: Trendy Pink. HEX triplet: 85, 61 and 7D. RGB value is (133,97,125). Sum of RGB (Red+Green+Blue) = 133+97+125=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85617D is #7A9E82. Grayscale: #6E6E6E. Windows color (decimal): -8035971 or 8216965. OLE color: 8216965.

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

Color convert

RGB 133 97 125 -
CMYK 0 0.27 0.06 0.48
HSL 313.33º 0.16% 0.45% -
HSV(B) 313.33º 0.27% 0.52% -
XYZ 17.65 15.02 21.37 -
YUV 110.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 133 97 125 0 0.27 0.06 0.48 313.33 0.16 0.45
Hex 85 61 7D 0 1B 6 30 139 10 2D
Octal 205 141 175 0 33 6 60 471 20 55
Binary 10000101 1100001 1111101 0 11011 110 110000 100111001 10000 101101

Color Harmonies of #85617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85617D

Black with #85617D

Text Example


Text Example

White with #85617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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