Html Css Color HEX #855288 Trendy Pink

📋 copy color: '#855288'

red 133 ◦ green 82 ◦ blue 136

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

Shades of Trendy Pink #855288

Tints of Trendy Pink #855288

RGB

 RED value IS 133 (52.34% from 255) = 37.89%

 GREEN value IS 82 (32.42% from 255) = 23.36%

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 37.89%
G = 23.36%
B = 38.75%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#855288 (or 0x855288) is known color: Trendy Pink. HEX triplet: 85, 52 and 88. RGB value is (133,82,136). Sum of RGB (Red+Green+Blue) = 133+82+136=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #855288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855288 is #7AAD77. Grayscale: #676767. Windows color (decimal): -8039800 or 8934021. OLE color: 8934021.

HSL color Cylindrical-coordinate representation of color #855288: hue angle of 296.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855288 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 82 136 -
CMYK 0.02 0.40 0 0.47
HSL 296.67º 0.25% 0.43% -
HSV(B) 296.67º 0.4% 0.53% -
XYZ 17.13 12.8 24.86 -
YUV 103.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 133 82 136 0.02 0.40 0 0.47 296.67 0.25 0.43
Hex 85 52 88 2 28 0 2F 129 19 2B
Octal 205 122 210 2 50 0 57 451 31 53
Binary 10000101 1010010 10001000 10 101000 0 101111 100101001 11001 101011

Color Harmonies of #855288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855288

Black with #855288

Text Example


Text Example

White with #855288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855288; }

 p { color: rgb(133,82,136); }

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

background-color css

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

 a { background-color: rgb(133,82,136); }

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

border-color css

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

 span { border-color: rgb(133,82,136); }

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