COLOR #D890D1

HEX: #D890D1 RGB: (216,144,209)

Color info

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

RGB color model

#D890D1 color RGB value is (216,144,209).

RGB: (216,144,209) (85%, 56%, 82%)

RGB channels and saturation

R 216 of 255 = 85%
G 144 of 255 = 56%
B 209 of 255 = 82%

216
144
209

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

Portions of RGB colors in percentages

R + G + B = 216 + 144 + 209 = 569 (100%)
R 216 of 569 ~ 37.96%
G 144 of 569 ~ 25.31%
B 209 of 569 ~ 36.73'%

%37.96
%25.31
%36.73

CMYK color model

#D890D1 color CMYK value is (0,33,3,15).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK: (0,33,3,15) C0M33Y3K15 (0%,33%,3%,15%) (0.00/0.33/0.03/0.15) 

CMYK percentages

%0
%33.33
%3.24
%15.29

Codes

Color #D890D1 in popluar color models

D8 90 D1
RGB 216 144 209
HSL 306° 48.00% 70.59%
HSB/HSV 306° 33.33% 84.71%
CMYK 0.00% 33.33% 3.24%
15.29%

Color #D890D1 in popluar number systems.

HEX D8 90 D1
Decimal 216 144 209
Binary 11011000 10010000 11010001
Octal 330 220 321

Shades and tints

Shades of #D890D1

#D890D1
(216,144,209)
#C583BE
(197,131,190)
#B276AB
(178,118,171)
#9F6998
(159,105,152)
#8C5C85
(140,92,133)
#794F72
(121,79,114)
#66425F
(102,66,95)
#53354C
(83,53,76)
#402839
(64,40,57)
#2D1B26
(45,27,38)
#1A0E13
(26,14,19)
#000000
(0,0,0)

Tints of #D890D1

#D890D1
(216,144,209)
#DB9AD5
(219,154,213)
#DEA4D9
(222,164,217)
#E1AEDD
(225,174,221)
#E4B8E1
(228,184,225)
#E7C2E5
(231,194,229)
#EACCE9
(234,204,233)
#EDD6ED
(237,214,237)
#F0E0F1
(240,224,241)
#F3EAF5
(243,234,245)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D890D1; }

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

This text font color is #D890D1.

Background Color

.myBgColor { background-color: #D890D1; }

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

This div background color is #D890D1.

Border color

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

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

This div border color is #D890D1.

Opacity

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

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

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

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

This text has shadow with #D890D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D890D1.

Preview

Color preview on black background

This text has color #D890D1 on black background.


Color preview on white background

This text has color #D890D1 on white background.


Black color preview on #D890D1 background

This text has black color on #D890D1 background.


White color preview on #D890D1 background

This text has white color on #D890D1 background.


Related colors

Complementary color

Complementary color for #hex is #276F2E.


I love getcolorcode.com

Triadic colors

1 #D1D890 and #90D1D8 with #D890D1 are triadic colors.

2 #D190D8 and #90D8D1 with #D890D1 are triadic colors.