Html Css Color HEX #8D427D Trendy Pink

📋 copy color: '#8D427D'

red 141 ◦ green 66 ◦ blue 125

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

Shades of Trendy Pink #8D427D

Tints of Trendy Pink #8D427D

RGB

 RED value IS 141 (55.47% from 255) = 42.47%

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 42.47%
G = 19.88%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D427D (or 0x8D427D) is known color: Trendy Pink. HEX triplet: 8D, 42 and 7D. RGB value is (141,66,125). Sum of RGB (Red+Green+Blue) = 141+66+125=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D427D is #72BD82. Grayscale: #5E5E5E. Windows color (decimal): -7519619 or 8209037. OLE color: 8209037.

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

Color convert

RGB 141 66 125 -
CMYK 0 0.53 0.11 0.45
HSL 312.8º 0.36% 0.41% -
HSV(B) 312.8º 0.53% 0.55% -
XYZ 16.63 11.04 20.66 -
YUV 95.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 141 66 125 0 0.53 0.11 0.45 312.8 0.36 0.41
Hex 8D 42 7D 0 35 B 2D 139 24 29
Octal 215 102 175 0 65 13 55 471 44 51
Binary 10001101 1000010 1111101 0 110101 1011 101101 100111001 100100 101001

Color Harmonies of #8D427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D427D

Black with #8D427D

Text Example


Text Example

White with #8D427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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