COLOR #DB78CD

HEX: #DB78CD
RGB: (219,120,205)

Color info

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

RGB color model

#DB78CD color RGB value is (219,120,205).

  • red value is 219;
  • green value is 120;
  • blue value is 205.
RGB:
(219,120,205)
(86%,47%,80%)

RGB channels and saturation

R 219 of 255 = 86%
G 120 of 255 = 47%
B 205 of 255 = 80%

219
120
205

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

Portions of RGB colors in percentages

R + G + B =
219 + 120 + 205 = 544 (100%)
R 219 of 544 ~ 40.26%
G 120 of 544 ~ 22.06%
B 205 of 544 ~ 37.68%

%40.26
%22.06
%37.68

CMYK color model

#DB78CD color CMYK value is (0,45,6,14).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 6.39%
  • key color value is 14.12%
CMYK:
(0,45,6,14)
C0M45Y6K14 
(0%,45%,6%,14%)
(0.00/0.45/0.06/0.14)	

CMYK percentages

%0
%45.21
%6.39
%14.12

Codes

Color #DB78CD in popluar color models

DB78CD
RGB219120205
HSL308°57.89%66.47%
HSB/HSV308°45.21%85.88%
CMYK0.00%45.21%6.39%
14.12%

Color #DB78CD in popluar number systems.

HEXDB78CD
Decimal219120205
Binary11011011111100011001101
Octal333170315

Shades and tints

Shades of #DB78CD

#DB78CD
(219,120,205)
#C86EBB
(200,110,187)
#B564A9
(181,100,169)
#A25A97
(162,90,151)
#8F5085
(143,80,133)
#7C4673
(124,70,115)
#693C61
(105,60,97)
#56324F
(86,50,79)
#43283D
(67,40,61)
#301E2B
(48,30,43)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #DB78CD

#DB78CD
(219,120,205)
#DE84D1
(222,132,209)
#E190D5
(225,144,213)
#E49CD9
(228,156,217)
#E7A8DD
(231,168,221)
#EAB4E1
(234,180,225)
#EDC0E5
(237,192,229)
#F0CCE9
(240,204,233)
#F3D8ED
(243,216,237)
#F6E4F1
(246,228,241)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB78CD color. Also use rgb(219,120,205) instead hex code.

Text Font Color

.myTextColor { color: #DB78CD; }

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

This text font color is #DB78CD.


Background Color

.myBgColor { background-color: #DB78CD; }

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

This div background color is #DB78CD.


Border color

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

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

This div border color is #DB78CD.


Opacity

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

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

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

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

This text has shadow with #DB78CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB78CD on black background.


Color preview on white background

This text has color #DB78CD on white background.



Black color preview on #DB78CD background

This text has black color on #DB78CD background.


White color preview on #DB78CD background

This text has white color on #DB78CD background.