COLOR #D18DAF

HEX: #D18DAF
RGB: (209,141,175)

Color info

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

RGB color model

#D18DAF color RGB value is (209,141,175).

  • red value is 209;
  • green value is 141;
  • blue value is 175.
RGB:
(209,141,175)
(82%,55%,69%)

RGB channels and saturation

R 209 of 255 = 82%
G 141 of 255 = 55%
B 175 of 255 = 69%

209
141
175

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

Portions of RGB colors in percentages

R + G + B =
209 + 141 + 175 = 525 (100%)
R 209 of 525 ~ 39.81%
G 141 of 525 ~ 26.86%
B 175 of 525 ~ 33.33%

%39.81
%26.86
%33.33

CMYK color model

#D18DAF color CMYK value is (0,33,16,18).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(0,33,16,18)
C0M33Y16K18 
(0%,33%,16%,18%)
(0.00/0.33/0.16/0.18)	

CMYK percentages

%0
%32.54
%16.27
%18.04

Codes

Color #D18DAF in popluar color models

D18DAF
RGB209141175
HSL330°42.50%68.63%
HSB/HSV330°32.54%81.96%
CMYK0.00%32.54%16.27%
18.04%

Color #D18DAF in popluar number systems.

HEXD18DAF
Decimal209141175
Binary110100011000110110101111
Octal321215257

Shades and tints

Shades of #D18DAF

#D18DAF
(209,141,175)
#BE81A0
(190,129,160)
#AB7591
(171,117,145)
#986982
(152,105,130)
#855D73
(133,93,115)
#725164
(114,81,100)
#5F4555
(95,69,85)
#4C3946
(76,57,70)
#392D37
(57,45,55)
#262128
(38,33,40)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #D18DAF

#D18DAF
(209,141,175)
#D597B6
(213,151,182)
#D9A1BD
(217,161,189)
#DDABC4
(221,171,196)
#E1B5CB
(225,181,203)
#E5BFD2
(229,191,210)
#E9C9D9
(233,201,217)
#EDD3E0
(237,211,224)
#F1DDE7
(241,221,231)
#F5E7EE
(245,231,238)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18DAF color. Also use rgb(209,141,175) instead hex code.

Text Font Color

.myTextColor { color: #D18DAF; }

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

This text font color is #D18DAF.


Background Color

.myBgColor { background-color: #D18DAF; }

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

This div background color is #D18DAF.


Border color

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

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

This div border color is #D18DAF.


Opacity

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

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

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

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

This text has shadow with #D18DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18DAF on black background.


Color preview on white background

This text has color #D18DAF on white background.



Black color preview on #D18DAF background

This text has black color on #D18DAF background.


White color preview on #D18DAF background

This text has white color on #D18DAF background.