#da49a5

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

Shades of Mulberry #DA49A5

Tints of Mulberry #DA49A5

Color information

#DA49A5 (or 0xDA49A5) is unknown color: approx Mulberry. HEX triplet: DA, 49 and A5. RGB value is (218,73,165). Sum of RGB (Red+Green+Blue) = 218+73+165=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49A5 is #25B65A. Grayscale: #7E7E7E. Windows color (decimal): -2471515 or 10832346. OLE color: 10832346.

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

Color convert

RGB21873165-
CMYK00.670.240.15
HSL321.93º66.21%57.06%-
HSV(B)321.93º66.51%85.49%-
XYZ38.0922.3937.91-
YUV126.84149.54193.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 73 (28.91% from 255) = 16.01%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=47.81%
G=16.01%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187316500.670.240.15321.9366.2157.06
HexDA49A504318F1424239
Octal3321112450103301750210271
Binary11011010100100110100101010000111100011111010000101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da49a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da49a5; }

 p { color: rgb(218,73,165); }

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

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

 a { background-color: rgb(218,73,165); }

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

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

 span { border-color: rgb(218,73,165); }

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