#D54990

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

Shades of Mulberry #D54990

Tints of Mulberry #D54990

Color information

#D54990 (or 0xD54990) is unknown color: approx Mulberry. HEX triplet: D5, 49 and 90. RGB value is (213,73,144). Sum of RGB (Red+Green+Blue) = 213+73+144=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54990 is #2AB66F. Grayscale: #7A7A7A. Windows color (decimal): -2799216 or 9456085. OLE color: 9456085.

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

Color convert

RGB21373144-
CMYK00.660.320.16
HSL329.57º62.5%56.08%-
HSV(B)329.57º65.73%83.53%-
XYZ34.8620.9228.59-
YUV122.95139.88192.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=49.53%
G=16.98%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137314400.660.320.16329.5762.556.08
HexD54990042201014a3e38
Octal325111220010240205127670
Binary110101011001001100100000100001010000010000101001010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54990; }

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

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

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

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

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

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

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

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