COLOR #DF84BB

HEX: #DF84BB RGB: (223,132,187)

Color info

#DF84BB contains mainly red and blue colors. Web safe color of #DF84BB is #CC99CC (or #C9C).

RGB color model

#DF84BB color RGB value is (223,132,187).

RGB: (223,132,187) (87%, 52%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 132 of 255 = 52%
B 187 of 255 = 73%

223
132
187

R + G + B ~ 71%. #DF84BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 132 + 187 = 542 (100%)
R 223 of 542 ~ 41.14%
G 132 of 542 ~ 24.35%
B 187 of 542 ~ 34.5'%

%41.14
%24.35
%34.5

CMYK color model

#DF84BB color CMYK value is (0,41,16,13).

  • cyan value is 0.00%
  • magenta value is 40.81%
  • yellow value is 16.14%
  • key color value is 12.55%

CMYK: (0,41,16,13)
C0M41Y16K13 (0%, 41%, 16%, 13%)
(0.00 / 0.41 / 0.16 / 0.13)

CMYK percentages

%0
%40.81
%16.14
%12.55

Codes

Color #DF84BB in popluar color models

DF 84 BB
RGB 223 132 187
HSL 324° 58.71% 69.61%
HSB/HSV 324° 40.81% 87.45%
CMYK 0.00% 40.81% 16.14%
12.55%

Color #DF84BB in popluar number systems.

HEX DF 84 BB
Decimal 223 132 187
Binary 11011111 10000100 10111011
Octal 337 204 273

Shades and tints

Shades of #DF84BB

#DF84BB
(223,132,187)
#CB78AA
(203,120,170)
#B76C99
(183,108,153)
#A36088
(163,96,136)
#8F5477
(143,84,119)
#7B4866
(123,72,102)
#673C55
(103,60,85)
#533044
(83,48,68)
#3F2433
(63,36,51)
#2B1822
(43,24,34)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #DF84BB

#DF84BB
(223,132,187)
#E18FC1
(225,143,193)
#E39AC7
(227,154,199)
#E5A5CD
(229,165,205)
#E7B0D3
(231,176,211)
#E9BBD9
(233,187,217)
#EBC6DF
(235,198,223)
#EDD1E5
(237,209,229)
#EFDCEB
(239,220,235)
#F1E7F1
(241,231,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF84BB color. Also use rgb(223,132,187) instead hex code.

Text Font Color

.myTextColor { color: #DF84BB; }

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

This text font color is #DF84BB.

Background Color

.myBgColor { background-color: #DF84BB; }

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

This div background color is #DF84BB.

Border color

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

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

This div border color is #DF84BB.

Opacity

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

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

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

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

This text has shadow with #DF84BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF84BB.

Preview

Color preview on black background

This text has color #DF84BB on black background.


Color preview on white background

This text has color #DF84BB on white background.


Black color preview on #DF84BB background

This text has black color on #DF84BB background.


White color preview on #DF84BB background

This text has white color on #DF84BB background.


Related colors

Complementary color

Complementary color for #hex is #207B44.


I love getcolorcode.com

Triadic colors

1 #BBDF84 and #84BBDF with #DF84BB are triadic colors.

2 #BB84DF and #84DFBB with #DF84BB are triadic colors.