COLOR #D184A0

HEX: #D184A0
RGB: (209,132,160)

Color info

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

RGB color model

#D184A0 color RGB value is (209,132,160).

  • red value is 209;
  • green value is 132;
  • blue value is 160.
RGB:
(209,132,160)
(82%,52%,63%)

RGB channels and saturation

R 209 of 255 = 82%
G 132 of 255 = 52%
B 160 of 255 = 63%

209
132
160

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

Portions of RGB colors in percentages

R + G + B =
209 + 132 + 160 = 501 (100%)
R 209 of 501 ~ 41.72%
G 132 of 501 ~ 26.35%
B 160 of 501 ~ 31.94%

%41.72
%26.35
%31.94

CMYK color model

#D184A0 color CMYK value is (0,37,23,18).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 23.44%
  • key color value is 18.04%
CMYK:
(0,37,23,18)
C0M37Y23K18 
(0%,37%,23%,18%)
(0.00/0.37/0.23/0.18)	

CMYK percentages

%0
%36.84
%23.44
%18.04

Codes

Color #D184A0 in popluar color models

D184A0
RGB209132160
HSL338°45.56%66.86%
HSB/HSV338°36.84%81.96%
CMYK0.00%36.84%23.44%
18.04%

Color #D184A0 in popluar number systems.

HEXD184A0
Decimal209132160
Binary110100011000010010100000
Octal321204240

Shades and tints

Shades of #D184A0

#D184A0
(209,132,160)
#BE7892
(190,120,146)
#AB6C84
(171,108,132)
#986076
(152,96,118)
#855468
(133,84,104)
#72485A
(114,72,90)
#5F3C4C
(95,60,76)
#4C303E
(76,48,62)
#392430
(57,36,48)
#261822
(38,24,34)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #D184A0

#D184A0
(209,132,160)
#D58FA8
(213,143,168)
#D99AB0
(217,154,176)
#DDA5B8
(221,165,184)
#E1B0C0
(225,176,192)
#E5BBC8
(229,187,200)
#E9C6D0
(233,198,208)
#EDD1D8
(237,209,216)
#F1DCE0
(241,220,224)
#F5E7E8
(245,231,232)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D184A0; }

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

This text font color is #D184A0.


Background Color

.myBgColor { background-color: #D184A0; }

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

This div background color is #D184A0.


Border color

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

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

This div border color is #D184A0.


Opacity

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

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

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

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

This text has shadow with #D184A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D184A0 on black background.


Color preview on white background

This text has color #D184A0 on white background.



Black color preview on #D184A0 background

This text has black color on #D184A0 background.


White color preview on #D184A0 background

This text has white color on #D184A0 background.