COLOR #DA5063

HEX: #DA5063
RGB: (218,80,99)

Color info

#DA5063 contains mainly red color. Web safe color of #DA5063 is #CC6666 (or #C66).

RGB color model

#DA5063 color RGB value is (218,80,99).

  • red value is 218;
  • green value is 80;
  • blue value is 99.
RGB:
(218,80,99)
(85%,31%,39%)

RGB channels and saturation

R 218 of 255 = 85%
G 80 of 255 = 31%
B 99 of 255 = 39%

218
80
99

R + G + B ~ 52%. #DA5063 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 80 + 99 = 397 (100%)
R 218 of 397 ~ 54.91%
G 80 of 397 ~ 20.15%
B 99 of 397 ~ 24.94%

%54.91
%20.15
%24.94

CMYK color model

#DA5063 color CMYK value is (0,63,55,15).

  • cyan value is 0.00%
  • magenta value is 63.30%
  • yellow value is 54.59%
  • key color value is 14.51%
CMYK:
(0,63,55,15)
C0M63Y55K15 
(0%,63%,55%,15%)
(0.00/0.63/0.55/0.15)	

CMYK percentages

%0
%63.3
%54.59
%14.51

Codes

Color #DA5063 in popluar color models

DA5063
RGB2188099
HSL352°65.09%58.43%
HSB/HSV352°63.30%85.49%
CMYK0.00%63.30%54.59%
14.51%

Color #DA5063 in popluar number systems.

HEXDA5063
Decimal2188099
Binary1101101010100001100011
Octal332120143

Shades and tints

Shades of #DA5063

#DA5063
(218,80,99)
#C7495A
(199,73,90)
#B44251
(180,66,81)
#A13B48
(161,59,72)
#8E343F
(142,52,63)
#7B2D36
(123,45,54)
#68262D
(104,38,45)
#551F24
(85,31,36)
#42181B
(66,24,27)
#2F1112
(47,17,18)
#1C0A09
(28,10,9)
#000000
(0,0,0)

Tints of #DA5063

#DA5063
(218,80,99)
#DD5F71
(221,95,113)
#E06E7F
(224,110,127)
#E37D8D
(227,125,141)
#E68C9B
(230,140,155)
#E99BA9
(233,155,169)
#ECAAB7
(236,170,183)
#EFB9C5
(239,185,197)
#F2C8D3
(242,200,211)
#F5D7E1
(245,215,225)
#F8E6EF
(248,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA5063 color. Also use rgb(218,80,99) instead hex code.

Text Font Color

.myTextColor { color: #DA5063; }

<p style="color:#DA5063">This sample text font color is #DA5063.</p>

This text font color is #DA5063.


Background Color

.myBgColor { background-color: #DA5063; }

<div style="background-color:#DA5063">Inner text</div>

This div background color is #DA5063.


Border color

.myBorderColor { border: 1px solid #DA5063; }

<div style="border:3px solid #DA5063">Div</div>

This div border color is #DA5063.


Opacity

.myOpacity80 { color: #DA5063; opacity: 0.8; }

<p style="color:#DA5063;opacity:0.8;">80%</p>

Text with #DA5063 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DA5063;}

<p style="text-shadow: 3px 3px 1px #DA5063">Text here.</p>

This text has shadow with #DA5063 color.

.textShadow {text-shadow: 3px 3px 1px #DA5063, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DA5063, 5px 5px 20px red">Text here.</p>

This text has shadow with #DA5063 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DA5063, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DA5063, Direction=45, Strength=4)">Text</p>

This text has shadow with #DA5063 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DA5063;
  -webkit-box-shadow:	1px 1px 3px 2px #DA5063;
  box-shadow:		1px 1px 3px 2px #DA5063;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DA5063;
-webkit-box-shadow: 1px 1px 3px 2px #DA5063;
box-shadow:1px 1px 3px 2px #DA5063;">
Div content here</div>
This div box has shadow with color #DA5063.

Preview

Color preview on black background

This text has color #DA5063 on black background.


Color preview on white background

This text has color #DA5063 on white background.



Black color preview on #DA5063 background

This text has black color on #DA5063 background.


White color preview on #DA5063 background

This text has white color on #DA5063 background.