COLOR #D18DB7

HEX: #D18DB7 RGB: (209,141,183)

Color info

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

RGB color model

#D18DB7 color RGB value is (209,141,183).

RGB: (209,141,183) (82%, 55%, 72%)

RGB channels and saturation

R 209 of 255 = 82%
G 141 of 255 = 55%
B 183 of 255 = 72%

209
141
183

R + G + B ~ 70%. #D18DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 141 + 183 = 533 (100%)
R 209 of 533 ~ 39.21%
G 141 of 533 ~ 26.45%
B 183 of 533 ~ 34.33'%

%39.21
%26.45
%34.33

CMYK color model

#D18DB7 color CMYK value is (0,33,12,18).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 12.44%
  • key color value is 18.04%
CMYK: (0,33,12,18) C0M33Y12K18 (0%,33%,12%,18%) (0.00/0.33/0.12/0.18) 

CMYK percentages

%0
%32.54
%12.44
%18.04

Codes

Color #D18DB7 in popluar color models

D1 8D B7
RGB 209 141 183
HSL 323° 42.50% 68.63%
HSB/HSV 323° 32.54% 81.96%
CMYK 0.00% 32.54% 12.44%
18.04%

Color #D18DB7 in popluar number systems.

HEX D1 8D B7
Decimal 209 141 183
Binary 11010001 10001101 10110111
Octal 321 215 267

Shades and tints

Shades of #D18DB7

#D18DB7
(209,141,183)
#BE81A7
(190,129,167)
#AB7597
(171,117,151)
#986987
(152,105,135)
#855D77
(133,93,119)
#725167
(114,81,103)
#5F4557
(95,69,87)
#4C3947
(76,57,71)
#392D37
(57,45,55)
#262127
(38,33,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D18DB7

#D18DB7
(209,141,183)
#D597BD
(213,151,189)
#D9A1C3
(217,161,195)
#DDABC9
(221,171,201)
#E1B5CF
(225,181,207)
#E5BFD5
(229,191,213)
#E9C9DB
(233,201,219)
#EDD3E1
(237,211,225)
#F1DDE7
(241,221,231)
#F5E7ED
(245,231,237)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18DB7; }

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

This text font color is #D18DB7.

Background Color

.myBgColor { background-color: #D18DB7; }

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

This div background color is #D18DB7.

Border color

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

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

This div border color is #D18DB7.

Opacity

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

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

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

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

This text has shadow with #D18DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18DB7.

Preview

Color preview on black background

This text has color #D18DB7 on black background.


Color preview on white background

This text has color #D18DB7 on white background.


Black color preview on #D18DB7 background

This text has black color on #D18DB7 background.


White color preview on #D18DB7 background

This text has white color on #D18DB7 background.


Related colors

Complementary color

Complementary color for #hex is #2E7248.


I love getcolorcode.com

Triadic colors

1 #B7D18D and #8DB7D1 with #D18DB7 are triadic colors.

2 #B78DD1 and #8DD1B7 with #D18DB7 are triadic colors.