COLOR #D994AD

HEX: #D994AD
RGB: (217,148,173)

Color info

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

RGB color model

#D994AD color RGB value is (217,148,173).

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

RGB channels and saturation

R 217 of 255 = 85%
G 148 of 255 = 58%
B 173 of 255 = 68%

217
148
173

R + G + B ~ 70%. #D994AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 148 + 173 = 538 (100%)
R 217 of 538 ~ 40.33%
G 148 of 538 ~ 27.51%
B 173 of 538 ~ 32.16%

%40.33
%27.51
%32.16

CMYK color model

#D994AD color CMYK value is (0,32,20,15).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 20.28%
  • key color value is 14.90%
CMYK:
(0,32,20,15)
C0M32Y20K15 
(0%,32%,20%,15%)
(0.00/0.32/0.20/0.15)	

CMYK percentages

%0
%31.8
%20.28
%14.9

Codes

Color #D994AD in popluar color models

D994AD
RGB217148173
HSL338°47.59%71.57%
HSB/HSV338°31.80%85.10%
CMYK0.00%31.80%20.28%
14.90%

Color #D994AD in popluar number systems.

HEXD994AD
Decimal217148173
Binary110110011001010010101101
Octal331224255

Shades and tints

Shades of #D994AD

#D994AD
(217,148,173)
#C6879E
(198,135,158)
#B37A8F
(179,122,143)
#A06D80
(160,109,128)
#8D6071
(141,96,113)
#7A5362
(122,83,98)
#674653
(103,70,83)
#543944
(84,57,68)
#412C35
(65,44,53)
#2E1F26
(46,31,38)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #D994AD

#D994AD
(217,148,173)
#DC9DB4
(220,157,180)
#DFA6BB
(223,166,187)
#E2AFC2
(226,175,194)
#E5B8C9
(229,184,201)
#E8C1D0
(232,193,208)
#EBCAD7
(235,202,215)
#EED3DE
(238,211,222)
#F1DCE5
(241,220,229)
#F4E5EC
(244,229,236)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D994AD; }

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

This text font color is #D994AD.


Background Color

.myBgColor { background-color: #D994AD; }

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

This div background color is #D994AD.


Border color

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

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

This div border color is #D994AD.


Opacity

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

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

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

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

This text has shadow with #D994AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D994AD on black background.


Color preview on white background

This text has color #D994AD on white background.



Black color preview on #D994AD background

This text has black color on #D994AD background.


White color preview on #D994AD background

This text has white color on #D994AD background.