Html Css Color HEX #88447D Trendy Pink

📋 copy color: '#88447D'

red 136 ◦ green 68 ◦ blue 125

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

Shades of Trendy Pink #88447D

Tints of Trendy Pink #88447D

RGB

 RED value IS 136 (53.52% from 255) = 41.34%

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 41.34%
G = 20.67%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88447D (or 0x88447D) is known color: Trendy Pink. HEX triplet: 88, 44 and 7D. RGB value is (136,68,125). Sum of RGB (Red+Green+Blue) = 136+68+125=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88447D is #77BB82. Grayscale: #5E5E5E. Windows color (decimal): -7846787 or 8209544. OLE color: 8209544.

HSL color Cylindrical-coordinate representation of color #88447D: hue angle of 309.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88447D is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 125 -
CMYK 0 0.50 0.08 0.47
HSL 309.71º 0.33% 0.4% -
HSV(B) 309.71º 0.5% 0.53% -
XYZ 15.92 10.85 20.66 -
YUV 94.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 136 68 125 0 0.50 0.08 0.47 309.71 0.33 0.4
Hex 88 44 7D 0 32 8 2F 136 21 28
Octal 210 104 175 0 62 10 57 466 41 50
Binary 10001000 1000100 1111101 0 110010 1000 101111 100110110 100001 101000

Color Harmonies of #88447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88447D

Black with #88447D

Text Example


Text Example

White with #88447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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