Html Css Color HEX #88417D Trendy Pink

📋 copy color: '#88417D'

red 136 ◦ green 65 ◦ blue 125

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

Shades of Trendy Pink #88417D

Tints of Trendy Pink #88417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 41.72%
G = 19.94%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88417D (or 0x88417D) is known color: Trendy Pink. HEX triplet: 88, 41 and 7D. RGB value is (136,65,125). Sum of RGB (Red+Green+Blue) = 136+65+125=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88417D is #77BE82. Grayscale: #5C5C5C. Windows color (decimal): -7847555 or 8208776. OLE color: 8208776.

HSL color Cylindrical-coordinate representation of color #88417D: hue angle of 309.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88417D is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 125 -
CMYK 0 0.52 0.08 0.47
HSL 309.3º 0.35% 0.39% -
HSV(B) 309.3º 0.52% 0.53% -
XYZ 15.75 10.5 20.6 -
YUV 93.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 136 65 125 0 0.52 0.08 0.47 309.3 0.35 0.39
Hex 88 41 7D 0 34 8 2F 135 23 27
Octal 210 101 175 0 64 10 57 465 43 47
Binary 10001000 1000001 1111101 0 110100 1000 101111 100110101 100011 100111

Color Harmonies of #88417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88417D

Black with #88417D

Text Example


Text Example

White with #88417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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