#D54586

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

Shades of Mulberry #D54586

Tints of Mulberry #D54586

Color information

#D54586 (or 0xD54586) is unknown color: approx Mulberry. HEX triplet: D5, 45 and 86. RGB value is (213,69,134). Sum of RGB (Red+Green+Blue) = 213+69+134=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D54586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54586 is #2ABA79. Grayscale: #777777. Windows color (decimal): -2800250 or 8799701. OLE color: 8799701.

HSL color Cylindrical-coordinate representation of color #D54586: hue angle of 332.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54586 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB21369134-
CMYK00.680.370.16
HSL332.92º63.16%55.29%-
HSV(B)332.92º67.61%83.53%-
XYZ33.8720.1224.65-
YUV119.47136.21194.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 69 (27.34% from 255) = 16.59%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=51.20%
G=16.59%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136913400.680.370.16332.9263.1655.29
HexD54586044251014d3f37
Octal325105206010445205157767
Binary110101011000101100001100100010010010110000101001101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54586; }

 p { color: rgb(213,69,134); }

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

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

 a { background-color: rgb(213,69,134); }

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

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

 span { border-color: rgb(213,69,134); }

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