COLOR #D994B3

HEX: #D994B3
RGB: (217,148,179)

Color info

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

RGB color model

#D994B3 color RGB value is (217,148,179).

  • red value is 217;
  • green value is 148;
  • blue value is 179.
RGB:
(217,148,179)
(85%,58%,70%)

RGB channels and saturation

R 217 of 255 = 85%
G 148 of 255 = 58%
B 179 of 255 = 70%

217
148
179

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

Portions of RGB colors in percentages

R + G + B =
217 + 148 + 179 = 544 (100%)
R 217 of 544 ~ 39.89%
G 148 of 544 ~ 27.21%
B 179 of 544 ~ 32.9%

%39.89
%27.21
%32.9

CMYK color model

#D994B3 color CMYK value is (0,32,18,15).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 17.51%
  • key color value is 14.90%
CMYK:
(0,32,18,15)
C0M32Y18K15 
(0%,32%,18%,15%)
(0.00/0.32/0.18/0.15)	

CMYK percentages

%0
%31.8
%17.51
%14.9

Codes

Color #D994B3 in popluar color models

D994B3
RGB217148179
HSL333°47.59%71.57%
HSB/HSV333°31.80%85.10%
CMYK0.00%31.80%17.51%
14.90%

Color #D994B3 in popluar number systems.

HEXD994B3
Decimal217148179
Binary110110011001010010110011
Octal331224263

Shades and tints

Shades of #D994B3

#D994B3
(217,148,179)
#C687A3
(198,135,163)
#B37A93
(179,122,147)
#A06D83
(160,109,131)
#8D6073
(141,96,115)
#7A5363
(122,83,99)
#674653
(103,70,83)
#543943
(84,57,67)
#412C33
(65,44,51)
#2E1F23
(46,31,35)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #D994B3

#D994B3
(217,148,179)
#DC9DB9
(220,157,185)
#DFA6BF
(223,166,191)
#E2AFC5
(226,175,197)
#E5B8CB
(229,184,203)
#E8C1D1
(232,193,209)
#EBCAD7
(235,202,215)
#EED3DD
(238,211,221)
#F1DCE3
(241,220,227)
#F4E5E9
(244,229,233)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D994B3; }

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

This text font color is #D994B3.


Background Color

.myBgColor { background-color: #D994B3; }

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

This div background color is #D994B3.


Border color

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

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

This div border color is #D994B3.


Opacity

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

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

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

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

This text has shadow with #D994B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D994B3 on black background.


Color preview on white background

This text has color #D994B3 on white background.



Black color preview on #D994B3 background

This text has black color on #D994B3 background.


White color preview on #D994B3 background

This text has white color on #D994B3 background.