COLOR #D382C5

HEX: #D382C5
RGB: (211,130,197)

Color info

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

RGB color model

#D382C5 color RGB value is (211,130,197).

  • red value is 211;
  • green value is 130;
  • blue value is 197.
RGB:
(211,130,197)
(83%,51%,77%)

RGB channels and saturation

R 211 of 255 = 83%
G 130 of 255 = 51%
B 197 of 255 = 77%

211
130
197

R + G + B ~ 70%. #D382C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 130 + 197 = 538 (100%)
R 211 of 538 ~ 39.22%
G 130 of 538 ~ 24.16%
B 197 of 538 ~ 36.62%

%39.22
%24.16
%36.62

CMYK color model

#D382C5 color CMYK value is (0,38,7,17).

  • cyan value is 0.00%
  • magenta value is 38.39%
  • yellow value is 6.64%
  • key color value is 17.25%
CMYK:
(0,38,7,17)
C0M38Y7K17 
(0%,38%,7%,17%)
(0.00/0.38/0.07/0.17)	

CMYK percentages

%0
%38.39
%6.64
%17.25

Codes

Color #D382C5 in popluar color models

D382C5
RGB211130197
HSL310°47.93%66.86%
HSB/HSV310°38.39%82.75%
CMYK0.00%38.39%6.64%
17.25%

Color #D382C5 in popluar number systems.

HEXD382C5
Decimal211130197
Binary110100111000001011000101
Octal323202305

Shades and tints

Shades of #D382C5

#D382C5
(211,130,197)
#C077B4
(192,119,180)
#AD6CA3
(173,108,163)
#9A6192
(154,97,146)
#875681
(135,86,129)
#744B70
(116,75,112)
#61405F
(97,64,95)
#4E354E
(78,53,78)
#3B2A3D
(59,42,61)
#281F2C
(40,31,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #D382C5

#D382C5
(211,130,197)
#D78DCA
(215,141,202)
#DB98CF
(219,152,207)
#DFA3D4
(223,163,212)
#E3AED9
(227,174,217)
#E7B9DE
(231,185,222)
#EBC4E3
(235,196,227)
#EFCFE8
(239,207,232)
#F3DAED
(243,218,237)
#F7E5F2
(247,229,242)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D382C5 color. Also use rgb(211,130,197) instead hex code.

Text Font Color

.myTextColor { color: #D382C5; }

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

This text font color is #D382C5.


Background Color

.myBgColor { background-color: #D382C5; }

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

This div background color is #D382C5.


Border color

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

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

This div border color is #D382C5.


Opacity

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

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

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

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

This text has shadow with #D382C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D382C5 on black background.


Color preview on white background

This text has color #D382C5 on white background.



Black color preview on #D382C5 background

This text has black color on #D382C5 background.


White color preview on #D382C5 background

This text has white color on #D382C5 background.