COLOR #DA88B9

HEX: #DA88B9
RGB: (218,136,185)

Color info

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

RGB color model

#DA88B9 color RGB value is (218,136,185).

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

RGB channels and saturation

R 218 of 255 = 85%
G 136 of 255 = 53%
B 185 of 255 = 73%

218
136
185

R + G + B ~ 70%. #DA88B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 136 + 185 = 539 (100%)
R 218 of 539 ~ 40.45%
G 136 of 539 ~ 25.23%
B 185 of 539 ~ 34.32%

%40.45
%25.23
%34.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK:
(0,38,15,15)
C0M38Y15K15 
(0%,38%,15%,15%)
(0.00/0.38/0.15/0.15)	

CMYK percentages

%0
%37.61
%15.14
%14.51

Codes

Color #DA88B9 in popluar color models

DA88B9
RGB218136185
HSL324°52.56%69.41%
HSB/HSV324°37.61%85.49%
CMYK0.00%37.61%15.14%
14.51%

Color #DA88B9 in popluar number systems.

HEXDA88B9
Decimal218136185
Binary110110101000100010111001
Octal332210271

Shades and tints

Shades of #DA88B9

#DA88B9
(218,136,185)
#C77CA9
(199,124,169)
#B47099
(180,112,153)
#A16489
(161,100,137)
#8E5879
(142,88,121)
#7B4C69
(123,76,105)
#684059
(104,64,89)
#553449
(85,52,73)
#422839
(66,40,57)
#2F1C29
(47,28,41)
#1C1019
(28,16,25)
#000000
(0,0,0)

Tints of #DA88B9

#DA88B9
(218,136,185)
#DD92BF
(221,146,191)
#E09CC5
(224,156,197)
#E3A6CB
(227,166,203)
#E6B0D1
(230,176,209)
#E9BAD7
(233,186,215)
#ECC4DD
(236,196,221)
#EFCEE3
(239,206,227)
#F2D8E9
(242,216,233)
#F5E2EF
(245,226,239)
#F8ECF5
(248,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA88B9; }

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

This text font color is #DA88B9.


Background Color

.myBgColor { background-color: #DA88B9; }

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

This div background color is #DA88B9.


Border color

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

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

This div border color is #DA88B9.


Opacity

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

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

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

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

This text has shadow with #DA88B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA88B9 on black background.


Color preview on white background

This text has color #DA88B9 on white background.



Black color preview on #DA88B9 background

This text has black color on #DA88B9 background.


White color preview on #DA88B9 background

This text has white color on #DA88B9 background.