COLOR #D489EF

HEX: #D489EF
RGB: (212,137,239)

Color info

#D489EF contains mainly red and blue colors. Web safe color of #D489EF is #CC99FF (or #C9F).

RGB color model

#D489EF color RGB value is (212,137,239).

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

RGB channels and saturation

R 212 of 255 = 83%
G 137 of 255 = 54%
B 239 of 255 = 94%

212
137
239

R + G + B ~ 77%. #D489EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 137 + 239 = 588 (100%)
R 212 of 588 ~ 36.05%
G 137 of 588 ~ 23.3%
B 239 of 588 ~ 40.65%

%36.05
%23.3
%40.65

CMYK color model

#D489EF color CMYK value is (11,43,0,6).

  • cyan value is 11.30%
  • magenta value is 42.68%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(11,43,0,6)
C11M43Y0K6 
(11%,43%,0%,6%)
(0.11/0.43/0.00/0.06)	

CMYK percentages

%11.3
%42.68
%0
%6.27

Codes

Color #D489EF in popluar color models

D489EF
RGB212137239
HSL284°76.12%73.73%
HSB/HSV284°42.68%93.73%
CMYK11.30%42.68%0.00%
6.27%

Color #D489EF in popluar number systems.

HEXD489EF
Decimal212137239
Binary110101001000100111101111
Octal324211357

Shades and tints

Shades of #D489EF

#D489EF
(212,137,239)
#C17DDA
(193,125,218)
#AE71C5
(174,113,197)
#9B65B0
(155,101,176)
#88599B
(136,89,155)
#754D86
(117,77,134)
#624171
(98,65,113)
#4F355C
(79,53,92)
#3C2947
(60,41,71)
#291D32
(41,29,50)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #D489EF

#D489EF
(212,137,239)
#D793F0
(215,147,240)
#DA9DF1
(218,157,241)
#DDA7F2
(221,167,242)
#E0B1F3
(224,177,243)
#E3BBF4
(227,187,244)
#E6C5F5
(230,197,245)
#E9CFF6
(233,207,246)
#ECD9F7
(236,217,247)
#EFE3F8
(239,227,248)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D489EF; }

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

This text font color is #D489EF.


Background Color

.myBgColor { background-color: #D489EF; }

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

This div background color is #D489EF.


Border color

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

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

This div border color is #D489EF.


Opacity

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

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

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

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

This text has shadow with #D489EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D489EF on black background.


Color preview on white background

This text has color #D489EF on white background.



Black color preview on #D489EF background

This text has black color on #D489EF background.


White color preview on #D489EF background

This text has white color on #D489EF background.