COLOR #DA84D1

HEX: #DA84D1
RGB: (218,132,209)

Color info

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

RGB color model

#DA84D1 color RGB value is (218,132,209).

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

RGB channels and saturation

R 218 of 255 = 85%
G 132 of 255 = 52%
B 209 of 255 = 82%

218
132
209

R + G + B ~ 73%. #DA84D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 132 + 209 = 559 (100%)
R 218 of 559 ~ 39%
G 132 of 559 ~ 23.61%
B 209 of 559 ~ 37.39%

%39
%23.61
%37.39

CMYK color model

#DA84D1 color CMYK value is (0,39,4,15).

  • cyan value is 0.00%
  • magenta value is 39.45%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(0,39,4,15)
C0M39Y4K15 
(0%,39%,4%,15%)
(0.00/0.39/0.04/0.15)	

CMYK percentages

%0
%39.45
%4.13
%14.51

Codes

Color #DA84D1 in popluar color models

DA84D1
RGB218132209
HSL306°53.75%68.63%
HSB/HSV306°39.45%85.49%
CMYK0.00%39.45%4.13%
14.51%

Color #DA84D1 in popluar number systems.

HEXDA84D1
Decimal218132209
Binary110110101000010011010001
Octal332204321

Shades and tints

Shades of #DA84D1

#DA84D1
(218,132,209)
#C778BE
(199,120,190)
#B46CAB
(180,108,171)
#A16098
(161,96,152)
#8E5485
(142,84,133)
#7B4872
(123,72,114)
#683C5F
(104,60,95)
#55304C
(85,48,76)
#422439
(66,36,57)
#2F1826
(47,24,38)
#1C0C13
(28,12,19)
#000000
(0,0,0)

Tints of #DA84D1

#DA84D1
(218,132,209)
#DD8FD5
(221,143,213)
#E09AD9
(224,154,217)
#E3A5DD
(227,165,221)
#E6B0E1
(230,176,225)
#E9BBE5
(233,187,229)
#ECC6E9
(236,198,233)
#EFD1ED
(239,209,237)
#F2DCF1
(242,220,241)
#F5E7F5
(245,231,245)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA84D1; }

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

This text font color is #DA84D1.


Background Color

.myBgColor { background-color: #DA84D1; }

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

This div background color is #DA84D1.


Border color

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

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

This div border color is #DA84D1.


Opacity

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

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

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

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

This text has shadow with #DA84D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA84D1 on black background.


Color preview on white background

This text has color #DA84D1 on white background.



Black color preview on #DA84D1 background

This text has black color on #DA84D1 background.


White color preview on #DA84D1 background

This text has white color on #DA84D1 background.