Html Css Color HEX #85487D Trendy Pink

📋 copy color: '#85487D'

red 133 ◦ green 72 ◦ blue 125

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

Shades of Trendy Pink #85487D

Tints of Trendy Pink #85487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 40.3%
G = 21.82%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85487D (or 0x85487D) is known color: Trendy Pink. HEX triplet: 85, 48 and 7D. RGB value is (133,72,125). Sum of RGB (Red+Green+Blue) = 133+72+125=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85487D is #7AB782. Grayscale: #606060. Windows color (decimal): -8042371 or 8210565. OLE color: 8210565.

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

Color convert

RGB 133 72 125 -
CMYK 0 0.46 0.06 0.48
HSL 307.87º 0.3% 0.4% -
HSV(B) 307.87º 0.46% 0.52% -
XYZ 15.69 11.1 20.72 -
YUV 96.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 133 72 125 0 0.46 0.06 0.48 307.87 0.3 0.4
Hex 85 48 7D 0 2E 6 30 134 1E 28
Octal 205 110 175 0 56 6 60 464 36 50
Binary 10000101 1001000 1111101 0 101110 110 110000 100110100 11110 101000

Color Harmonies of #85487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85487D

Black with #85487D

Text Example


Text Example

White with #85487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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