COLOR #D9489E

HEX: #D9489E
RGB: (217,72,158)

Color info

#D9489E contains mainly red and blue colors. Web safe color of #D9489E is #CC3399 (or #C39).

RGB color model

#D9489E color RGB value is (217,72,158).

  • red value is 217;
  • green value is 72;
  • blue value is 158.
RGB:
(217,72,158)
(85%,28%,62%)

RGB channels and saturation

R 217 of 255 = 85%
G 72 of 255 = 28%
B 158 of 255 = 62%

217
72
158

R + G + B ~ 58%. #D9489E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
217 + 72 + 158 = 447 (100%)
R 217 of 447 ~ 48.55%
G 72 of 447 ~ 16.11%
B 158 of 447 ~ 35.35%

%48.55
%16.11
%35.35

CMYK color model

#D9489E color CMYK value is (0,67,27,15).

  • cyan value is 0.00%
  • magenta value is 66.82%
  • yellow value is 27.19%
  • key color value is 14.90%
CMYK:
(0,67,27,15)
C0M67Y27K15 
(0%,67%,27%,15%)
(0.00/0.67/0.27/0.15)	

CMYK percentages

%0
%66.82
%27.19
%14.9

Codes

Color #D9489E in popluar color models

D9489E
RGB21772158
HSL324°65.61%56.67%
HSB/HSV324°66.82%85.10%
CMYK0.00%66.82%27.19%
14.90%

Color #D9489E in popluar number systems.

HEXD9489E
Decimal21772158
Binary11011001100100010011110
Octal331110236

Shades and tints

Shades of #D9489E

#D9489E
(217,72,158)
#C64290
(198,66,144)
#B33C82
(179,60,130)
#A03674
(160,54,116)
#8D3066
(141,48,102)
#7A2A58
(122,42,88)
#67244A
(103,36,74)
#541E3C
(84,30,60)
#41182E
(65,24,46)
#2E1220
(46,18,32)
#1B0C12
(27,12,18)
#000000
(0,0,0)

Tints of #D9489E

#D9489E
(217,72,158)
#DC58A6
(220,88,166)
#DF68AE
(223,104,174)
#E278B6
(226,120,182)
#E588BE
(229,136,190)
#E898C6
(232,152,198)
#EBA8CE
(235,168,206)
#EEB8D6
(238,184,214)
#F1C8DE
(241,200,222)
#F4D8E6
(244,216,230)
#F7E8EE
(247,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9489E color. Also use rgb(217,72,158) instead hex code.

Text Font Color

.myTextColor { color: #D9489E; }

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

This text font color is #D9489E.


Background Color

.myBgColor { background-color: #D9489E; }

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

This div background color is #D9489E.


Border color

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

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

This div border color is #D9489E.


Opacity

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

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

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

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

This text has shadow with #D9489E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9489E on black background.


Color preview on white background

This text has color #D9489E on white background.



Black color preview on #D9489E background

This text has black color on #D9489E background.


White color preview on #D9489E background

This text has white color on #D9489E background.