COLOR #D990A9

HEX: #D990A9
RGB: (217,144,169)

Color info

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

RGB color model

#D990A9 color RGB value is (217,144,169).

  • red value is 217;
  • green value is 144;
  • blue value is 169.
RGB:
(217,144,169)
(85%,56%,66%)

RGB channels and saturation

R 217 of 255 = 85%
G 144 of 255 = 56%
B 169 of 255 = 66%

217
144
169

R + G + B ~ 69%. #D990A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 144 + 169 = 530 (100%)
R 217 of 530 ~ 40.94%
G 144 of 530 ~ 27.17%
B 169 of 530 ~ 31.89%

%40.94
%27.17
%31.89

CMYK color model

#D990A9 color CMYK value is (0,34,22,15).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 22.12%
  • key color value is 14.90%
CMYK:
(0,34,22,15)
C0M34Y22K15 
(0%,34%,22%,15%)
(0.00/0.34/0.22/0.15)	

CMYK percentages

%0
%33.64
%22.12
%14.9

Codes

Color #D990A9 in popluar color models

D990A9
RGB217144169
HSL339°48.99%70.78%
HSB/HSV339°33.64%85.10%
CMYK0.00%33.64%22.12%
14.90%

Color #D990A9 in popluar number systems.

HEXD990A9
Decimal217144169
Binary110110011001000010101001
Octal331220251

Shades and tints

Shades of #D990A9

#D990A9
(217,144,169)
#C6839A
(198,131,154)
#B3768B
(179,118,139)
#A0697C
(160,105,124)
#8D5C6D
(141,92,109)
#7A4F5E
(122,79,94)
#67424F
(103,66,79)
#543540
(84,53,64)
#412831
(65,40,49)
#2E1B22
(46,27,34)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #D990A9

#D990A9
(217,144,169)
#DC9AB0
(220,154,176)
#DFA4B7
(223,164,183)
#E2AEBE
(226,174,190)
#E5B8C5
(229,184,197)
#E8C2CC
(232,194,204)
#EBCCD3
(235,204,211)
#EED6DA
(238,214,218)
#F1E0E1
(241,224,225)
#F4EAE8
(244,234,232)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D990A9 color. Also use rgb(217,144,169) instead hex code.

Text Font Color

.myTextColor { color: #D990A9; }

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

This text font color is #D990A9.


Background Color

.myBgColor { background-color: #D990A9; }

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

This div background color is #D990A9.


Border color

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

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

This div border color is #D990A9.


Opacity

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

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

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

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

This text has shadow with #D990A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D990A9 on black background.


Color preview on white background

This text has color #D990A9 on white background.



Black color preview on #D990A9 background

This text has black color on #D990A9 background.


White color preview on #D990A9 background

This text has white color on #D990A9 background.