COLOR #D493A6

HEX: #D493A6
RGB: (212,147,166)

Color info

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

RGB color model

#D493A6 color RGB value is (212,147,166).

  • red value is 212;
  • green value is 147;
  • blue value is 166.
RGB:
(212,147,166)
(83%,58%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 147 of 255 = 58%
B 166 of 255 = 65%

212
147
166

R + G + B ~ 69%. #D493A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 147 + 166 = 525 (100%)
R 212 of 525 ~ 40.38%
G 147 of 525 ~ 28%
B 166 of 525 ~ 31.62%

%40.38
%28
%31.62

CMYK color model

#D493A6 color CMYK value is (0,31,22,17).

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 21.70%
  • key color value is 16.86%
CMYK:
(0,31,22,17)
C0M31Y22K17 
(0%,31%,22%,17%)
(0.00/0.31/0.22/0.17)	

CMYK percentages

%0
%30.66
%21.7
%16.86

Codes

Color #D493A6 in popluar color models

D493A6
RGB212147166
HSL342°43.05%70.39%
HSB/HSV342°30.66%83.14%
CMYK0.00%30.66%21.70%
16.86%

Color #D493A6 in popluar number systems.

HEXD493A6
Decimal212147166
Binary110101001001001110100110
Octal324223246

Shades and tints

Shades of #D493A6

#D493A6
(212,147,166)
#C18697
(193,134,151)
#AE7988
(174,121,136)
#9B6C79
(155,108,121)
#885F6A
(136,95,106)
#75525B
(117,82,91)
#62454C
(98,69,76)
#4F383D
(79,56,61)
#3C2B2E
(60,43,46)
#291E1F
(41,30,31)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #D493A6

#D493A6
(212,147,166)
#D79CAE
(215,156,174)
#DAA5B6
(218,165,182)
#DDAEBE
(221,174,190)
#E0B7C6
(224,183,198)
#E3C0CE
(227,192,206)
#E6C9D6
(230,201,214)
#E9D2DE
(233,210,222)
#ECDBE6
(236,219,230)
#EFE4EE
(239,228,238)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D493A6 color. Also use rgb(212,147,166) instead hex code.

Text Font Color

.myTextColor { color: #D493A6; }

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

This text font color is #D493A6.


Background Color

.myBgColor { background-color: #D493A6; }

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

This div background color is #D493A6.


Border color

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

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

This div border color is #D493A6.


Opacity

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

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

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

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

This text has shadow with #D493A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D493A6 on black background.


Color preview on white background

This text has color #D493A6 on white background.



Black color preview on #D493A6 background

This text has black color on #D493A6 background.


White color preview on #D493A6 background

This text has white color on #D493A6 background.