COLOR #DA93AE

HEX: #DA93AE
RGB: (218,147,174)

Color info

#DA93AE contains mainly red and blue colors. Web safe color of #DA93AE is #CC9999 (or #C99).

RGB color model

#DA93AE color RGB value is (218,147,174).

  • red value is 218;
  • green value is 147;
  • blue value is 174.
RGB:
(218,147,174)
(85%,58%,68%)

RGB channels and saturation

R 218 of 255 = 85%
G 147 of 255 = 58%
B 174 of 255 = 68%

218
147
174

R + G + B ~ 70%. #DA93AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 147 + 174 = 539 (100%)
R 218 of 539 ~ 40.45%
G 147 of 539 ~ 27.27%
B 174 of 539 ~ 32.28%

%40.45
%27.27
%32.28

CMYK color model

#DA93AE color CMYK value is (0,33,20,15).

  • cyan value is 0.00%
  • magenta value is 32.57%
  • yellow value is 20.18%
  • key color value is 14.51%
CMYK:
(0,33,20,15)
C0M33Y20K15 
(0%,33%,20%,15%)
(0.00/0.33/0.20/0.15)	

CMYK percentages

%0
%32.57
%20.18
%14.51

Codes

Color #DA93AE in popluar color models

DA93AE
RGB218147174
HSL337°48.97%71.57%
HSB/HSV337°32.57%85.49%
CMYK0.00%32.57%20.18%
14.51%

Color #DA93AE in popluar number systems.

HEXDA93AE
Decimal218147174
Binary110110101001001110101110
Octal332223256

Shades and tints

Shades of #DA93AE

#DA93AE
(218,147,174)
#C7869F
(199,134,159)
#B47990
(180,121,144)
#A16C81
(161,108,129)
#8E5F72
(142,95,114)
#7B5263
(123,82,99)
#684554
(104,69,84)
#553845
(85,56,69)
#422B36
(66,43,54)
#2F1E27
(47,30,39)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #DA93AE

#DA93AE
(218,147,174)
#DD9CB5
(221,156,181)
#E0A5BC
(224,165,188)
#E3AEC3
(227,174,195)
#E6B7CA
(230,183,202)
#E9C0D1
(233,192,209)
#ECC9D8
(236,201,216)
#EFD2DF
(239,210,223)
#F2DBE6
(242,219,230)
#F5E4ED
(245,228,237)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA93AE color. Also use rgb(218,147,174) instead hex code.

Text Font Color

.myTextColor { color: #DA93AE; }

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

This text font color is #DA93AE.


Background Color

.myBgColor { background-color: #DA93AE; }

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

This div background color is #DA93AE.


Border color

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

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

This div border color is #DA93AE.


Opacity

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

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

Text with #DA93AE 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 #DA93AE;}

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

This text has shadow with #DA93AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA93AE on black background.


Color preview on white background

This text has color #DA93AE on white background.



Black color preview on #DA93AE background

This text has black color on #DA93AE background.


White color preview on #DA93AE background

This text has white color on #DA93AE background.