COLOR #DF71AC

HEX: #DF71AC RGB: (223,113,172)

Color info

#DF71AC contains mainly red and blue colors. Web safe color of #DF71AC is #CC6699 (or #C69).

RGB color model

#DF71AC color RGB value is (223,113,172).

RGB: (223,113,172) (87%, 44%, 67%)

RGB channels and saturation

R 223 of 255 = 87%
G 113 of 255 = 44%
B 172 of 255 = 67%

223
113
172

R + G + B ~ 66%. #DF71AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 113 + 172 = 508 (100%)
R 223 of 508 ~ 43.9%
G 113 of 508 ~ 22.24%
B 172 of 508 ~ 33.86'%

%43.9
%22.24
%33.86

CMYK color model

#DF71AC color CMYK value is (0,49,23,13).

  • cyan value is 0.00%
  • magenta value is 49.33%
  • yellow value is 22.87%
  • key color value is 12.55%

CMYK: (0,49,23,13)
C0M49Y23K13 (0%, 49%, 23%, 13%)
(0.00 / 0.49 / 0.23 / 0.13)

CMYK percentages

%0
%49.33
%22.87
%12.55

Codes

Color #DF71AC in popluar color models

DF 71 AC
RGB 223 113 172
HSL 328° 63.22% 65.88%
HSB/HSV 328° 49.33% 87.45%
CMYK 0.00% 49.33% 22.87%
12.55%

Color #DF71AC in popluar number systems.

HEX DF 71 AC
Decimal 223 113 172
Binary 11011111 1110001 10101100
Octal 337 161 254

Shades and tints

Shades of #DF71AC

#DF71AC
(223,113,172)
#CB679D
(203,103,157)
#B75D8E
(183,93,142)
#A3537F
(163,83,127)
#8F4970
(143,73,112)
#7B3F61
(123,63,97)
#673552
(103,53,82)
#532B43
(83,43,67)
#3F2134
(63,33,52)
#2B1725
(43,23,37)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #DF71AC

#DF71AC
(223,113,172)
#E17DB3
(225,125,179)
#E389BA
(227,137,186)
#E595C1
(229,149,193)
#E7A1C8
(231,161,200)
#E9ADCF
(233,173,207)
#EBB9D6
(235,185,214)
#EDC5DD
(237,197,221)
#EFD1E4
(239,209,228)
#F1DDEB
(241,221,235)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF71AC color. Also use rgb(223,113,172) instead hex code.

Text Font Color

.myTextColor { color: #DF71AC; }

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

This text font color is #DF71AC.

Background Color

.myBgColor { background-color: #DF71AC; }

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

This div background color is #DF71AC.

Border color

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

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

This div border color is #DF71AC.

Opacity

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

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

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

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

This text has shadow with #DF71AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF71AC.

Preview

Color preview on black background

This text has color #DF71AC on black background.


Color preview on white background

This text has color #DF71AC on white background.


Black color preview on #DF71AC background

This text has black color on #DF71AC background.


White color preview on #DF71AC background

This text has white color on #DF71AC background.


Related colors

Complementary color

Complementary color for #hex is #208E53.


I love getcolorcode.com

Triadic colors

1 #ACDF71 and #71ACDF with #DF71AC are triadic colors.

2 #AC71DF and #71DFAC with #DF71AC are triadic colors.