#DA49AC

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

Shades of Mulberry #DA49AC

Tints of Mulberry #DA49AC

Color information

#DA49AC (or 0xDA49AC) is unknown color: approx Mulberry. HEX triplet: DA, 49 and AC. RGB value is (218,73,172). Sum of RGB (Red+Green+Blue) = 218+73+172=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49AC is #25B653. Grayscale: #7F7F7F. Windows color (decimal): -2471508 or 11291098. OLE color: 11291098.

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

Color convert

RGB21873172-
CMYK00.670.210.15
HSL319.03º66.21%57.06%-
HSV(B)319.03º66.51%85.49%-
XYZ38.7422.6541.36-
YUV127.64153.04192.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 73 (28.91% from 255) = 15.77%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=47.08%
G=15.77%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187317200.670.210.15319.0366.2157.06
HexDA49AC04315F13f4239
Octal3321112540103251747710271
Binary11011010100100110101100010000111010111111001111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA49AC; }

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

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

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

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

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

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

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

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