COLOR #D287B4

HEX: #D287B4
RGB: (210,135,180)

Color info

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

RGB color model

#D287B4 color RGB value is (210,135,180).

  • red value is 210;
  • green value is 135;
  • blue value is 180.
RGB:
(210,135,180)
(82%,53%,71%)

RGB channels and saturation

R 210 of 255 = 82%
G 135 of 255 = 53%
B 180 of 255 = 71%

210
135
180

R + G + B ~ 69%. #D287B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 135 + 180 = 525 (100%)
R 210 of 525 ~ 40%
G 135 of 525 ~ 25.71%
B 180 of 525 ~ 34.29%

%40
%25.71
%34.29

CMYK color model

#D287B4 color CMYK value is (0,36,14,18).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 14.29%
  • key color value is 17.65%
CMYK:
(0,36,14,18)
C0M36Y14K18 
(0%,36%,14%,18%)
(0.00/0.36/0.14/0.18)	

CMYK percentages

%0
%35.71
%14.29
%17.65

Codes

Color #D287B4 in popluar color models

D287B4
RGB210135180
HSL324°45.45%67.65%
HSB/HSV324°35.71%82.35%
CMYK0.00%35.71%14.29%
17.65%

Color #D287B4 in popluar number systems.

HEXD287B4
Decimal210135180
Binary110100101000011110110100
Octal322207264

Shades and tints

Shades of #D287B4

#D287B4
(210,135,180)
#BF7BA4
(191,123,164)
#AC6F94
(172,111,148)
#996384
(153,99,132)
#865774
(134,87,116)
#734B64
(115,75,100)
#603F54
(96,63,84)
#4D3344
(77,51,68)
#3A2734
(58,39,52)
#271B24
(39,27,36)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #D287B4

#D287B4
(210,135,180)
#D691BA
(214,145,186)
#DA9BC0
(218,155,192)
#DEA5C6
(222,165,198)
#E2AFCC
(226,175,204)
#E6B9D2
(230,185,210)
#EAC3D8
(234,195,216)
#EECDDE
(238,205,222)
#F2D7E4
(242,215,228)
#F6E1EA
(246,225,234)
#FAEBF0
(250,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D287B4 color. Also use rgb(210,135,180) instead hex code.

Text Font Color

.myTextColor { color: #D287B4; }

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

This text font color is #D287B4.


Background Color

.myBgColor { background-color: #D287B4; }

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

This div background color is #D287B4.


Border color

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

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

This div border color is #D287B4.


Opacity

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

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

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

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

This text has shadow with #D287B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D287B4 on black background.


Color preview on white background

This text has color #D287B4 on white background.



Black color preview on #D287B4 background

This text has black color on #D287B4 background.


White color preview on #D287B4 background

This text has white color on #D287B4 background.