COLOR #DA87B1

HEX: #DA87B1
RGB: (218,135,177)

Color info

#DA87B1 contains mainly red and blue colors. Web safe color of #DA87B1 is #CC9999 (or #C99).

RGB color model

#DA87B1 color RGB value is (218,135,177).

  • red value is 218;
  • green value is 135;
  • blue value is 177.
RGB:
(218,135,177)
(85%,53%,69%)

RGB channels and saturation

R 218 of 255 = 85%
G 135 of 255 = 53%
B 177 of 255 = 69%

218
135
177

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

Portions of RGB colors in percentages

R + G + B =
218 + 135 + 177 = 530 (100%)
R 218 of 530 ~ 41.13%
G 135 of 530 ~ 25.47%
B 177 of 530 ~ 33.4%

%41.13
%25.47
%33.4

CMYK color model

#DA87B1 color CMYK value is (0,38,19,15).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 18.81%
  • key color value is 14.51%
CMYK:
(0,38,19,15)
C0M38Y19K15 
(0%,38%,19%,15%)
(0.00/0.38/0.19/0.15)	

CMYK percentages

%0
%38.07
%18.81
%14.51

Codes

Color #DA87B1 in popluar color models

DA87B1
RGB218135177
HSL330°52.87%69.22%
HSB/HSV330°38.07%85.49%
CMYK0.00%38.07%18.81%
14.51%

Color #DA87B1 in popluar number systems.

HEXDA87B1
Decimal218135177
Binary110110101000011110110001
Octal332207261

Shades and tints

Shades of #DA87B1

#DA87B1
(218,135,177)
#C77BA1
(199,123,161)
#B46F91
(180,111,145)
#A16381
(161,99,129)
#8E5771
(142,87,113)
#7B4B61
(123,75,97)
#683F51
(104,63,81)
#553341
(85,51,65)
#422731
(66,39,49)
#2F1B21
(47,27,33)
#1C0F11
(28,15,17)
#000000
(0,0,0)

Tints of #DA87B1

#DA87B1
(218,135,177)
#DD91B8
(221,145,184)
#E09BBF
(224,155,191)
#E3A5C6
(227,165,198)
#E6AFCD
(230,175,205)
#E9B9D4
(233,185,212)
#ECC3DB
(236,195,219)
#EFCDE2
(239,205,226)
#F2D7E9
(242,215,233)
#F5E1F0
(245,225,240)
#F8EBF7
(248,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA87B1 color. Also use rgb(218,135,177) instead hex code.

Text Font Color

.myTextColor { color: #DA87B1; }

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

This text font color is #DA87B1.


Background Color

.myBgColor { background-color: #DA87B1; }

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

This div background color is #DA87B1.


Border color

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

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

This div border color is #DA87B1.


Opacity

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

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

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

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

This text has shadow with #DA87B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA87B1 on black background.


Color preview on white background

This text has color #DA87B1 on white background.



Black color preview on #DA87B1 background

This text has black color on #DA87B1 background.


White color preview on #DA87B1 background

This text has white color on #DA87B1 background.