COLOR #DA7BD9

HEX: #DA7BD9
RGB: (218,123,217)

Color info

#DA7BD9 contains mainly red and blue colors. Web safe color of #DA7BD9 is #CC66CC (or #C6C).

RGB color model

#DA7BD9 color RGB value is (218,123,217).

  • red value is 218;
  • green value is 123;
  • blue value is 217.
RGB:
(218,123,217)
(85%,48%,85%)

RGB channels and saturation

R 218 of 255 = 85%
G 123 of 255 = 48%
B 217 of 255 = 85%

218
123
217

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

Portions of RGB colors in percentages

R + G + B =
218 + 123 + 217 = 558 (100%)
R 218 of 558 ~ 39.07%
G 123 of 558 ~ 22.04%
B 217 of 558 ~ 38.89%

%39.07
%22.04
%38.89

CMYK color model

#DA7BD9 color CMYK value is (0,44,0,15).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 0.46%
  • key color value is 14.51%
CMYK:
(0,44,0,15)
C0M44Y0K15 
(0%,44%,0%,15%)
(0.00/0.44/0.00/0.15)	

CMYK percentages

%0
%43.58
%0.46
%14.51

Codes

Color #DA7BD9 in popluar color models

DA7BD9
RGB218123217
HSL301°56.21%66.86%
HSB/HSV301°43.58%85.49%
CMYK0.00%43.58%0.46%
14.51%

Color #DA7BD9 in popluar number systems.

HEXDA7BD9
Decimal218123217
Binary11011010111101111011001
Octal332173331

Shades and tints

Shades of #DA7BD9

#DA7BD9
(218,123,217)
#C770C6
(199,112,198)
#B465B3
(180,101,179)
#A15AA0
(161,90,160)
#8E4F8D
(142,79,141)
#7B447A
(123,68,122)
#683967
(104,57,103)
#552E54
(85,46,84)
#422341
(66,35,65)
#2F182E
(47,24,46)
#1C0D1B
(28,13,27)
#000000
(0,0,0)

Tints of #DA7BD9

#DA7BD9
(218,123,217)
#DD87DC
(221,135,220)
#E093DF
(224,147,223)
#E39FE2
(227,159,226)
#E6ABE5
(230,171,229)
#E9B7E8
(233,183,232)
#ECC3EB
(236,195,235)
#EFCFEE
(239,207,238)
#F2DBF1
(242,219,241)
#F5E7F4
(245,231,244)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7BD9 color. Also use rgb(218,123,217) instead hex code.

Text Font Color

.myTextColor { color: #DA7BD9; }

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

This text font color is #DA7BD9.


Background Color

.myBgColor { background-color: #DA7BD9; }

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

This div background color is #DA7BD9.


Border color

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

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

This div border color is #DA7BD9.


Opacity

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

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

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

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

This text has shadow with #DA7BD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7BD9 on black background.


Color preview on white background

This text has color #DA7BD9 on white background.



Black color preview on #DA7BD9 background

This text has black color on #DA7BD9 background.


White color preview on #DA7BD9 background

This text has white color on #DA7BD9 background.