#D5548E

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

Shades of Mulberry #D5548E

Tints of Mulberry #D5548E

Color information

#D5548E (or 0xD5548E) is unknown color: approx Mulberry. HEX triplet: D5, 54 and 8E. RGB value is (213,84,142). Sum of RGB (Red+Green+Blue) = 213+84+142=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5548E is #2AAB71. Grayscale: #818181. Windows color (decimal): -2796402 or 9327829. OLE color: 9327829.

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

Color convert

RGB21384142-
CMYK00.610.330.16
HSL333.02º60.56%58.24%-
HSV(B)333.02º60.56%83.53%-
XYZ35.4922.4428.05-
YUV129.18135.24187.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=48.52%
G=19.13%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138414200.610.330.16333.0260.5658.24
HexD5548E03D211014d3d3a
Octal32512421607541205157572
Binary11010101101010010001110011110110000110000101001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5548E; }

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

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

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

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

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

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

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

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