#D54490

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

Shades of Mulberry #D54490

Tints of Mulberry #D54490

Color information

#D54490 (or 0xD54490) is unknown color: approx Mulberry. HEX triplet: D5, 44 and 90. RGB value is (213,68,144). Sum of RGB (Red+Green+Blue) = 213+68+144=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D54490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54490 is #2ABB6F. Grayscale: #777777. Windows color (decimal): -2800496 or 9454805. OLE color: 9454805.

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

Color convert

RGB21368144-
CMYK00.680.320.16
HSL328.55º63.32%55.1%-
HSV(B)328.55º68.08%83.53%-
XYZ34.5420.2928.48-
YUV120.02141.54194.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=50.12%
G=16%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136814400.680.320.16328.5563.3255.1
HexD5449004420101493f37
Octal325104220010440205117767
Binary110101011000100100100000100010010000010000101001001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54490; }

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

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

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

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

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

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

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

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