COLOR #D489C1

HEX: #D489C1
RGB: (212,137,193)

Color info

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

RGB color model

#D489C1 color RGB value is (212,137,193).

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

RGB channels and saturation

R 212 of 255 = 83%
G 137 of 255 = 54%
B 193 of 255 = 76%

212
137
193

R + G + B ~ 71%. #D489C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 137 + 193 = 542 (100%)
R 212 of 542 ~ 39.11%
G 137 of 542 ~ 25.28%
B 193 of 542 ~ 35.61%

%39.11
%25.28
%35.61

CMYK color model

#D489C1 color CMYK value is (0,35,9,17).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 8.96%
  • key color value is 16.86%
CMYK:
(0,35,9,17)
C0M35Y9K17 
(0%,35%,9%,17%)
(0.00/0.35/0.09/0.17)	

CMYK percentages

%0
%35.38
%8.96
%16.86

Codes

Color #D489C1 in popluar color models

D489C1
RGB212137193
HSL315°46.58%68.43%
HSB/HSV315°35.38%83.14%
CMYK0.00%35.38%8.96%
16.86%

Color #D489C1 in popluar number systems.

HEXD489C1
Decimal212137193
Binary110101001000100111000001
Octal324211301

Shades and tints

Shades of #D489C1

#D489C1
(212,137,193)
#C17DB0
(193,125,176)
#AE719F
(174,113,159)
#9B658E
(155,101,142)
#88597D
(136,89,125)
#754D6C
(117,77,108)
#62415B
(98,65,91)
#4F354A
(79,53,74)
#3C2939
(60,41,57)
#291D28
(41,29,40)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #D489C1

#D489C1
(212,137,193)
#D793C6
(215,147,198)
#DA9DCB
(218,157,203)
#DDA7D0
(221,167,208)
#E0B1D5
(224,177,213)
#E3BBDA
(227,187,218)
#E6C5DF
(230,197,223)
#E9CFE4
(233,207,228)
#ECD9E9
(236,217,233)
#EFE3EE
(239,227,238)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D489C1; }

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

This text font color is #D489C1.


Background Color

.myBgColor { background-color: #D489C1; }

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

This div background color is #D489C1.


Border color

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

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

This div border color is #D489C1.


Opacity

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

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

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

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

This text has shadow with #D489C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D489C1 on black background.


Color preview on white background

This text has color #D489C1 on white background.



Black color preview on #D489C1 background

This text has black color on #D489C1 background.


White color preview on #D489C1 background

This text has white color on #D489C1 background.