#d54c89

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

Shades of Mulberry #D54C89

Tints of Mulberry #D54C89

Color information

#D54C89 (or 0xD54C89) is unknown color: approx Mulberry. HEX triplet: D5, 4C and 89. RGB value is (213,76,137). Sum of RGB (Red+Green+Blue) = 213+76+137=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C89 is #2AB376. Grayscale: #7B7B7B. Windows color (decimal): -2798455 or 8998101. OLE color: 8998101.

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

Color convert

RGB21376137-
CMYK00.640.360.16
HSL333.28º61.99%56.67%-
HSV(B)333.28º64.32%83.53%-
XYZ34.5421.1225.92-
YUV123.92135.39191.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=50%
G=17.84%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137613700.640.360.16333.2861.9956.67
HexD54C89040241014d3e39
Octal325114211010044205157671
Binary110101011001100100010010100000010010010000101001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54c89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54c89; }

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

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

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

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

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

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

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

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