#DA5594

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

Shades of Mulberry #DA5594

Tints of Mulberry #DA5594

Color information

#DA5594 (or 0xDA5594) is unknown color: approx Mulberry. HEX triplet: DA, 55 and 94. RGB value is (218,85,148). Sum of RGB (Red+Green+Blue) = 218+85+148=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5594 is #25AA6B. Grayscale: #838383. Windows color (decimal): -2468460 or 9721306. OLE color: 9721306.

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

Color convert

RGB21885148-
CMYK00.610.320.15
HSL331.58º64.25%59.41%-
HSV(B)331.58º61.01%85.49%-
XYZ37.5123.5430.58-
YUV131.95137.06189.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=48.34%
G=18.85%
B=32.82%

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
Decimal2188514800.610.320.15331.5864.2559.41
HexDA559403D20F14c403b
Octal332125224075401751410073
Binary11011010101010110010100011110110000011111010011001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5594; }

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

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

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

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

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

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

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

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