COLOR #D384DF

HEX: #D384DF
RGB: (211,132,223)

Color info

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

RGB color model

#D384DF color RGB value is (211,132,223).

  • red value is 211;
  • green value is 132;
  • blue value is 223.
RGB:
(211,132,223)
(83%,52%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 132 of 255 = 52%
B 223 of 255 = 87%

211
132
223

R + G + B ~ 74%. #D384DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 132 + 223 = 566 (100%)
R 211 of 566 ~ 37.28%
G 132 of 566 ~ 23.32%
B 223 of 566 ~ 39.4%

%37.28
%23.32
%39.4

CMYK color model

#D384DF color CMYK value is (5,41,0,13).

  • cyan value is 5.38%
  • magenta value is 40.81%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,41,0,13)
C5M41Y0K13 
(5%,41%,0%,13%)
(0.05/0.41/0.00/0.13)	

CMYK percentages

%5.38
%40.81
%0
%12.55

Codes

Color #D384DF in popluar color models

D384DF
RGB211132223
HSL292°58.71%69.61%
HSB/HSV292°40.81%87.45%
CMYK5.38%40.81%0.00%
12.55%

Color #D384DF in popluar number systems.

HEXD384DF
Decimal211132223
Binary110100111000010011011111
Octal323204337

Shades and tints

Shades of #D384DF

#D384DF
(211,132,223)
#C078CB
(192,120,203)
#AD6CB7
(173,108,183)
#9A60A3
(154,96,163)
#87548F
(135,84,143)
#74487B
(116,72,123)
#613C67
(97,60,103)
#4E3053
(78,48,83)
#3B243F
(59,36,63)
#28182B
(40,24,43)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #D384DF

#D384DF
(211,132,223)
#D78FE1
(215,143,225)
#DB9AE3
(219,154,227)
#DFA5E5
(223,165,229)
#E3B0E7
(227,176,231)
#E7BBE9
(231,187,233)
#EBC6EB
(235,198,235)
#EFD1ED
(239,209,237)
#F3DCEF
(243,220,239)
#F7E7F1
(247,231,241)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D384DF color. Also use rgb(211,132,223) instead hex code.

Text Font Color

.myTextColor { color: #D384DF; }

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

This text font color is #D384DF.


Background Color

.myBgColor { background-color: #D384DF; }

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

This div background color is #D384DF.


Border color

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

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

This div border color is #D384DF.


Opacity

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

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

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

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

This text has shadow with #D384DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D384DF on black background.


Color preview on white background

This text has color #D384DF on white background.



Black color preview on #D384DF background

This text has black color on #D384DF background.


White color preview on #D384DF background

This text has white color on #D384DF background.