#D54588

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

Shades of Mulberry #D54588

Tints of Mulberry #D54588

Color information

#D54588 (or 0xD54588) is unknown color: approx Mulberry. HEX triplet: D5, 45 and 88. RGB value is (213,69,136). Sum of RGB (Red+Green+Blue) = 213+69+136=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54588 is #2ABA77. Grayscale: #777777. Windows color (decimal): -2800248 or 8930773. OLE color: 8930773.

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

Color convert

RGB21369136-
CMYK00.680.360.16
HSL332.08º63.16%55.29%-
HSV(B)332.08º67.61%83.53%-
XYZ34.0120.1825.4-
YUV119.69137.21194.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=50.96%
G=16.51%
B=32.54%

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
Decimal2136913600.680.360.16332.0863.1655.29
HexD54588044241014c3f37
Octal325105210010444205147767
Binary110101011000101100010000100010010010010000101001100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54588; }

 p { color: rgb(213,69,136); }

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

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

 a { background-color: rgb(213,69,136); }

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

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

 span { border-color: rgb(213,69,136); }

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