COLOR #DA8BD1

HEX: #DA8BD1
RGB: (218,139,209)

Color info

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

RGB color model

#DA8BD1 color RGB value is (218,139,209).

  • red value is 218;
  • green value is 139;
  • blue value is 209.
RGB:
(218,139,209)
(85%,55%,82%)

RGB channels and saturation

R 218 of 255 = 85%
G 139 of 255 = 55%
B 209 of 255 = 82%

218
139
209

R + G + B ~ 74%. #DA8BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 139 + 209 = 566 (100%)
R 218 of 566 ~ 38.52%
G 139 of 566 ~ 24.56%
B 209 of 566 ~ 36.93%

%38.52
%24.56
%36.93

CMYK color model

#DA8BD1 color CMYK value is (0,36,4,15).

  • cyan value is 0.00%
  • magenta value is 36.24%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(0,36,4,15)
C0M36Y4K15 
(0%,36%,4%,15%)
(0.00/0.36/0.04/0.15)	

CMYK percentages

%0
%36.24
%4.13
%14.51

Codes

Color #DA8BD1 in popluar color models

DA8BD1
RGB218139209
HSL307°51.63%70.00%
HSB/HSV307°36.24%85.49%
CMYK0.00%36.24%4.13%
14.51%

Color #DA8BD1 in popluar number systems.

HEXDA8BD1
Decimal218139209
Binary110110101000101111010001
Octal332213321

Shades and tints

Shades of #DA8BD1

#DA8BD1
(218,139,209)
#C77FBE
(199,127,190)
#B473AB
(180,115,171)
#A16798
(161,103,152)
#8E5B85
(142,91,133)
#7B4F72
(123,79,114)
#68435F
(104,67,95)
#55374C
(85,55,76)
#422B39
(66,43,57)
#2F1F26
(47,31,38)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #DA8BD1

#DA8BD1
(218,139,209)
#DD95D5
(221,149,213)
#E09FD9
(224,159,217)
#E3A9DD
(227,169,221)
#E6B3E1
(230,179,225)
#E9BDE5
(233,189,229)
#ECC7E9
(236,199,233)
#EFD1ED
(239,209,237)
#F2DBF1
(242,219,241)
#F5E5F5
(245,229,245)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8BD1 color. Also use rgb(218,139,209) instead hex code.

Text Font Color

.myTextColor { color: #DA8BD1; }

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

This text font color is #DA8BD1.


Background Color

.myBgColor { background-color: #DA8BD1; }

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

This div background color is #DA8BD1.


Border color

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

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

This div border color is #DA8BD1.


Opacity

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

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

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

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

This text has shadow with #DA8BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8BD1 on black background.


Color preview on white background

This text has color #DA8BD1 on white background.



Black color preview on #DA8BD1 background

This text has black color on #DA8BD1 background.


White color preview on #DA8BD1 background

This text has white color on #DA8BD1 background.