#DA559A

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

Shades of Mulberry #DA559A

Tints of Mulberry #DA559A

Color information

#DA559A (or 0xDA559A) is unknown color: approx Mulberry. HEX triplet: DA, 55 and 9A. RGB value is (218,85,154). Sum of RGB (Red+Green+Blue) = 218+85+154=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA559A is #25AA65. Grayscale: #848484. Windows color (decimal): -2468454 or 10114522. OLE color: 10114522.

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

Color convert

RGB21885154-
CMYK00.610.290.15
HSL328.87º64.25%59.41%-
HSV(B)328.87º61.01%85.49%-
XYZ37.9923.7433.15-
YUV132.63140.06188.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=47.70%
G=18.60%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188515400.610.290.15328.8764.2559.41
HexDA559A03D1DF149403b
Octal332125232075351751110073
Binary1101101010101011001101001111011110111111010010011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA559A; }

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

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

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

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

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

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

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

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