COLOR #D384DB

HEX: #D384DB
RGB: (211,132,219)

Color info

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

RGB color model

#D384DB color RGB value is (211,132,219).

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

RGB channels and saturation

R 211 of 255 = 83%
G 132 of 255 = 52%
B 219 of 255 = 86%

211
132
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 132 + 219 = 562 (100%)
R 211 of 562 ~ 37.54%
G 132 of 562 ~ 23.49%
B 219 of 562 ~ 38.97%

%37.54
%23.49
%38.97

CMYK color model

#D384DB color CMYK value is (4,40,0,14).

  • cyan value is 3.65%
  • magenta value is 39.73%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,40,0,14)
C4M40Y0K14 
(4%,40%,0%,14%)
(0.04/0.40/0.00/0.14)	

CMYK percentages

%3.65
%39.73
%0
%14.12

Codes

Color #D384DB in popluar color models

D384DB
RGB211132219
HSL294°54.72%68.82%
HSB/HSV294°39.73%85.88%
CMYK3.65%39.73%0.00%
14.12%

Color #D384DB in popluar number systems.

HEXD384DB
Decimal211132219
Binary110100111000010011011011
Octal323204333

Shades and tints

Shades of #D384DB

#D384DB
(211,132,219)
#C078C8
(192,120,200)
#AD6CB5
(173,108,181)
#9A60A2
(154,96,162)
#87548F
(135,84,143)
#74487C
(116,72,124)
#613C69
(97,60,105)
#4E3056
(78,48,86)
#3B2443
(59,36,67)
#281830
(40,24,48)
#150C1D
(21,12,29)
#000000
(0,0,0)

Tints of #D384DB

#D384DB
(211,132,219)
#D78FDE
(215,143,222)
#DB9AE1
(219,154,225)
#DFA5E4
(223,165,228)
#E3B0E7
(227,176,231)
#E7BBEA
(231,187,234)
#EBC6ED
(235,198,237)
#EFD1F0
(239,209,240)
#F3DCF3
(243,220,243)
#F7E7F6
(247,231,246)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D384DB; }

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

This text font color is #D384DB.


Background Color

.myBgColor { background-color: #D384DB; }

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

This div background color is #D384DB.


Border color

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

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

This div border color is #D384DB.


Opacity

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

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

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

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

This text has shadow with #D384DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D384DB on black background.


Color preview on white background

This text has color #D384DB on white background.



Black color preview on #D384DB background

This text has black color on #D384DB background.


White color preview on #D384DB background

This text has white color on #D384DB background.