Html Css Color HEX #85457D Trendy Pink

📋 copy color: '#85457D'

red 133 ◦ green 69 ◦ blue 125

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

Shades of Trendy Pink #85457D

Tints of Trendy Pink #85457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 40.67%
G = 21.1%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85457D (or 0x85457D) is known color: Trendy Pink. HEX triplet: 85, 45 and 7D. RGB value is (133,69,125). Sum of RGB (Red+Green+Blue) = 133+69+125=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85457D is #7ABA82. Grayscale: #5E5E5E. Windows color (decimal): -8043139 or 8209797. OLE color: 8209797.

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

Color convert

RGB 133 69 125 -
CMYK 0 0.48 0.06 0.48
HSL 307.5º 0.32% 0.4% -
HSV(B) 307.5º 0.48% 0.52% -
XYZ 15.5 10.72 20.65 -
YUV 94.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 133 69 125 0 0.48 0.06 0.48 307.5 0.32 0.4
Hex 85 45 7D 0 30 6 30 134 20 28
Octal 205 105 175 0 60 6 60 464 40 50
Binary 10000101 1000101 1111101 0 110000 110 110000 100110100 100000 101000

Color Harmonies of #85457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85457D

Black with #85457D

Text Example


Text Example

White with #85457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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