COLOR #D890CE

HEX: #D890CE
RGB: (216,144,206)

Color info

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

RGB color model

#D890CE color RGB value is (216,144,206).

  • red value is 216;
  • green value is 144;
  • blue value is 206.
RGB:
(216,144,206)
(85%,56%,81%)

RGB channels and saturation

R 216 of 255 = 85%
G 144 of 255 = 56%
B 206 of 255 = 81%

216
144
206

R + G + B ~ 74%. #D890CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 144 + 206 = 566 (100%)
R 216 of 566 ~ 38.16%
G 144 of 566 ~ 25.44%
B 206 of 566 ~ 36.4%

%38.16
%25.44
%36.4

CMYK color model

#D890CE color CMYK value is (0,33,5,15).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 4.63%
  • key color value is 15.29%
CMYK:
(0,33,5,15)
C0M33Y5K15 
(0%,33%,5%,15%)
(0.00/0.33/0.05/0.15)	

CMYK percentages

%0
%33.33
%4.63
%15.29

Codes

Color #D890CE in popluar color models

D890CE
RGB216144206
HSL308°48.00%70.59%
HSB/HSV308°33.33%84.71%
CMYK0.00%33.33%4.63%
15.29%

Color #D890CE in popluar number systems.

HEXD890CE
Decimal216144206
Binary110110001001000011001110
Octal330220316

Shades and tints

Shades of #D890CE

#D890CE
(216,144,206)
#C583BC
(197,131,188)
#B276AA
(178,118,170)
#9F6998
(159,105,152)
#8C5C86
(140,92,134)
#794F74
(121,79,116)
#664262
(102,66,98)
#533550
(83,53,80)
#40283E
(64,40,62)
#2D1B2C
(45,27,44)
#1A0E1A
(26,14,26)
#000000
(0,0,0)

Tints of #D890CE

#D890CE
(216,144,206)
#DB9AD2
(219,154,210)
#DEA4D6
(222,164,214)
#E1AEDA
(225,174,218)
#E4B8DE
(228,184,222)
#E7C2E2
(231,194,226)
#EACCE6
(234,204,230)
#EDD6EA
(237,214,234)
#F0E0EE
(240,224,238)
#F3EAF2
(243,234,242)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D890CE color. Also use rgb(216,144,206) instead hex code.

Text Font Color

.myTextColor { color: #D890CE; }

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

This text font color is #D890CE.


Background Color

.myBgColor { background-color: #D890CE; }

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

This div background color is #D890CE.


Border color

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

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

This div border color is #D890CE.


Opacity

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

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

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

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

This text has shadow with #D890CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D890CE on black background.


Color preview on white background

This text has color #D890CE on white background.



Black color preview on #D890CE background

This text has black color on #D890CE background.


White color preview on #D890CE background

This text has white color on #D890CE background.