COLOR #D493A5

HEX: #D493A5
RGB: (212,147,165)

Color info

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

RGB color model

#D493A5 color RGB value is (212,147,165).

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

RGB channels and saturation

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

212
147
165

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

Portions of RGB colors in percentages

R + G + B =
212 + 147 + 165 = 524 (100%)
R 212 of 524 ~ 40.46%
G 147 of 524 ~ 28.05%
B 165 of 524 ~ 31.49%

%40.46
%28.05
%31.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 22.17%
  • 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
%22.17
%16.86

Codes

Color #D493A5 in popluar color models

D493A5
RGB212147165
HSL343°43.05%70.39%
HSB/HSV343°30.66%83.14%
CMYK0.00%30.66%22.17%
16.86%

Color #D493A5 in popluar number systems.

HEXD493A5
Decimal212147165
Binary110101001001001110100101
Octal324223245

Shades and tints

Shades of #D493A5

#D493A5
(212,147,165)
#C18696
(193,134,150)
#AE7987
(174,121,135)
#9B6C78
(155,108,120)
#885F69
(136,95,105)
#75525A
(117,82,90)
#62454B
(98,69,75)
#4F383C
(79,56,60)
#3C2B2D
(60,43,45)
#291E1E
(41,30,30)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #D493A5

#D493A5
(212,147,165)
#D79CAD
(215,156,173)
#DAA5B5
(218,165,181)
#DDAEBD
(221,174,189)
#E0B7C5
(224,183,197)
#E3C0CD
(227,192,205)
#E6C9D5
(230,201,213)
#E9D2DD
(233,210,221)
#ECDBE5
(236,219,229)
#EFE4ED
(239,228,237)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D493A5; }

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

This text font color is #D493A5.


Background Color

.myBgColor { background-color: #D493A5; }

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

This div background color is #D493A5.


Border color

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

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

This div border color is #D493A5.


Opacity

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

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

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

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

This text has shadow with #D493A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D493A5 on black background.


Color preview on white background

This text has color #D493A5 on white background.



Black color preview on #D493A5 background

This text has black color on #D493A5 background.


White color preview on #D493A5 background

This text has white color on #D493A5 background.