COLOR #D995B1

HEX: #D995B1
RGB: (217,149,177)

Color info

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

RGB color model

#D995B1 color RGB value is (217,149,177).

  • red value is 217;
  • green value is 149;
  • blue value is 177.
RGB:
(217,149,177)
(85%,58%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 149 of 255 = 58%
B 177 of 255 = 69%

217
149
177

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

Portions of RGB colors in percentages

R + G + B =
217 + 149 + 177 = 543 (100%)
R 217 of 543 ~ 39.96%
G 149 of 543 ~ 27.44%
B 177 of 543 ~ 32.6%

%39.96
%27.44
%32.6

CMYK color model

#D995B1 color CMYK value is (0,31,18,15).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 18.43%
  • key color value is 14.90%
CMYK:
(0,31,18,15)
C0M31Y18K15 
(0%,31%,18%,15%)
(0.00/0.31/0.18/0.15)	

CMYK percentages

%0
%31.34
%18.43
%14.9

Codes

Color #D995B1 in popluar color models

D995B1
RGB217149177
HSL335°47.22%71.76%
HSB/HSV335°31.34%85.10%
CMYK0.00%31.34%18.43%
14.90%

Color #D995B1 in popluar number systems.

HEXD995B1
Decimal217149177
Binary110110011001010110110001
Octal331225261

Shades and tints

Shades of #D995B1

#D995B1
(217,149,177)
#C688A1
(198,136,161)
#B37B91
(179,123,145)
#A06E81
(160,110,129)
#8D6171
(141,97,113)
#7A5461
(122,84,97)
#674751
(103,71,81)
#543A41
(84,58,65)
#412D31
(65,45,49)
#2E2021
(46,32,33)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #D995B1

#D995B1
(217,149,177)
#DC9EB8
(220,158,184)
#DFA7BF
(223,167,191)
#E2B0C6
(226,176,198)
#E5B9CD
(229,185,205)
#E8C2D4
(232,194,212)
#EBCBDB
(235,203,219)
#EED4E2
(238,212,226)
#F1DDE9
(241,221,233)
#F4E6F0
(244,230,240)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D995B1 color. Also use rgb(217,149,177) instead hex code.

Text Font Color

.myTextColor { color: #D995B1; }

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

This text font color is #D995B1.


Background Color

.myBgColor { background-color: #D995B1; }

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

This div background color is #D995B1.


Border color

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

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

This div border color is #D995B1.


Opacity

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

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

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

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

This text has shadow with #D995B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D995B1 on black background.


Color preview on white background

This text has color #D995B1 on white background.



Black color preview on #D995B1 background

This text has black color on #D995B1 background.


White color preview on #D995B1 background

This text has white color on #D995B1 background.