#D55493

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

Shades of Mulberry #D55493

Tints of Mulberry #D55493

Color information

#D55493 (or 0xD55493) is unknown color: approx Mulberry. HEX triplet: D5, 54 and 93. RGB value is (213,84,147). Sum of RGB (Red+Green+Blue) = 213+84+147=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55493 is #2AAB6C. Grayscale: #818181. Windows color (decimal): -2796397 or 9655509. OLE color: 9655509.

HSL color Cylindrical-coordinate representation of color #D55493: hue angle of 330.7º 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 #D55493 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21384147-
CMYK00.610.310.16
HSL330.7º60.56%58.24%-
HSV(B)330.7º60.56%83.53%-
XYZ35.8822.5930.07-
YUV129.75137.74187.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=47.97%
G=18.92%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138414700.610.310.16330.760.5658.24
HexD5549303D1F1014b3d3a
Octal32512422307537205137572
Binary1101010110101001001001101111011111110000101001011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55493; }

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

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

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

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

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

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

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

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