COLOR #D493AC

HEX: #D493AC RGB: (212,147,172)

Color info

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

RGB color model

#D493AC color RGB value is (212,147,172).

RGB: (212,147,172) (83%, 58%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 147 of 255 = 58%
B 172 of 255 = 67%

212
147
172

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

Portions of RGB colors in percentages

R + G + B = 212 + 147 + 172 = 531 (100%)
R 212 of 531 ~ 39.92%
G 147 of 531 ~ 27.68%
B 172 of 531 ~ 32.39'%

%39.92
%27.68
%32.39

CMYK color model

#D493AC color CMYK value is (0,31,19,17).

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 18.87%
  • key color value is 16.86%

CMYK: (0,31,19,17)
C0M31Y19K17 (0%, 31%, 19%, 17%)
(0.00 / 0.31 / 0.19 / 0.17)

CMYK percentages

%0
%30.66
%18.87
%16.86

Codes

Color #D493AC in popluar color models

D4 93 AC
RGB 212 147 172
HSL 337° 43.05% 70.39%
HSB/HSV 337° 30.66% 83.14%
CMYK 0.00% 30.66% 18.87%
16.86%

Color #D493AC in popluar number systems.

HEX D4 93 AC
Decimal 212 147 172
Binary 11010100 10010011 10101100
Octal 324 223 254

Shades and tints

Shades of #D493AC

#D493AC
(212,147,172)
#C1869D
(193,134,157)
#AE798E
(174,121,142)
#9B6C7F
(155,108,127)
#885F70
(136,95,112)
#755261
(117,82,97)
#624552
(98,69,82)
#4F3843
(79,56,67)
#3C2B34
(60,43,52)
#291E25
(41,30,37)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #D493AC

#D493AC
(212,147,172)
#D79CB3
(215,156,179)
#DAA5BA
(218,165,186)
#DDAEC1
(221,174,193)
#E0B7C8
(224,183,200)
#E3C0CF
(227,192,207)
#E6C9D6
(230,201,214)
#E9D2DD
(233,210,221)
#ECDBE4
(236,219,228)
#EFE4EB
(239,228,235)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D493AC; }

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

This text font color is #D493AC.

Background Color

.myBgColor { background-color: #D493AC; }

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

This div background color is #D493AC.

Border color

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

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

This div border color is #D493AC.

Opacity

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

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

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

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

This text has shadow with #D493AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D493AC.

Preview

Color preview on black background

This text has color #D493AC on black background.


Color preview on white background

This text has color #D493AC on white background.


Black color preview on #D493AC background

This text has black color on #D493AC background.


White color preview on #D493AC background

This text has white color on #D493AC background.


Related colors

Complementary color

Complementary color for #hex is #2B6C53.


I love getcolorcode.com

Triadic colors

1 #ACD493 and #93ACD4 with #D493AC are triadic colors.

2 #AC93D4 and #93D4AC with #D493AC are triadic colors.