COLOR #D489CE

HEX: #D489CE
RGB: (212,137,206)

Color info

#D489CE contains mainly red and blue colors. Web safe color of #D489CE is #CC99CC (or #C9C).

RGB color model

#D489CE color RGB value is (212,137,206).

  • red value is 212;
  • green value is 137;
  • blue value is 206.
RGB:
(212,137,206)
(83%,54%,81%)

RGB channels and saturation

R 212 of 255 = 83%
G 137 of 255 = 54%
B 206 of 255 = 81%

212
137
206

R + G + B ~ 73%. #D489CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 137 + 206 = 555 (100%)
R 212 of 555 ~ 38.2%
G 137 of 555 ~ 24.68%
B 206 of 555 ~ 37.12%

%38.2
%24.68
%37.12

CMYK color model

#D489CE color CMYK value is (0,35,3,17).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(0,35,3,17)
C0M35Y3K17 
(0%,35%,3%,17%)
(0.00/0.35/0.03/0.17)	

CMYK percentages

%0
%35.38
%2.83
%16.86

Codes

Color #D489CE in popluar color models

D489CE
RGB212137206
HSL305°46.58%68.43%
HSB/HSV305°35.38%83.14%
CMYK0.00%35.38%2.83%
16.86%

Color #D489CE in popluar number systems.

HEXD489CE
Decimal212137206
Binary110101001000100111001110
Octal324211316

Shades and tints

Shades of #D489CE

#D489CE
(212,137,206)
#C17DBC
(193,125,188)
#AE71AA
(174,113,170)
#9B6598
(155,101,152)
#885986
(136,89,134)
#754D74
(117,77,116)
#624162
(98,65,98)
#4F3550
(79,53,80)
#3C293E
(60,41,62)
#291D2C
(41,29,44)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #D489CE

#D489CE
(212,137,206)
#D793D2
(215,147,210)
#DA9DD6
(218,157,214)
#DDA7DA
(221,167,218)
#E0B1DE
(224,177,222)
#E3BBE2
(227,187,226)
#E6C5E6
(230,197,230)
#E9CFEA
(233,207,234)
#ECD9EE
(236,217,238)
#EFE3F2
(239,227,242)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D489CE color. Also use rgb(212,137,206) instead hex code.

Text Font Color

.myTextColor { color: #D489CE; }

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

This text font color is #D489CE.


Background Color

.myBgColor { background-color: #D489CE; }

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

This div background color is #D489CE.


Border color

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

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

This div border color is #D489CE.


Opacity

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

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

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

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

This text has shadow with #D489CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D489CE on black background.


Color preview on white background

This text has color #D489CE on white background.



Black color preview on #D489CE background

This text has black color on #D489CE background.


White color preview on #D489CE background

This text has white color on #D489CE background.