COLOR #DA89AB

HEX: #DA89AB
RGB: (218,137,171)

Color info

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

RGB color model

#DA89AB color RGB value is (218,137,171).

  • red value is 218;
  • green value is 137;
  • blue value is 171.
RGB:
(218,137,171)
(85%,54%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 137 of 255 = 54%
B 171 of 255 = 67%

218
137
171

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

Portions of RGB colors in percentages

R + G + B =
218 + 137 + 171 = 526 (100%)
R 218 of 526 ~ 41.44%
G 137 of 526 ~ 26.05%
B 171 of 526 ~ 32.51%

%41.44
%26.05
%32.51

CMYK color model

#DA89AB color CMYK value is (0,37,22,15).

  • cyan value is 0.00%
  • magenta value is 37.16%
  • yellow value is 21.56%
  • key color value is 14.51%
CMYK:
(0,37,22,15)
C0M37Y22K15 
(0%,37%,22%,15%)
(0.00/0.37/0.22/0.15)	

CMYK percentages

%0
%37.16
%21.56
%14.51

Codes

Color #DA89AB in popluar color models

DA89AB
RGB218137171
HSL335°52.26%69.61%
HSB/HSV335°37.16%85.49%
CMYK0.00%37.16%21.56%
14.51%

Color #DA89AB in popluar number systems.

HEXDA89AB
Decimal218137171
Binary110110101000100110101011
Octal332211253

Shades and tints

Shades of #DA89AB

#DA89AB
(218,137,171)
#C77D9C
(199,125,156)
#B4718D
(180,113,141)
#A1657E
(161,101,126)
#8E596F
(142,89,111)
#7B4D60
(123,77,96)
#684151
(104,65,81)
#553542
(85,53,66)
#422933
(66,41,51)
#2F1D24
(47,29,36)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #DA89AB

#DA89AB
(218,137,171)
#DD93B2
(221,147,178)
#E09DB9
(224,157,185)
#E3A7C0
(227,167,192)
#E6B1C7
(230,177,199)
#E9BBCE
(233,187,206)
#ECC5D5
(236,197,213)
#EFCFDC
(239,207,220)
#F2D9E3
(242,217,227)
#F5E3EA
(245,227,234)
#F8EDF1
(248,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA89AB color. Also use rgb(218,137,171) instead hex code.

Text Font Color

.myTextColor { color: #DA89AB; }

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

This text font color is #DA89AB.


Background Color

.myBgColor { background-color: #DA89AB; }

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

This div background color is #DA89AB.


Border color

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

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

This div border color is #DA89AB.


Opacity

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

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

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

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

This text has shadow with #DA89AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA89AB on black background.


Color preview on white background

This text has color #DA89AB on white background.



Black color preview on #DA89AB background

This text has black color on #DA89AB background.


White color preview on #DA89AB background

This text has white color on #DA89AB background.