Html Css Color HEX #854375 Trendy Pink

📋 copy color: '#854375'

red 133 ◦ green 67 ◦ blue 117

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

Shades of Trendy Pink #854375

Tints of Trendy Pink #854375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 41.96%
G = 21.14%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#854375 (or 0x854375) is known color: Trendy Pink. HEX triplet: 85, 43 and 75. RGB value is (133,67,117). Sum of RGB (Red+Green+Blue) = 133+67+117=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854375 is #7ABC8A. Grayscale: #5C5C5C. Windows color (decimal): -8043659 or 7684997. OLE color: 7684997.

HSL color Cylindrical-coordinate representation of color #854375: hue angle of 314.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854375 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 117 -
CMYK 0 0.50 0.12 0.48
HSL 314.55º 0.33% 0.39% -
HSV(B) 314.55º 0.5% 0.52% -
XYZ 14.89 10.29 18.03 -
YUV 92.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 133 67 117 0 0.50 0.12 0.48 314.55 0.33 0.39
Hex 85 43 75 0 32 C 30 13B 21 27
Octal 205 103 165 0 62 14 60 473 41 47
Binary 10000101 1000011 1110101 0 110010 1100 110000 100111011 100001 100111

Color Harmonies of #854375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854375

Black with #854375

Text Example


Text Example

White with #854375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854375; }

 p { color: rgb(133,67,117); }

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

background-color css

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

 a { background-color: rgb(133,67,117); }

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

border-color css

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

 span { border-color: rgb(133,67,117); }

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