COLOR #D38CF1

HEX: #D38CF1 RGB: (211,140,241)

Color info

#D38CF1 contains mainly red and blue colors. Web safe color of #D38CF1 is #CC99FF (or #C9F).

RGB color model

#D38CF1 color RGB value is (211,140,241).

RGB: (211,140,241) (83%, 55%, 95%)

RGB channels and saturation

R 211 of 255 = 83%
G 140 of 255 = 55%
B 241 of 255 = 95%

211
140
241

R + G + B ~ 78%. #D38CF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 140 + 241 = 592 (100%)
R 211 of 592 ~ 35.64%
G 140 of 592 ~ 23.65%
B 241 of 592 ~ 40.71'%

%35.64
%23.65
%40.71

CMYK color model

#D38CF1 color CMYK value is (12,42,0,5).

  • cyan value is 12.45%
  • magenta value is 41.91%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (12,42,0,5)
C12M42Y0K5 (12%, 42%, 0%, 5%)
(0.12 / 0.42 / 0.00 / 0.05)

CMYK percentages

%12.45
%41.91
%0
%5.49

Codes

Color #D38CF1 in popluar color models

D3 8C F1
RGB 211 140 241
HSL 282° 78.29% 74.71%
HSB/HSV 282° 41.91% 94.51%
CMYK 12.45% 41.91% 0.00%
5.49%

Color #D38CF1 in popluar number systems.

HEX D3 8C F1
Decimal 211 140 241
Binary 11010011 10001100 11110001
Octal 323 214 361

Shades and tints

Shades of #D38CF1

#D38CF1
(211,140,241)
#C080DC
(192,128,220)
#AD74C7
(173,116,199)
#9A68B2
(154,104,178)
#875C9D
(135,92,157)
#745088
(116,80,136)
#614473
(97,68,115)
#4E385E
(78,56,94)
#3B2C49
(59,44,73)
#282034
(40,32,52)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #D38CF1

#D38CF1
(211,140,241)
#D796F2
(215,150,242)
#DBA0F3
(219,160,243)
#DFAAF4
(223,170,244)
#E3B4F5
(227,180,245)
#E7BEF6
(231,190,246)
#EBC8F7
(235,200,247)
#EFD2F8
(239,210,248)
#F3DCF9
(243,220,249)
#F7E6FA
(247,230,250)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38CF1; }

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

This text font color is #D38CF1.

Background Color

.myBgColor { background-color: #D38CF1; }

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

This div background color is #D38CF1.

Border color

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

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

This div border color is #D38CF1.

Opacity

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

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

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

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

This text has shadow with #D38CF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38CF1.

Preview

Color preview on black background

This text has color #D38CF1 on black background.


Color preview on white background

This text has color #D38CF1 on white background.


Black color preview on #D38CF1 background

This text has black color on #D38CF1 background.


White color preview on #D38CF1 background

This text has white color on #D38CF1 background.


Related colors

Complementary color

Complementary color for #hex is #2C730E.


I love getcolorcode.com

Triadic colors

1 #F1D38C and #8CF1D3 with #D38CF1 are triadic colors.

2 #F18CD3 and #8CD3F1 with #D38CF1 are triadic colors.