#D54E8B

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

Shades of Mulberry #D54E8B

Tints of Mulberry #D54E8B

Color information

#D54E8B (or 0xD54E8B) is unknown color: approx Mulberry. HEX triplet: D5, 4E and 8B. RGB value is (213,78,139). Sum of RGB (Red+Green+Blue) = 213+78+139=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E8B is #2AB174. Grayscale: #7D7D7D. Windows color (decimal): -2797941 or 9129685. OLE color: 9129685.

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

Color convert

RGB21378139-
CMYK00.630.350.16
HSL332.89º61.64%57.06%-
HSV(B)332.89º63.38%83.53%-
XYZ34.8321.4626.73-
YUV125.32135.73190.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=49.53%
G=18.14%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137813900.630.350.16332.8961.6457.06
HexD54E8B03F231014d3e39
Octal32511621307743205157671
Binary11010101100111010001011011111110001110000101001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E8B; }

 p { color: rgb(213,78,139); }

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

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

 a { background-color: rgb(213,78,139); }

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

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

 span { border-color: rgb(213,78,139); }

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