COLOR #DB78D1

HEX: #DB78D1 RGB: (219,120,209)

Color info

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

RGB color model

#DB78D1 color RGB value is (219,120,209).

RGB: (219,120,209) (86%, 47%, 82%)

RGB channels and saturation

R 219 of 255 = 86%
G 120 of 255 = 47%
B 209 of 255 = 82%

219
120
209

R + G + B ~ 72%. #DB78D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 120 + 209 = 548 (100%)
R 219 of 548 ~ 39.96%
G 120 of 548 ~ 21.9%
B 209 of 548 ~ 38.14'%

%39.96
%21.9
%38.14

CMYK color model

#DB78D1 color CMYK value is (0,45,5,14).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 4.57%
  • key color value is 14.12%

CMYK: (0,45,5,14)
C0M45Y5K14 (0%, 45%, 5%, 14%)
(0.00 / 0.45 / 0.05 / 0.14)

CMYK percentages

%0
%45.21
%4.57
%14.12

Codes

Color #DB78D1 in popluar color models

DB 78 D1
RGB 219 120 209
HSL 306° 57.89% 66.47%
HSB/HSV 306° 45.21% 85.88%
CMYK 0.00% 45.21% 4.57%
14.12%

Color #DB78D1 in popluar number systems.

HEX DB 78 D1
Decimal 219 120 209
Binary 11011011 1111000 11010001
Octal 333 170 321

Shades and tints

Shades of #DB78D1

#DB78D1
(219,120,209)
#C86EBE
(200,110,190)
#B564AB
(181,100,171)
#A25A98
(162,90,152)
#8F5085
(143,80,133)
#7C4672
(124,70,114)
#693C5F
(105,60,95)
#56324C
(86,50,76)
#432839
(67,40,57)
#301E26
(48,30,38)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #DB78D1

#DB78D1
(219,120,209)
#DE84D5
(222,132,213)
#E190D9
(225,144,217)
#E49CDD
(228,156,221)
#E7A8E1
(231,168,225)
#EAB4E5
(234,180,229)
#EDC0E9
(237,192,233)
#F0CCED
(240,204,237)
#F3D8F1
(243,216,241)
#F6E4F5
(246,228,245)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB78D1; }

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

This text font color is #DB78D1.

Background Color

.myBgColor { background-color: #DB78D1; }

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

This div background color is #DB78D1.

Border color

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

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

This div border color is #DB78D1.

Opacity

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

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

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

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

This text has shadow with #DB78D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB78D1.

Preview

Color preview on black background

This text has color #DB78D1 on black background.


Color preview on white background

This text has color #DB78D1 on white background.


Black color preview on #DB78D1 background

This text has black color on #DB78D1 background.


White color preview on #DB78D1 background

This text has white color on #DB78D1 background.


Related colors

Complementary color

Complementary color for #hex is #24872E.


I love getcolorcode.com

Triadic colors

1 #D1DB78 and #78D1DB with #DB78D1 are triadic colors.

2 #D178DB and #78DBD1 with #DB78D1 are triadic colors.