COLOR #D994B5

HEX: #D994B5 RGB: (217,148,181)

Color info

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

RGB color model

#D994B5 color RGB value is (217,148,181).

RGB: (217,148,181) (85%, 58%, 71%)

RGB channels and saturation

R 217 of 255 = 85%
G 148 of 255 = 58%
B 181 of 255 = 71%

217
148
181

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

Portions of RGB colors in percentages

R + G + B = 217 + 148 + 181 = 546 (100%)
R 217 of 546 ~ 39.74%
G 148 of 546 ~ 27.11%
B 181 of 546 ~ 33.15'%

%39.74
%27.11
%33.15

CMYK color model

#D994B5 color CMYK value is (0,32,17,15).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 16.59%
  • key color value is 14.90%
CMYK: (0,32,17,15) C0M32Y17K15 (0%,32%,17%,15%) (0.00/0.32/0.17/0.15) 

CMYK percentages

%0
%31.8
%16.59
%14.9

Codes

Color #D994B5 in popluar color models

D9 94 B5
RGB 217 148 181
HSL 331° 47.59% 71.57%
HSB/HSV 331° 31.80% 85.10%
CMYK 0.00% 31.80% 16.59%
14.90%

Color #D994B5 in popluar number systems.

HEX D9 94 B5
Decimal 217 148 181
Binary 11011001 10010100 10110101
Octal 331 224 265

Shades and tints

Shades of #D994B5

#D994B5
(217,148,181)
#C687A5
(198,135,165)
#B37A95
(179,122,149)
#A06D85
(160,109,133)
#8D6075
(141,96,117)
#7A5365
(122,83,101)
#674655
(103,70,85)
#543945
(84,57,69)
#412C35
(65,44,53)
#2E1F25
(46,31,37)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #D994B5

#D994B5
(217,148,181)
#DC9DBB
(220,157,187)
#DFA6C1
(223,166,193)
#E2AFC7
(226,175,199)
#E5B8CD
(229,184,205)
#E8C1D3
(232,193,211)
#EBCAD9
(235,202,217)
#EED3DF
(238,211,223)
#F1DCE5
(241,220,229)
#F4E5EB
(244,229,235)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D994B5 color. Also use rgb(217,148,181) instead hex code.

Text Font Color

.myTextColor { color: #D994B5; }

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

This text font color is #D994B5.

Background Color

.myBgColor { background-color: #D994B5; }

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

This div background color is #D994B5.

Border color

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

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

This div border color is #D994B5.

Opacity

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

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

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

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

This text has shadow with #D994B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D994B5.

Preview

Color preview on black background

This text has color #D994B5 on black background.


Color preview on white background

This text has color #D994B5 on white background.


Black color preview on #D994B5 background

This text has black color on #D994B5 background.


White color preview on #D994B5 background

This text has white color on #D994B5 background.


Related colors

Complementary color

Complementary color for #hex is #266B4A.


I love getcolorcode.com

Triadic colors

1 #B5D994 and #94B5D9 with #D994B5 are triadic colors.

2 #B594D9 and #94D9B5 with #D994B5 are triadic colors.