COLOR #D38DC0

HEX: #D38DC0
RGB: (211,141,192)

Color info

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

RGB color model

#D38DC0 color RGB value is (211,141,192).

  • red value is 211;
  • green value is 141;
  • blue value is 192.
RGB:
(211,141,192)
(83%,55%,75%)

RGB channels and saturation

R 211 of 255 = 83%
G 141 of 255 = 55%
B 192 of 255 = 75%

211
141
192

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

Portions of RGB colors in percentages

R + G + B =
211 + 141 + 192 = 544 (100%)
R 211 of 544 ~ 38.79%
G 141 of 544 ~ 25.92%
B 192 of 544 ~ 35.29%

%38.79
%25.92
%35.29

CMYK color model

#D38DC0 color CMYK value is (0,33,9,17).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 9.00%
  • key color value is 17.25%
CMYK:
(0,33,9,17)
C0M33Y9K17 
(0%,33%,9%,17%)
(0.00/0.33/0.09/0.17)	

CMYK percentages

%0
%33.18
%9
%17.25

Codes

Color #D38DC0 in popluar color models

D38DC0
RGB211141192
HSL316°44.30%69.02%
HSB/HSV316°33.18%82.75%
CMYK0.00%33.18%9.00%
17.25%

Color #D38DC0 in popluar number systems.

HEXD38DC0
Decimal211141192
Binary110100111000110111000000
Octal323215300

Shades and tints

Shades of #D38DC0

#D38DC0
(211,141,192)
#C081AF
(192,129,175)
#AD759E
(173,117,158)
#9A698D
(154,105,141)
#875D7C
(135,93,124)
#74516B
(116,81,107)
#61455A
(97,69,90)
#4E3949
(78,57,73)
#3B2D38
(59,45,56)
#282127
(40,33,39)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #D38DC0

#D38DC0
(211,141,192)
#D797C5
(215,151,197)
#DBA1CA
(219,161,202)
#DFABCF
(223,171,207)
#E3B5D4
(227,181,212)
#E7BFD9
(231,191,217)
#EBC9DE
(235,201,222)
#EFD3E3
(239,211,227)
#F3DDE8
(243,221,232)
#F7E7ED
(247,231,237)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38DC0 color. Also use rgb(211,141,192) instead hex code.

Text Font Color

.myTextColor { color: #D38DC0; }

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

This text font color is #D38DC0.


Background Color

.myBgColor { background-color: #D38DC0; }

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

This div background color is #D38DC0.


Border color

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

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

This div border color is #D38DC0.


Opacity

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

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

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

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

This text has shadow with #D38DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38DC0 on black background.


Color preview on white background

This text has color #D38DC0 on white background.



Black color preview on #D38DC0 background

This text has black color on #D38DC0 background.


White color preview on #D38DC0 background

This text has white color on #D38DC0 background.