COLOR #D383B0

HEX: #D383B0
RGB: (211,131,176)

Color info

#D383B0 contains mainly red and blue colors. Web safe color of #D383B0 is #CC9999 (or #C99).

RGB color model

#D383B0 color RGB value is (211,131,176).

  • red value is 211;
  • green value is 131;
  • blue value is 176.
RGB:
(211,131,176)
(83%,51%,69%)

RGB channels and saturation

R 211 of 255 = 83%
G 131 of 255 = 51%
B 176 of 255 = 69%

211
131
176

R + G + B ~ 68%. #D383B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 131 + 176 = 518 (100%)
R 211 of 518 ~ 40.73%
G 131 of 518 ~ 25.29%
B 176 of 518 ~ 33.98%

%40.73
%25.29
%33.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 16.59%
  • key color value is 17.25%
CMYK:
(0,38,17,17)
C0M38Y17K17 
(0%,38%,17%,17%)
(0.00/0.38/0.17/0.17)	

CMYK percentages

%0
%37.91
%16.59
%17.25

Codes

Color #D383B0 in popluar color models

D383B0
RGB211131176
HSL326°47.62%67.06%
HSB/HSV326°37.91%82.75%
CMYK0.00%37.91%16.59%
17.25%

Color #D383B0 in popluar number systems.

HEXD383B0
Decimal211131176
Binary110100111000001110110000
Octal323203260

Shades and tints

Shades of #D383B0

#D383B0
(211,131,176)
#C078A0
(192,120,160)
#AD6D90
(173,109,144)
#9A6280
(154,98,128)
#875770
(135,87,112)
#744C60
(116,76,96)
#614150
(97,65,80)
#4E3640
(78,54,64)
#3B2B30
(59,43,48)
#282020
(40,32,32)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #D383B0

#D383B0
(211,131,176)
#D78EB7
(215,142,183)
#DB99BE
(219,153,190)
#DFA4C5
(223,164,197)
#E3AFCC
(227,175,204)
#E7BAD3
(231,186,211)
#EBC5DA
(235,197,218)
#EFD0E1
(239,208,225)
#F3DBE8
(243,219,232)
#F7E6EF
(247,230,239)
#FBF1F6
(251,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D383B0 color. Also use rgb(211,131,176) instead hex code.

Text Font Color

.myTextColor { color: #D383B0; }

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

This text font color is #D383B0.


Background Color

.myBgColor { background-color: #D383B0; }

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

This div background color is #D383B0.


Border color

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

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

This div border color is #D383B0.


Opacity

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

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

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

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

This text has shadow with #D383B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D383B0 on black background.


Color preview on white background

This text has color #D383B0 on white background.



Black color preview on #D383B0 background

This text has black color on #D383B0 background.


White color preview on #D383B0 background

This text has white color on #D383B0 background.