#8D447D

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

Shades of Trendy Pink #8D447D

Tints of Trendy Pink #8D447D

Color information

#8D447D (or 0x8D447D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 44 and 7D. RGB value is (141,68,125). Sum of RGB (Red+Green+Blue) = 141+68+125=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D447D is #72BB82. Grayscale: #606060. Windows color (decimal): -7519107 or 8209549. OLE color: 8209549.

HSL color Cylindrical-coordinate representation of color #8D447D: hue angle of 313.15º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D447D is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14168125-
CMYK00.520.110.45
HSL313.15º34.93%40.98%-
HSV(B)313.15º51.77%55.29%-
XYZ16.7511.2820.7-
YUV96.32144.18159.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=42.22%
G=20.36%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416812500.520.110.45313.1534.9340.98
Hex8D447D034B2D1392329
Octal21510417506413554714351
Binary100011011000100111110101101001011101101100111001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D447D; }

 p { color: rgb(141,68,125); }

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

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

 a { background-color: rgb(141,68,125); }

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

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

 span { border-color: rgb(141,68,125); }

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