#D54E90

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

Shades of Mulberry #D54E90

Tints of Mulberry #D54E90

Color information

#D54E90 (or 0xD54E90) is unknown color: approx Mulberry. HEX triplet: D5, 4E and 90. RGB value is (213,78,144). Sum of RGB (Red+Green+Blue) = 213+78+144=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E90 is #2AB16F. Grayscale: #7D7D7D. Windows color (decimal): -2797936 or 9457365. OLE color: 9457365.

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

Color convert

RGB21378144-
CMYK00.630.320.16
HSL330.67º61.64%57.06%-
HSV(B)330.67º63.38%83.53%-
XYZ35.221.6128.7-
YUV125.89138.23190.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=48.97%
G=17.93%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137814400.630.320.16330.6761.6457.06
HexD54E9003F201014b3e39
Octal32511622007740205137671
Binary11010101100111010010000011111110000010000101001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E90; }

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

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

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

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

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

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

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

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