COLOR #D289AD

HEX: #D289AD
RGB: (210,137,173)

Color info

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

RGB color model

#D289AD color RGB value is (210,137,173).

  • red value is 210;
  • green value is 137;
  • blue value is 173.
RGB:
(210,137,173)
(82%,54%,68%)

RGB channels and saturation

R 210 of 255 = 82%
G 137 of 255 = 54%
B 173 of 255 = 68%

210
137
173

R + G + B ~ 68%. #D289AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 137 + 173 = 520 (100%)
R 210 of 520 ~ 40.38%
G 137 of 520 ~ 26.35%
B 173 of 520 ~ 33.27%

%40.38
%26.35
%33.27

CMYK color model

#D289AD color CMYK value is (0,35,18,18).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(0,35,18,18)
C0M35Y18K18 
(0%,35%,18%,18%)
(0.00/0.35/0.18/0.18)	

CMYK percentages

%0
%34.76
%17.62
%17.65

Codes

Color #D289AD in popluar color models

D289AD
RGB210137173
HSL330°44.79%68.04%
HSB/HSV330°34.76%82.35%
CMYK0.00%34.76%17.62%
17.65%

Color #D289AD in popluar number systems.

HEXD289AD
Decimal210137173
Binary110100101000100110101101
Octal322211255

Shades and tints

Shades of #D289AD

#D289AD
(210,137,173)
#BF7D9E
(191,125,158)
#AC718F
(172,113,143)
#996580
(153,101,128)
#865971
(134,89,113)
#734D62
(115,77,98)
#604153
(96,65,83)
#4D3544
(77,53,68)
#3A2935
(58,41,53)
#271D26
(39,29,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #D289AD

#D289AD
(210,137,173)
#D693B4
(214,147,180)
#DA9DBB
(218,157,187)
#DEA7C2
(222,167,194)
#E2B1C9
(226,177,201)
#E6BBD0
(230,187,208)
#EAC5D7
(234,197,215)
#EECFDE
(238,207,222)
#F2D9E5
(242,217,229)
#F6E3EC
(246,227,236)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D289AD color. Also use rgb(210,137,173) instead hex code.

Text Font Color

.myTextColor { color: #D289AD; }

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

This text font color is #D289AD.


Background Color

.myBgColor { background-color: #D289AD; }

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

This div background color is #D289AD.


Border color

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

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

This div border color is #D289AD.


Opacity

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

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

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

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

This text has shadow with #D289AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D289AD on black background.


Color preview on white background

This text has color #D289AD on white background.



Black color preview on #D289AD background

This text has black color on #D289AD background.


White color preview on #D289AD background

This text has white color on #D289AD background.