COLOR #DA88AB

HEX: #DA88AB
RGB: (218,136,171)

Color info

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

RGB color model

#DA88AB color RGB value is (218,136,171).

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

RGB channels and saturation

R 218 of 255 = 85%
G 136 of 255 = 53%
B 171 of 255 = 67%

218
136
171

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

Portions of RGB colors in percentages

R + G + B =
218 + 136 + 171 = 525 (100%)
R 218 of 525 ~ 41.52%
G 136 of 525 ~ 25.9%
B 171 of 525 ~ 32.57%

%41.52
%25.9
%32.57

CMYK color model

#DA88AB color CMYK value is (0,38,22,15).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 21.56%
  • key color value is 14.51%
CMYK:
(0,38,22,15)
C0M38Y22K15 
(0%,38%,22%,15%)
(0.00/0.38/0.22/0.15)	

CMYK percentages

%0
%37.61
%21.56
%14.51

Codes

Color #DA88AB in popluar color models

DA88AB
RGB218136171
HSL334°52.56%69.41%
HSB/HSV334°37.61%85.49%
CMYK0.00%37.61%21.56%
14.51%

Color #DA88AB in popluar number systems.

HEXDA88AB
Decimal218136171
Binary110110101000100010101011
Octal332210253

Shades and tints

Shades of #DA88AB

#DA88AB
(218,136,171)
#C77C9C
(199,124,156)
#B4708D
(180,112,141)
#A1647E
(161,100,126)
#8E586F
(142,88,111)
#7B4C60
(123,76,96)
#684051
(104,64,81)
#553442
(85,52,66)
#422833
(66,40,51)
#2F1C24
(47,28,36)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #DA88AB

#DA88AB
(218,136,171)
#DD92B2
(221,146,178)
#E09CB9
(224,156,185)
#E3A6C0
(227,166,192)
#E6B0C7
(230,176,199)
#E9BACE
(233,186,206)
#ECC4D5
(236,196,213)
#EFCEDC
(239,206,220)
#F2D8E3
(242,216,227)
#F5E2EA
(245,226,234)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA88AB; }

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

This text font color is #DA88AB.


Background Color

.myBgColor { background-color: #DA88AB; }

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

This div background color is #DA88AB.


Border color

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

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

This div border color is #DA88AB.


Opacity

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

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

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

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

This text has shadow with #DA88AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA88AB on black background.


Color preview on white background

This text has color #DA88AB on white background.



Black color preview on #DA88AB background

This text has black color on #DA88AB background.


White color preview on #DA88AB background

This text has white color on #DA88AB background.