COLOR #D08DC1

HEX: #D08DC1
RGB: (208,141,193)

Color info

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

RGB color model

#D08DC1 color RGB value is (208,141,193).

  • red value is 208;
  • green value is 141;
  • blue value is 193.
RGB:
(208,141,193)
(82%,55%,76%)

RGB channels and saturation

R 208 of 255 = 82%
G 141 of 255 = 55%
B 193 of 255 = 76%

208
141
193

R + G + B ~ 71%. #D08DC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 141 + 193 = 542 (100%)
R 208 of 542 ~ 38.38%
G 141 of 542 ~ 26.01%
B 193 of 542 ~ 35.61%

%38.38
%26.01
%35.61

CMYK color model

#D08DC1 color CMYK value is (0,32,7,18).

  • cyan value is 0.00%
  • magenta value is 32.21%
  • yellow value is 7.21%
  • key color value is 18.43%
CMYK:
(0,32,7,18)
C0M32Y7K18 
(0%,32%,7%,18%)
(0.00/0.32/0.07/0.18)	

CMYK percentages

%0
%32.21
%7.21
%18.43

Codes

Color #D08DC1 in popluar color models

D08DC1
RGB208141193
HSL313°41.61%68.43%
HSB/HSV313°32.21%81.57%
CMYK0.00%32.21%7.21%
18.43%

Color #D08DC1 in popluar number systems.

HEXD08DC1
Decimal208141193
Binary110100001000110111000001
Octal320215301

Shades and tints

Shades of #D08DC1

#D08DC1
(208,141,193)
#BE81B0
(190,129,176)
#AC759F
(172,117,159)
#9A698E
(154,105,142)
#885D7D
(136,93,125)
#76516C
(118,81,108)
#64455B
(100,69,91)
#52394A
(82,57,74)
#402D39
(64,45,57)
#2E2128
(46,33,40)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #D08DC1

#D08DC1
(208,141,193)
#D497C6
(212,151,198)
#D8A1CB
(216,161,203)
#DCABD0
(220,171,208)
#E0B5D5
(224,181,213)
#E4BFDA
(228,191,218)
#E8C9DF
(232,201,223)
#ECD3E4
(236,211,228)
#F0DDE9
(240,221,233)
#F4E7EE
(244,231,238)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08DC1 color. Also use rgb(208,141,193) instead hex code.

Text Font Color

.myTextColor { color: #D08DC1; }

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

This text font color is #D08DC1.


Background Color

.myBgColor { background-color: #D08DC1; }

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

This div background color is #D08DC1.


Border color

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

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

This div border color is #D08DC1.


Opacity

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

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

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

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

This text has shadow with #D08DC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08DC1 on black background.


Color preview on white background

This text has color #D08DC1 on white background.



Black color preview on #D08DC1 background

This text has black color on #D08DC1 background.


White color preview on #D08DC1 background

This text has white color on #D08DC1 background.