#D54489

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

Shades of Mulberry #D54489

Tints of Mulberry #D54489

Color information

#D54489 (or 0xD54489) is unknown color: approx Mulberry. HEX triplet: D5, 44 and 89. RGB value is (213,68,137). Sum of RGB (Red+Green+Blue) = 213+68+137=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54489 is #2ABB76. Grayscale: #777777. Windows color (decimal): -2800503 or 8996053. OLE color: 8996053.

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

Color convert

RGB21368137-
CMYK00.680.360.16
HSL331.45º63.32%55.1%-
HSV(B)331.45º68.08%83.53%-
XYZ34.0220.0925.75-
YUV119.22138.04194.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 68 (26.95% from 255) = 16.27%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=50.96%
G=16.27%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136813700.680.360.16331.4563.3255.1
HexD54489044241014b3f37
Octal325104211010444205137767
Binary110101011000100100010010100010010010010000101001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54489; }

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

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

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

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

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

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

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

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