COLOR #D86990

HEX: #D86990
RGB: (216,105,144)

Color info

#D86990 contains mainly red color. Web safe color of #D86990 is #CC6699 (or #C69).

RGB color model

#D86990 color RGB value is (216,105,144).

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

RGB channels and saturation

R 216 of 255 = 85%
G 105 of 255 = 41%
B 144 of 255 = 56%

216
105
144

R + G + B ~ 61%. #D86990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 105 + 144 = 465 (100%)
R 216 of 465 ~ 46.45%
G 105 of 465 ~ 22.58%
B 144 of 465 ~ 30.97%

%46.45
%22.58
%30.97

CMYK color model

#D86990 color CMYK value is (0,51,33,15).

  • cyan value is 0.00%
  • magenta value is 51.39%
  • yellow value is 33.33%
  • key color value is 15.29%
CMYK:
(0,51,33,15)
C0M51Y33K15 
(0%,51%,33%,15%)
(0.00/0.51/0.33/0.15)	

CMYK percentages

%0
%51.39
%33.33
%15.29

Codes

Color #D86990 in popluar color models

D86990
RGB216105144
HSL339°58.73%62.94%
HSB/HSV339°51.39%84.71%
CMYK0.00%51.39%33.33%
15.29%

Color #D86990 in popluar number systems.

HEXD86990
Decimal216105144
Binary11011000110100110010000
Octal330151220

Shades and tints

Shades of #D86990

#D86990
(216,105,144)
#C56083
(197,96,131)
#B25776
(178,87,118)
#9F4E69
(159,78,105)
#8C455C
(140,69,92)
#793C4F
(121,60,79)
#663342
(102,51,66)
#532A35
(83,42,53)
#402128
(64,33,40)
#2D181B
(45,24,27)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #D86990

#D86990
(216,105,144)
#DB769A
(219,118,154)
#DE83A4
(222,131,164)
#E190AE
(225,144,174)
#E49DB8
(228,157,184)
#E7AAC2
(231,170,194)
#EAB7CC
(234,183,204)
#EDC4D6
(237,196,214)
#F0D1E0
(240,209,224)
#F3DEEA
(243,222,234)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D86990; }

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

This text font color is #D86990.


Background Color

.myBgColor { background-color: #D86990; }

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

This div background color is #D86990.


Border color

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

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

This div border color is #D86990.


Opacity

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

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

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

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

This text has shadow with #D86990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D86990 on black background.


Color preview on white background

This text has color #D86990 on white background.



Black color preview on #D86990 background

This text has black color on #D86990 background.


White color preview on #D86990 background

This text has white color on #D86990 background.