COLOR #D38DDE

HEX: #D38DDE
RGB: (211,141,222)

Color info

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

RGB color model

#D38DDE color RGB value is (211,141,222).

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

RGB channels and saturation

R 211 of 255 = 83%
G 141 of 255 = 55%
B 222 of 255 = 87%

211
141
222

R + G + B ~ 75%. #D38DDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 141 + 222 = 574 (100%)
R 211 of 574 ~ 36.76%
G 141 of 574 ~ 24.56%
B 222 of 574 ~ 38.68%

%36.76
%24.56
%38.68

CMYK color model

#D38DDE color CMYK value is (5,36,0,13).

  • cyan value is 4.95%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,36,0,13)
C5M36Y0K13 
(5%,36%,0%,13%)
(0.05/0.36/0.00/0.13)	

CMYK percentages

%4.95
%36.49
%0
%12.94

Codes

Color #D38DDE in popluar color models

D38DDE
RGB211141222
HSL292°55.10%71.18%
HSB/HSV292°36.49%87.06%
CMYK4.95%36.49%0.00%
12.94%

Color #D38DDE in popluar number systems.

HEXD38DDE
Decimal211141222
Binary110100111000110111011110
Octal323215336

Shades and tints

Shades of #D38DDE

#D38DDE
(211,141,222)
#C081CA
(192,129,202)
#AD75B6
(173,117,182)
#9A69A2
(154,105,162)
#875D8E
(135,93,142)
#74517A
(116,81,122)
#614566
(97,69,102)
#4E3952
(78,57,82)
#3B2D3E
(59,45,62)
#28212A
(40,33,42)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #D38DDE

#D38DDE
(211,141,222)
#D797E1
(215,151,225)
#DBA1E4
(219,161,228)
#DFABE7
(223,171,231)
#E3B5EA
(227,181,234)
#E7BFED
(231,191,237)
#EBC9F0
(235,201,240)
#EFD3F3
(239,211,243)
#F3DDF6
(243,221,246)
#F7E7F9
(247,231,249)
#FBF1FC
(251,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38DDE; }

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

This text font color is #D38DDE.


Background Color

.myBgColor { background-color: #D38DDE; }

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

This div background color is #D38DDE.


Border color

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

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

This div border color is #D38DDE.


Opacity

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

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

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

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

This text has shadow with #D38DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38DDE on black background.


Color preview on white background

This text has color #D38DDE on white background.



Black color preview on #D38DDE background

This text has black color on #D38DDE background.


White color preview on #D38DDE background

This text has white color on #D38DDE background.