#7D5183

Color #7D5183 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7D5183

Tints of Trendy Pink #7D5183

Color information

#7D5183 (or 0x7D5183) is unknown color: approx Trendy Pink. HEX triplet: 7D, 51 and 83. RGB value is (125,81,131). Sum of RGB (Red+Green+Blue) = 125+81+131=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D5183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5183 is #82AE7C. Grayscale: #636363. Windows color (decimal): -8564349 or 8606077. OLE color: 8606077.

HSL color Cylindrical-coordinate representation of color #7D5183: hue angle of 292.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D5183 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12581131-
CMYK0.050.3800.49
HSL292.8º23.58%41.57%-
HSV(B)292.8º38.17%51.37%-
XYZ15.511.8822.95-
YUV99.86145.58145.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=37.09%
G=24.04%
B=38.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125811310.050.3800.49292.823.5841.57
Hex7D5183526031125182a
Octal1751212035460614453052
Binary1111101101000110000011101100110011000110010010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D5183; }

 p { color: rgb(125,81,131); }

 H1.HeaderClassName
 {
   color: #7D5183;
 }
 .AnyTagClassName
 {
   color: #7D5183;
 }
</style>
background-color css

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

 a { background-color: rgb(125,81,131); }

 div.DivClassName
 {
   background-color: #7D5183;
 }
 .BgClassName
 {
   background-color: #7D5183;
 }
</style>
border-color css

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

 span { border-color: rgb(125,81,131); }

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