COLOR #D491AC

HEX: #D491AC RGB: (212,145,172)

Color info

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

RGB color model

#D491AC color RGB value is (212,145,172).

RGB: (212,145,172) (83%, 57%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 145 of 255 = 57%
B 172 of 255 = 67%

212
145
172

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

Portions of RGB colors in percentages

R + G + B = 212 + 145 + 172 = 529 (100%)
R 212 of 529 ~ 40.08%
G 145 of 529 ~ 27.41%
B 172 of 529 ~ 32.51'%

%40.08
%27.41
%32.51

CMYK color model

#D491AC color CMYK value is (0,32,19,17).

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 18.87%
  • key color value is 16.86%
CMYK: (0,32,19,17) C0M32Y19K17 (0%,32%,19%,17%) (0.00/0.32/0.19/0.17) 

CMYK percentages

%0
%31.6
%18.87
%16.86

Codes

Color #D491AC in popluar color models

D4 91 AC
RGB 212 145 172
HSL 336° 43.79% 70.00%
HSB/HSV 336° 31.60% 83.14%
CMYK 0.00% 31.60% 18.87%
16.86%

Color #D491AC in popluar number systems.

HEX D4 91 AC
Decimal 212 145 172
Binary 11010100 10010001 10101100
Octal 324 221 254

Shades and tints

Shades of #D491AC

#D491AC
(212,145,172)
#C1849D
(193,132,157)
#AE778E
(174,119,142)
#9B6A7F
(155,106,127)
#885D70
(136,93,112)
#755061
(117,80,97)
#624352
(98,67,82)
#4F3643
(79,54,67)
#3C2934
(60,41,52)
#291C25
(41,28,37)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #D491AC

#D491AC
(212,145,172)
#D79BB3
(215,155,179)
#DAA5BA
(218,165,186)
#DDAFC1
(221,175,193)
#E0B9C8
(224,185,200)
#E3C3CF
(227,195,207)
#E6CDD6
(230,205,214)
#E9D7DD
(233,215,221)
#ECE1E4
(236,225,228)
#EFEBEB
(239,235,235)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D491AC; }

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

This text font color is #D491AC.

Background Color

.myBgColor { background-color: #D491AC; }

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

This div background color is #D491AC.

Border color

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

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

This div border color is #D491AC.

Opacity

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

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

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

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

This text has shadow with #D491AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D491AC.

Preview

Color preview on black background

This text has color #D491AC on black background.


Color preview on white background

This text has color #D491AC on white background.


Black color preview on #D491AC background

This text has black color on #D491AC background.


White color preview on #D491AC background

This text has white color on #D491AC background.


Related colors

Complementary color

Complementary color for #hex is #2B6E53.


I love getcolorcode.com

Triadic colors

1 #ACD491 and #91ACD4 with #D491AC are triadic colors.

2 #AC91D4 and #91D4AC with #D491AC are triadic colors.