#D54E9B

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

Shades of Mulberry #D54E9B

Tints of Mulberry #D54E9B

Color information

#D54E9B (or 0xD54E9B) is unknown color: approx Mulberry. HEX triplet: D5, 4E and 9B. RGB value is (213,78,155). Sum of RGB (Red+Green+Blue) = 213+78+155=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E9B is #2AB164. Grayscale: #7E7E7E. Windows color (decimal): -2797925 or 10178261. OLE color: 10178261.

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

Color convert

RGB21378155-
CMYK00.630.270.16
HSL325.78º61.64%57.06%-
HSV(B)325.78º63.38%83.53%-
XYZ36.0821.9633.35-
YUV127.14143.73189.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=47.76%
G=17.49%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137815500.630.270.16325.7861.6457.06
HexD54E9B03F1B101463e39
Octal32511623307733205067671
Binary1101010110011101001101101111111101110000101000110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E9B; }

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

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

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

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

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

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

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

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