COLOR #DB3E6E

HEX: #DB3E6E
RGB: (219,62,110)

Color info

#DB3E6E contains mainly red color. Web safe color of #DB3E6E is #CC3366 (or #C36).

RGB color model

#DB3E6E color RGB value is (219,62,110).

  • red value is 219;
  • green value is 62;
  • blue value is 110.
RGB:
(219,62,110)
(86%,24%,43%)

RGB channels and saturation

R 219 of 255 = 86%
G 62 of 255 = 24%
B 110 of 255 = 43%

219
62
110

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

Portions of RGB colors in percentages

R + G + B =
219 + 62 + 110 = 391 (100%)
R 219 of 391 ~ 56.01%
G 62 of 391 ~ 15.86%
B 110 of 391 ~ 28.13%

%56.01
%15.86
%28.13

CMYK color model

#DB3E6E color CMYK value is (0,72,50,14).

  • cyan value is 0.00%
  • magenta value is 71.69%
  • yellow value is 49.77%
  • key color value is 14.12%
CMYK:
(0,72,50,14)
C0M72Y50K14 
(0%,72%,50%,14%)
(0.00/0.72/0.50/0.14)	

CMYK percentages

%0
%71.69
%49.77
%14.12

Codes

Color #DB3E6E in popluar color models

DB3E6E
RGB21962110
HSL342°68.56%55.10%
HSB/HSV342°71.69%85.88%
CMYK0.00%71.69%49.77%
14.12%

Color #DB3E6E in popluar number systems.

HEXDB3E6E
Decimal21962110
Binary110110111111101101110
Octal33376156

Shades and tints

Shades of #DB3E6E

#DB3E6E
(219,62,110)
#C83964
(200,57,100)
#B5345A
(181,52,90)
#A22F50
(162,47,80)
#8F2A46
(143,42,70)
#7C253C
(124,37,60)
#692032
(105,32,50)
#561B28
(86,27,40)
#43161E
(67,22,30)
#301114
(48,17,20)
#1D0C0A
(29,12,10)
#000000
(0,0,0)

Tints of #DB3E6E

#DB3E6E
(219,62,110)
#DE4F7B
(222,79,123)
#E16088
(225,96,136)
#E47195
(228,113,149)
#E782A2
(231,130,162)
#EA93AF
(234,147,175)
#EDA4BC
(237,164,188)
#F0B5C9
(240,181,201)
#F3C6D6
(243,198,214)
#F6D7E3
(246,215,227)
#F9E8F0
(249,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB3E6E color. Also use rgb(219,62,110) instead hex code.

Text Font Color

.myTextColor { color: #DB3E6E; }

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

This text font color is #DB3E6E.


Background Color

.myBgColor { background-color: #DB3E6E; }

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

This div background color is #DB3E6E.


Border color

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

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

This div border color is #DB3E6E.


Opacity

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

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

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

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

This text has shadow with #DB3E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB3E6E on black background.


Color preview on white background

This text has color #DB3E6E on white background.



Black color preview on #DB3E6E background

This text has black color on #DB3E6E background.


White color preview on #DB3E6E background

This text has white color on #DB3E6E background.