#D55189

Color #D55189 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D55189

Tints of Mulberry #D55189

Color information

#D55189 (or 0xD55189) is unknown color: approx Mulberry. HEX triplet: D5, 51 and 89. RGB value is (213,81,137). Sum of RGB (Red+Green+Blue) = 213+81+137=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55189 is #2AAE76. Grayscale: #7E7E7E. Windows color (decimal): -2797175 or 8999381. OLE color: 8999381.

HSL color Cylindrical-coordinate representation of color #D55189: hue angle of 334.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55189 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21381137-
CMYK00.620.360.16
HSL334.55º61.11%57.65%-
HSV(B)334.55º61.97%83.53%-
XYZ34.921.8426.04-
YUV126.85133.73189.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 137 (53.91% from 255) = 31.79%
R=49.42%
G=18.79%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138113700.620.360.16334.5561.1157.65
HexD5518903E241014f3d3a
Octal32512121107644205177572
Binary11010101101000110001001011111010010010000101001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55189; }

 p { color: rgb(213,81,137); }

 H1.HeaderClassName
 {
   color: #D55189;
 }
 .AnyTagClassName
 {
   color: #D55189;
 }
</style>
background-color css

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

 a { background-color: rgb(213,81,137); }

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

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

 span { border-color: rgb(213,81,137); }

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