COLOR #DB78C7

HEX: #DB78C7
RGB: (219,120,199)

Color info

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

RGB color model

#DB78C7 color RGB value is (219,120,199).

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

RGB channels and saturation

R 219 of 255 = 86%
G 120 of 255 = 47%
B 199 of 255 = 78%

219
120
199

R + G + B ~ 70%. #DB78C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 120 + 199 = 538 (100%)
R 219 of 538 ~ 40.71%
G 120 of 538 ~ 22.3%
B 199 of 538 ~ 36.99%

%40.71
%22.3
%36.99

CMYK color model

#DB78C7 color CMYK value is (0,45,9,14).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 9.13%
  • key color value is 14.12%
CMYK:
(0,45,9,14)
C0M45Y9K14 
(0%,45%,9%,14%)
(0.00/0.45/0.09/0.14)	

CMYK percentages

%0
%45.21
%9.13
%14.12

Codes

Color #DB78C7 in popluar color models

DB78C7
RGB219120199
HSL312°57.89%66.47%
HSB/HSV312°45.21%85.88%
CMYK0.00%45.21%9.13%
14.12%

Color #DB78C7 in popluar number systems.

HEXDB78C7
Decimal219120199
Binary11011011111100011000111
Octal333170307

Shades and tints

Shades of #DB78C7

#DB78C7
(219,120,199)
#C86EB5
(200,110,181)
#B564A3
(181,100,163)
#A25A91
(162,90,145)
#8F507F
(143,80,127)
#7C466D
(124,70,109)
#693C5B
(105,60,91)
#563249
(86,50,73)
#432837
(67,40,55)
#301E25
(48,30,37)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #DB78C7

#DB78C7
(219,120,199)
#DE84CC
(222,132,204)
#E190D1
(225,144,209)
#E49CD6
(228,156,214)
#E7A8DB
(231,168,219)
#EAB4E0
(234,180,224)
#EDC0E5
(237,192,229)
#F0CCEA
(240,204,234)
#F3D8EF
(243,216,239)
#F6E4F4
(246,228,244)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB78C7; }

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

This text font color is #DB78C7.


Background Color

.myBgColor { background-color: #DB78C7; }

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

This div background color is #DB78C7.


Border color

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

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

This div border color is #DB78C7.


Opacity

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

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

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

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

This text has shadow with #DB78C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB78C7 on black background.


Color preview on white background

This text has color #DB78C7 on white background.



Black color preview on #DB78C7 background

This text has black color on #DB78C7 background.


White color preview on #DB78C7 background

This text has white color on #DB78C7 background.