COLOR #D399B5

HEX: #D399B5
RGB: (211,153,181)

Color info

#D399B5 contains red, green and blue colors in about the same proportion. Web safe color of #D399B5 is #CC99CC (or #C9C).

RGB color model

#D399B5 color RGB value is (211,153,181).

  • red value is 211;
  • green value is 153;
  • blue value is 181.
RGB:
(211,153,181)
(83%,60%,71%)

RGB channels and saturation

R 211 of 255 = 83%
G 153 of 255 = 60%
B 181 of 255 = 71%

211
153
181

R + G + B ~ 71%. #D399B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 153 + 181 = 545 (100%)
R 211 of 545 ~ 38.72%
G 153 of 545 ~ 28.07%
B 181 of 545 ~ 33.21%

%38.72
%28.07
%33.21

CMYK color model

#D399B5 color CMYK value is (0,27,14,17).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 14.22%
  • key color value is 17.25%
CMYK:
(0,27,14,17)
C0M27Y14K17 
(0%,27%,14%,17%)
(0.00/0.27/0.14/0.17)	

CMYK percentages

%0
%27.49
%14.22
%17.25

Codes

Color #D399B5 in popluar color models

D399B5
RGB211153181
HSL331°39.73%71.37%
HSB/HSV331°27.49%82.75%
CMYK0.00%27.49%14.22%
17.25%

Color #D399B5 in popluar number systems.

HEXD399B5
Decimal211153181
Binary110100111001100110110101
Octal323231265

Shades and tints

Shades of #D399B5

#D399B5
(211,153,181)
#C08CA5
(192,140,165)
#AD7F95
(173,127,149)
#9A7285
(154,114,133)
#876575
(135,101,117)
#745865
(116,88,101)
#614B55
(97,75,85)
#4E3E45
(78,62,69)
#3B3135
(59,49,53)
#282425
(40,36,37)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #D399B5

#D399B5
(211,153,181)
#D7A2BB
(215,162,187)
#DBABC1
(219,171,193)
#DFB4C7
(223,180,199)
#E3BDCD
(227,189,205)
#E7C6D3
(231,198,211)
#EBCFD9
(235,207,217)
#EFD8DF
(239,216,223)
#F3E1E5
(243,225,229)
#F7EAEB
(247,234,235)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D399B5 color. Also use rgb(211,153,181) instead hex code.

Text Font Color

.myTextColor { color: #D399B5; }

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

This text font color is #D399B5.


Background Color

.myBgColor { background-color: #D399B5; }

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

This div background color is #D399B5.


Border color

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

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

This div border color is #D399B5.


Opacity

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

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

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

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

This text has shadow with #D399B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D399B5 on black background.


Color preview on white background

This text has color #D399B5 on white background.



Black color preview on #D399B5 background

This text has black color on #D399B5 background.


White color preview on #D399B5 background

This text has white color on #D399B5 background.