COLOR #D38FC6

HEX: #D38FC6
RGB: (211,143,198)

Color info

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

RGB color model

#D38FC6 color RGB value is (211,143,198).

  • red value is 211;
  • green value is 143;
  • blue value is 198.
RGB:
(211,143,198)
(83%,56%,78%)

RGB channels and saturation

R 211 of 255 = 83%
G 143 of 255 = 56%
B 198 of 255 = 78%

211
143
198

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

Portions of RGB colors in percentages

R + G + B =
211 + 143 + 198 = 552 (100%)
R 211 of 552 ~ 38.22%
G 143 of 552 ~ 25.91%
B 198 of 552 ~ 35.87%

%38.22
%25.91
%35.87

CMYK color model

#D38FC6 color CMYK value is (0,32,6,17).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 6.16%
  • key color value is 17.25%
CMYK:
(0,32,6,17)
C0M32Y6K17 
(0%,32%,6%,17%)
(0.00/0.32/0.06/0.17)	

CMYK percentages

%0
%32.23
%6.16
%17.25

Codes

Color #D38FC6 in popluar color models

D38FC6
RGB211143198
HSL311°43.59%69.41%
HSB/HSV311°32.23%82.75%
CMYK0.00%32.23%6.16%
17.25%

Color #D38FC6 in popluar number systems.

HEXD38FC6
Decimal211143198
Binary110100111000111111000110
Octal323217306

Shades and tints

Shades of #D38FC6

#D38FC6
(211,143,198)
#C082B4
(192,130,180)
#AD75A2
(173,117,162)
#9A6890
(154,104,144)
#875B7E
(135,91,126)
#744E6C
(116,78,108)
#61415A
(97,65,90)
#4E3448
(78,52,72)
#3B2736
(59,39,54)
#281A24
(40,26,36)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #D38FC6

#D38FC6
(211,143,198)
#D799CB
(215,153,203)
#DBA3D0
(219,163,208)
#DFADD5
(223,173,213)
#E3B7DA
(227,183,218)
#E7C1DF
(231,193,223)
#EBCBE4
(235,203,228)
#EFD5E9
(239,213,233)
#F3DFEE
(243,223,238)
#F7E9F3
(247,233,243)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38FC6 color. Also use rgb(211,143,198) instead hex code.

Text Font Color

.myTextColor { color: #D38FC6; }

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

This text font color is #D38FC6.


Background Color

.myBgColor { background-color: #D38FC6; }

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

This div background color is #D38FC6.


Border color

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

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

This div border color is #D38FC6.


Opacity

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

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

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

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

This text has shadow with #D38FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38FC6 on black background.


Color preview on white background

This text has color #D38FC6 on white background.



Black color preview on #D38FC6 background

This text has black color on #D38FC6 background.


White color preview on #D38FC6 background

This text has white color on #D38FC6 background.