COLOR #DA78D1

HEX: #DA78D1
RGB: (218,120,209)

Color info

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

RGB color model

#DA78D1 color RGB value is (218,120,209).

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

RGB channels and saturation

R 218 of 255 = 85%
G 120 of 255 = 47%
B 209 of 255 = 82%

218
120
209

R + G + B ~ 71%. #DA78D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 120 + 209 = 547 (100%)
R 218 of 547 ~ 39.85%
G 120 of 547 ~ 21.94%
B 209 of 547 ~ 38.21%

%39.85
%21.94
%38.21

CMYK color model

#DA78D1 color CMYK value is (0,45,4,15).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(0,45,4,15)
C0M45Y4K15 
(0%,45%,4%,15%)
(0.00/0.45/0.04/0.15)	

CMYK percentages

%0
%44.95
%4.13
%14.51

Codes

Color #DA78D1 in popluar color models

DA78D1
RGB218120209
HSL306°56.98%66.27%
HSB/HSV306°44.95%85.49%
CMYK0.00%44.95%4.13%
14.51%

Color #DA78D1 in popluar number systems.

HEXDA78D1
Decimal218120209
Binary11011010111100011010001
Octal332170321

Shades and tints

Shades of #DA78D1

#DA78D1
(218,120,209)
#C76EBE
(199,110,190)
#B464AB
(180,100,171)
#A15A98
(161,90,152)
#8E5085
(142,80,133)
#7B4672
(123,70,114)
#683C5F
(104,60,95)
#55324C
(85,50,76)
#422839
(66,40,57)
#2F1E26
(47,30,38)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #DA78D1

#DA78D1
(218,120,209)
#DD84D5
(221,132,213)
#E090D9
(224,144,217)
#E39CDD
(227,156,221)
#E6A8E1
(230,168,225)
#E9B4E5
(233,180,229)
#ECC0E9
(236,192,233)
#EFCCED
(239,204,237)
#F2D8F1
(242,216,241)
#F5E4F5
(245,228,245)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA78D1; }

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

This text font color is #DA78D1.


Background Color

.myBgColor { background-color: #DA78D1; }

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

This div background color is #DA78D1.


Border color

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

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

This div border color is #DA78D1.


Opacity

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

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

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

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

This text has shadow with #DA78D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA78D1 on black background.


Color preview on white background

This text has color #DA78D1 on white background.



Black color preview on #DA78D1 background

This text has black color on #DA78D1 background.


White color preview on #DA78D1 background

This text has white color on #DA78D1 background.