#DA488C

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

Shades of Mulberry #DA488C

Tints of Mulberry #DA488C

Color information

#DA488C (or 0xDA488C) is unknown color: approx Mulberry. HEX triplet: DA, 48 and 8C. RGB value is (218,72,140). Sum of RGB (Red+Green+Blue) = 218+72+140=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA488C is #25B773. Grayscale: #7B7B7B. Windows color (decimal): -2471796 or 9193690. OLE color: 9193690.

HSL color Cylindrical-coordinate representation of color #DA488C: hue angle of 332.05º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA488C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB21872140-
CMYK00.670.360.15
HSL332.05º66.36%56.86%-
HSV(B)332.05º66.97%85.49%-
XYZ35.9621.4327.05-
YUV123.41137.37195.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.70%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=50.70%
G=16.74%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187214000.670.360.15332.0566.3656.86
HexDA488C04324F14c4239
Octal3321102140103441751410271
Binary110110101001000100011000100001110010011111010011001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA488C; }

 p { color: rgb(218,72,140); }

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

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

 a { background-color: rgb(218,72,140); }

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

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

 span { border-color: rgb(218,72,140); }

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