COLOR #D18DCD

HEX: #D18DCD
RGB: (209,141,205)

Color info

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

RGB color model

#D18DCD color RGB value is (209,141,205).

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

RGB channels and saturation

R 209 of 255 = 82%
G 141 of 255 = 55%
B 205 of 255 = 80%

209
141
205

R + G + B ~ 72%. #D18DCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 141 + 205 = 555 (100%)
R 209 of 555 ~ 37.66%
G 141 of 555 ~ 25.41%
B 205 of 555 ~ 36.94%

%37.66
%25.41
%36.94

CMYK color model

#D18DCD color CMYK value is (0,33,2,18).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(0,33,2,18)
C0M33Y2K18 
(0%,33%,2%,18%)
(0.00/0.33/0.02/0.18)	

CMYK percentages

%0
%32.54
%1.91
%18.04

Codes

Color #D18DCD in popluar color models

D18DCD
RGB209141205
HSL304°42.50%68.63%
HSB/HSV304°32.54%81.96%
CMYK0.00%32.54%1.91%
18.04%

Color #D18DCD in popluar number systems.

HEXD18DCD
Decimal209141205
Binary110100011000110111001101
Octal321215315

Shades and tints

Shades of #D18DCD

#D18DCD
(209,141,205)
#BE81BB
(190,129,187)
#AB75A9
(171,117,169)
#986997
(152,105,151)
#855D85
(133,93,133)
#725173
(114,81,115)
#5F4561
(95,69,97)
#4C394F
(76,57,79)
#392D3D
(57,45,61)
#26212B
(38,33,43)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #D18DCD

#D18DCD
(209,141,205)
#D597D1
(213,151,209)
#D9A1D5
(217,161,213)
#DDABD9
(221,171,217)
#E1B5DD
(225,181,221)
#E5BFE1
(229,191,225)
#E9C9E5
(233,201,229)
#EDD3E9
(237,211,233)
#F1DDED
(241,221,237)
#F5E7F1
(245,231,241)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18DCD; }

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

This text font color is #D18DCD.


Background Color

.myBgColor { background-color: #D18DCD; }

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

This div background color is #D18DCD.


Border color

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

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

This div border color is #D18DCD.


Opacity

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

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

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

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

This text has shadow with #D18DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18DCD on black background.


Color preview on white background

This text has color #D18DCD on white background.



Black color preview on #D18DCD background

This text has black color on #D18DCD background.


White color preview on #D18DCD background

This text has white color on #D18DCD background.