COLOR #D38CDE

HEX: #D38CDE
RGB: (211,140,222)

Color info

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

RGB color model

#D38CDE color RGB value is (211,140,222).

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

RGB channels and saturation

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

211
140
222

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

Portions of RGB colors in percentages

R + G + B =
211 + 140 + 222 = 573 (100%)
R 211 of 573 ~ 36.82%
G 140 of 573 ~ 24.43%
B 222 of 573 ~ 38.74%

%36.82
%24.43
%38.74

CMYK color model

#D38CDE color CMYK value is (5,37,0,13).

  • cyan value is 4.95%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,37,0,13)
C5M37Y0K13 
(5%,37%,0%,13%)
(0.05/0.37/0.00/0.13)	

CMYK percentages

%4.95
%36.94
%0
%12.94

Codes

Color #D38CDE in popluar color models

D38CDE
RGB211140222
HSL292°55.41%70.98%
HSB/HSV292°36.94%87.06%
CMYK4.95%36.94%0.00%
12.94%

Color #D38CDE in popluar number systems.

HEXD38CDE
Decimal211140222
Binary110100111000110011011110
Octal323214336

Shades and tints

Shades of #D38CDE

#D38CDE
(211,140,222)
#C080CA
(192,128,202)
#AD74B6
(173,116,182)
#9A68A2
(154,104,162)
#875C8E
(135,92,142)
#74507A
(116,80,122)
#614466
(97,68,102)
#4E3852
(78,56,82)
#3B2C3E
(59,44,62)
#28202A
(40,32,42)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #D38CDE

#D38CDE
(211,140,222)
#D796E1
(215,150,225)
#DBA0E4
(219,160,228)
#DFAAE7
(223,170,231)
#E3B4EA
(227,180,234)
#E7BEED
(231,190,237)
#EBC8F0
(235,200,240)
#EFD2F3
(239,210,243)
#F3DCF6
(243,220,246)
#F7E6F9
(247,230,249)
#FBF0FC
(251,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38CDE; }

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

This text font color is #D38CDE.


Background Color

.myBgColor { background-color: #D38CDE; }

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

This div background color is #D38CDE.


Border color

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

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

This div border color is #D38CDE.


Opacity

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

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

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

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

This text has shadow with #D38CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38CDE on black background.


Color preview on white background

This text has color #D38CDE on white background.



Black color preview on #D38CDE background

This text has black color on #D38CDE background.


White color preview on #D38CDE background

This text has white color on #D38CDE background.