#DA5595

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

Shades of Mulberry #DA5595

Tints of Mulberry #DA5595

Color information

#DA5595 (or 0xDA5595) is unknown color: approx Mulberry. HEX triplet: DA, 55 and 95. RGB value is (218,85,149). Sum of RGB (Red+Green+Blue) = 218+85+149=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5595 is #25AA6A. Grayscale: #838383. Windows color (decimal): -2468459 or 9786842. OLE color: 9786842.

HSL color Cylindrical-coordinate representation of color #DA5595: hue angle of 331.13º 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 #DA5595 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21885149-
CMYK00.610.320.15
HSL331.13º64.25%59.41%-
HSV(B)331.13º61.01%85.49%-
XYZ37.5923.5731-
YUV132.06137.56189.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.23%
GREEN value IS 85 (33.59% from 255) = 18.81%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=48.23%
G=18.81%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188514900.610.320.15331.1364.2559.41
HexDA559503D20F14b403b
Octal332125225075401751310073
Binary11011010101010110010101011110110000011111010010111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5595; }

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

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

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

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

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

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

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

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