Html Css Color HEX #855888 Trendy Pink

📋 copy color: '#855888'

red 133 ◦ green 88 ◦ blue 136

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

Shades of Trendy Pink #855888

Tints of Trendy Pink #855888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 37.25%
G = 24.65%
B = 38.1%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#855888 (or 0x855888) is known color: Trendy Pink. HEX triplet: 85, 58 and 88. RGB value is (133,88,136). Sum of RGB (Red+Green+Blue) = 133+88+136=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #855888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855888 is #7AA777. Grayscale: #6A6A6A. Windows color (decimal): -8038264 or 8935557. OLE color: 8935557.

HSL color Cylindrical-coordinate representation of color #855888: hue angle of 296.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855888 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 88 136 -
CMYK 0.02 0.35 0 0.47
HSL 296.25º 0.21% 0.44% -
HSV(B) 296.25º 0.35% 0.53% -
XYZ 17.61 13.74 25.02 -
YUV 106.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 133 88 136 0.02 0.35 0 0.47 296.25 0.21 0.44
Hex 85 58 88 2 23 0 2F 128 15 2C
Octal 205 130 210 2 43 0 57 450 25 54
Binary 10000101 1011000 10001000 10 100011 0 101111 100101000 10101 101100

Color Harmonies of #855888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855888

Black with #855888

Text Example


Text Example

White with #855888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855888; }

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

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

background-color css

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

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

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

border-color css

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

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

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