Html Css Color HEX #885083 Trendy Pink

📋 copy color: '#885083'

red 136 ◦ green 80 ◦ blue 131

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

Shades of Trendy Pink #885083

Tints of Trendy Pink #885083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 39.19%
G = 23.05%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#885083 (or 0x885083) is known color: Trendy Pink. HEX triplet: 88, 50 and 83. RGB value is (136,80,131). Sum of RGB (Red+Green+Blue) = 136+80+131=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #885083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885083 is #77AF7C. Grayscale: #666666. Windows color (decimal): -7843709 or 8605832. OLE color: 8605832.

HSL color Cylindrical-coordinate representation of color #885083: hue angle of 305.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885083 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 131 -
CMYK 0 0.41 0.04 0.47
HSL 305.36º 0.26% 0.42% -
HSV(B) 305.36º 0.41% 0.53% -
XYZ 17.12 12.61 23 -
YUV 102.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 136 80 131 0 0.41 0.04 0.47 305.36 0.26 0.42
Hex 88 50 83 0 29 4 2F 131 1A 2A
Octal 210 120 203 0 51 4 57 461 32 52
Binary 10001000 1010000 10000011 0 101001 100 101111 100110001 11010 101010

Color Harmonies of #885083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885083

Black with #885083

Text Example


Text Example

White with #885083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885083; }

 p { color: rgb(136,80,131); }

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

background-color css

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

 a { background-color: rgb(136,80,131); }

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

border-color css

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

 span { border-color: rgb(136,80,131); }

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