#DA5599

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

Shades of Mulberry #DA5599

Tints of Mulberry #DA5599

Color information

#DA5599 (or 0xDA5599) is unknown color: approx Mulberry. HEX triplet: DA, 55 and 99. RGB value is (218,85,153). Sum of RGB (Red+Green+Blue) = 218+85+153=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5599 is #25AA66. Grayscale: #848484. Windows color (decimal): -2468455 or 10048986. OLE color: 10048986.

HSL color Cylindrical-coordinate representation of color #DA5599: hue angle of 329.32º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5599 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB21885153-
CMYK00.610.300.15
HSL329.32º64.25%59.41%-
HSV(B)329.32º61.01%85.49%-
XYZ37.9123.732.71-
YUV132.52139.56188.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=47.81%
G=18.64%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188515300.610.300.15329.3264.2559.41
HexDA559903D1EF149403b
Octal332125231075361751110073
Binary1101101010101011001100101111011111011111010010011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5599; }

 p { color: rgb(218,85,153); }

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

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

 a { background-color: rgb(218,85,153); }

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

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

 span { border-color: rgb(218,85,153); }

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