COLOR #D384B6

HEX: #D384B6
RGB: (211,132,182)

Color info

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

RGB color model

#D384B6 color RGB value is (211,132,182).

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

RGB channels and saturation

R 211 of 255 = 83%
G 132 of 255 = 52%
B 182 of 255 = 71%

211
132
182

R + G + B ~ 69%. #D384B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 132 + 182 = 525 (100%)
R 211 of 525 ~ 40.19%
G 132 of 525 ~ 25.14%
B 182 of 525 ~ 34.67%

%40.19
%25.14
%34.67

CMYK color model

#D384B6 color CMYK value is (0,37,14,17).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 13.74%
  • key color value is 17.25%
CMYK:
(0,37,14,17)
C0M37Y14K17 
(0%,37%,14%,17%)
(0.00/0.37/0.14/0.17)	

CMYK percentages

%0
%37.44
%13.74
%17.25

Codes

Color #D384B6 in popluar color models

D384B6
RGB211132182
HSL322°47.31%67.25%
HSB/HSV322°37.44%82.75%
CMYK0.00%37.44%13.74%
17.25%

Color #D384B6 in popluar number systems.

HEXD384B6
Decimal211132182
Binary110100111000010010110110
Octal323204266

Shades and tints

Shades of #D384B6

#D384B6
(211,132,182)
#C078A6
(192,120,166)
#AD6C96
(173,108,150)
#9A6086
(154,96,134)
#875476
(135,84,118)
#744866
(116,72,102)
#613C56
(97,60,86)
#4E3046
(78,48,70)
#3B2436
(59,36,54)
#281826
(40,24,38)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #D384B6

#D384B6
(211,132,182)
#D78FBC
(215,143,188)
#DB9AC2
(219,154,194)
#DFA5C8
(223,165,200)
#E3B0CE
(227,176,206)
#E7BBD4
(231,187,212)
#EBC6DA
(235,198,218)
#EFD1E0
(239,209,224)
#F3DCE6
(243,220,230)
#F7E7EC
(247,231,236)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D384B6; }

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

This text font color is #D384B6.


Background Color

.myBgColor { background-color: #D384B6; }

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

This div background color is #D384B6.


Border color

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

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

This div border color is #D384B6.


Opacity

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

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

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

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

This text has shadow with #D384B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D384B6 on black background.


Color preview on white background

This text has color #D384B6 on white background.



Black color preview on #D384B6 background

This text has black color on #D384B6 background.


White color preview on #D384B6 background

This text has white color on #D384B6 background.