#D55497

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

Shades of Mulberry #D55497

Tints of Mulberry #D55497

Color information

#D55497 (or 0xD55497) is unknown color: approx Mulberry. HEX triplet: D5, 54 and 97. RGB value is (213,84,151). Sum of RGB (Red+Green+Blue) = 213+84+151=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55497 is #2AAB68. Grayscale: #828282. Windows color (decimal): -2796393 or 9917653. OLE color: 9917653.

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

Color convert

RGB21384151-
CMYK00.610.290.16
HSL328.84º60.56%58.24%-
HSV(B)328.84º60.56%83.53%-
XYZ36.222.7231.76-
YUV130.21139.74187.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 84 (33.20% from 255) = 18.75%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=47.54%
G=18.75%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138415100.610.290.16328.8460.5658.24
HexD5549703D1D101493d3a
Octal32512422707535205117572
Binary1101010110101001001011101111011110110000101001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55497; }

 p { color: rgb(213,84,151); }

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

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

 a { background-color: rgb(213,84,151); }

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

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

 span { border-color: rgb(213,84,151); }

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