COLOR #DB87A4

HEX: #DB87A4 RGB: (219,135,164)

Color info

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

RGB color model

#DB87A4 color RGB value is (219,135,164).

RGB: (219,135,164) (86%, 53%, 64%)

RGB channels and saturation

R 219 of 255 = 86%
G 135 of 255 = 53%
B 164 of 255 = 64%

219
135
164

R + G + B ~ 68%. #DB87A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 135 + 164 = 518 (100%)
R 219 of 518 ~ 42.28%
G 135 of 518 ~ 26.06%
B 164 of 518 ~ 31.66'%

%42.28
%26.06
%31.66

CMYK color model

#DB87A4 color CMYK value is (0,38,25,14).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 25.11%
  • key color value is 14.12%

CMYK: (0,38,25,14)
C0M38Y25K14 (0%, 38%, 25%, 14%)
(0.00 / 0.38 / 0.25 / 0.14)

CMYK percentages

%0
%38.36
%25.11
%14.12

Codes

Color #DB87A4 in popluar color models

DB 87 A4
RGB 219 135 164
HSL 339° 53.85% 69.41%
HSB/HSV 339° 38.36% 85.88%
CMYK 0.00% 38.36% 25.11%
14.12%

Color #DB87A4 in popluar number systems.

HEX DB 87 A4
Decimal 219 135 164
Binary 11011011 10000111 10100100
Octal 333 207 244

Shades and tints

Shades of #DB87A4

#DB87A4
(219,135,164)
#C87B96
(200,123,150)
#B56F88
(181,111,136)
#A2637A
(162,99,122)
#8F576C
(143,87,108)
#7C4B5E
(124,75,94)
#693F50
(105,63,80)
#563342
(86,51,66)
#432734
(67,39,52)
#301B26
(48,27,38)
#1D0F18
(29,15,24)
#000000
(0,0,0)

Tints of #DB87A4

#DB87A4
(219,135,164)
#DE91AC
(222,145,172)
#E19BB4
(225,155,180)
#E4A5BC
(228,165,188)
#E7AFC4
(231,175,196)
#EAB9CC
(234,185,204)
#EDC3D4
(237,195,212)
#F0CDDC
(240,205,220)
#F3D7E4
(243,215,228)
#F6E1EC
(246,225,236)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB87A4 color. Also use rgb(219,135,164) instead hex code.

Text Font Color

.myTextColor { color: #DB87A4; }

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

This text font color is #DB87A4.

Background Color

.myBgColor { background-color: #DB87A4; }

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

This div background color is #DB87A4.

Border color

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

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

This div border color is #DB87A4.

Opacity

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

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

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

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

This text has shadow with #DB87A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB87A4.

Preview

Color preview on black background

This text has color #DB87A4 on black background.


Color preview on white background

This text has color #DB87A4 on white background.


Black color preview on #DB87A4 background

This text has black color on #DB87A4 background.


White color preview on #DB87A4 background

This text has white color on #DB87A4 background.


Related colors

Complementary color

Complementary color for #hex is #24785B.


I love getcolorcode.com

Triadic colors

1 #A4DB87 and #87A4DB with #DB87A4 are triadic colors.

2 #A487DB and #87DBA4 with #DB87A4 are triadic colors.