COLOR #D184BB

HEX: #D184BB RGB: (209,132,187)

Color info

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

RGB color model

#D184BB color RGB value is (209,132,187).

RGB: (209,132,187) (82%, 52%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 132 of 255 = 52%
B 187 of 255 = 73%

209
132
187

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

Portions of RGB colors in percentages

R + G + B = 209 + 132 + 187 = 528 (100%)
R 209 of 528 ~ 39.58%
G 132 of 528 ~ 25%
B 187 of 528 ~ 35.42'%

%39.58
%25
%35.42

CMYK color model

#D184BB color CMYK value is (0,37,11,18).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 10.53%
  • key color value is 18.04%

CMYK: (0,37,11,18)
C0M37Y11K18 (0%, 37%, 11%, 18%)
(0.00 / 0.37 / 0.11 / 0.18)

CMYK percentages

%0
%36.84
%10.53
%18.04

Codes

Color #D184BB in popluar color models

D1 84 BB
RGB 209 132 187
HSL 317° 45.56% 66.86%
HSB/HSV 317° 36.84% 81.96%
CMYK 0.00% 36.84% 10.53%
18.04%

Color #D184BB in popluar number systems.

HEX D1 84 BB
Decimal 209 132 187
Binary 11010001 10000100 10111011
Octal 321 204 273

Shades and tints

Shades of #D184BB

#D184BB
(209,132,187)
#BE78AA
(190,120,170)
#AB6C99
(171,108,153)
#986088
(152,96,136)
#855477
(133,84,119)
#724866
(114,72,102)
#5F3C55
(95,60,85)
#4C3044
(76,48,68)
#392433
(57,36,51)
#261822
(38,24,34)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #D184BB

#D184BB
(209,132,187)
#D58FC1
(213,143,193)
#D99AC7
(217,154,199)
#DDA5CD
(221,165,205)
#E1B0D3
(225,176,211)
#E5BBD9
(229,187,217)
#E9C6DF
(233,198,223)
#EDD1E5
(237,209,229)
#F1DCEB
(241,220,235)
#F5E7F1
(245,231,241)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D184BB; }

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

This text font color is #D184BB.

Background Color

.myBgColor { background-color: #D184BB; }

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

This div background color is #D184BB.

Border color

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

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

This div border color is #D184BB.

Opacity

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

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

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

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

This text has shadow with #D184BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D184BB.

Preview

Color preview on black background

This text has color #D184BB on black background.


Color preview on white background

This text has color #D184BB on white background.


Black color preview on #D184BB background

This text has black color on #D184BB background.


White color preview on #D184BB background

This text has white color on #D184BB background.


Related colors

Complementary color

Complementary color for #hex is #2E7B44.


I love getcolorcode.com

Triadic colors

1 #BBD184 and #84BBD1 with #D184BB are triadic colors.

2 #BB84D1 and #84D1BB with #D184BB are triadic colors.