#D54598

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

Shades of Mulberry #D54598

Tints of Mulberry #D54598

Color information

#D54598 (or 0xD54598) is unknown color: approx Mulberry. HEX triplet: D5, 45 and 98. RGB value is (213,69,152). Sum of RGB (Red+Green+Blue) = 213+69+152=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D54598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54598 is #2ABA67. Grayscale: #797979. Windows color (decimal): -2800232 or 9979349. OLE color: 9979349.

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

Color convert

RGB21369152-
CMYK00.680.290.16
HSL325.42º63.16%55.29%-
HSV(B)325.42º67.61%83.53%-
XYZ35.2420.6731.84-
YUV121.52145.21193.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 69 (27.34% from 255) = 15.90%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=49.08%
G=15.90%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136915200.680.290.16325.4263.1655.29
HexD545980441D101453f37
Octal325105230010435205057767
Binary11010101100010110011000010001001110110000101000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54598; }

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

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

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

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

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

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

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

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