COLOR #DB6878

HEX: #DB6878
RGB: (219,104,120)

Color info

#DB6878 contains mainly red color. Web safe color of #DB6878 is #CC6666 (or #C66).

RGB color model

#DB6878 color RGB value is (219,104,120).

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

RGB channels and saturation

R 219 of 255 = 86%
G 104 of 255 = 41%
B 120 of 255 = 47%

219
104
120

R + G + B ~ 58%. #DB6878 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 104 + 120 = 443 (100%)
R 219 of 443 ~ 49.44%
G 104 of 443 ~ 23.48%
B 120 of 443 ~ 27.09%

%49.44
%23.48
%27.09

CMYK color model

#DB6878 color CMYK value is (0,53,45,14).

  • cyan value is 0.00%
  • magenta value is 52.51%
  • yellow value is 45.21%
  • key color value is 14.12%
CMYK:
(0,53,45,14)
C0M53Y45K14 
(0%,53%,45%,14%)
(0.00/0.53/0.45/0.14)	

CMYK percentages

%0
%52.51
%45.21
%14.12

Codes

Color #DB6878 in popluar color models

DB6878
RGB219104120
HSL352°61.50%63.33%
HSB/HSV352°52.51%85.88%
CMYK0.00%52.51%45.21%
14.12%

Color #DB6878 in popluar number systems.

HEXDB6878
Decimal219104120
Binary1101101111010001111000
Octal333150170

Shades and tints

Shades of #DB6878

#DB6878
(219,104,120)
#C85F6E
(200,95,110)
#B55664
(181,86,100)
#A24D5A
(162,77,90)
#8F4450
(143,68,80)
#7C3B46
(124,59,70)
#69323C
(105,50,60)
#562932
(86,41,50)
#432028
(67,32,40)
#30171E
(48,23,30)
#1D0E14
(29,14,20)
#000000
(0,0,0)

Tints of #DB6878

#DB6878
(219,104,120)
#DE7584
(222,117,132)
#E18290
(225,130,144)
#E48F9C
(228,143,156)
#E79CA8
(231,156,168)
#EAA9B4
(234,169,180)
#EDB6C0
(237,182,192)
#F0C3CC
(240,195,204)
#F3D0D8
(243,208,216)
#F6DDE4
(246,221,228)
#F9EAF0
(249,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB6878; }

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

This text font color is #DB6878.


Background Color

.myBgColor { background-color: #DB6878; }

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

This div background color is #DB6878.


Border color

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

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

This div border color is #DB6878.


Opacity

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

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

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

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

This text has shadow with #DB6878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6878 on black background.


Color preview on white background

This text has color #DB6878 on white background.



Black color preview on #DB6878 background

This text has black color on #DB6878 background.


White color preview on #DB6878 background

This text has white color on #DB6878 background.