COLOR #DB6983

HEX: #DB6983
RGB: (219,105,131)

Color info

#DB6983 contains mainly red color. Web safe color of #DB6983 is #CC6699 (or #C69).

RGB color model

#DB6983 color RGB value is (219,105,131).

  • red value is 219;
  • green value is 105;
  • blue value is 131.
RGB:
(219,105,131)
(86%,41%,51%)

RGB channels and saturation

R 219 of 255 = 86%
G 105 of 255 = 41%
B 131 of 255 = 51%

219
105
131

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

Portions of RGB colors in percentages

R + G + B =
219 + 105 + 131 = 455 (100%)
R 219 of 455 ~ 48.13%
G 105 of 455 ~ 23.08%
B 131 of 455 ~ 28.79%

%48.13
%23.08
%28.79

CMYK color model

#DB6983 color CMYK value is (0,52,40,14).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 40.18%
  • key color value is 14.12%
CMYK:
(0,52,40,14)
C0M52Y40K14 
(0%,52%,40%,14%)
(0.00/0.52/0.40/0.14)	

CMYK percentages

%0
%52.05
%40.18
%14.12

Codes

Color #DB6983 in popluar color models

DB6983
RGB219105131
HSL346°61.29%63.53%
HSB/HSV346°52.05%85.88%
CMYK0.00%52.05%40.18%
14.12%

Color #DB6983 in popluar number systems.

HEXDB6983
Decimal219105131
Binary11011011110100110000011
Octal333151203

Shades and tints

Shades of #DB6983

#DB6983
(219,105,131)
#C86078
(200,96,120)
#B5576D
(181,87,109)
#A24E62
(162,78,98)
#8F4557
(143,69,87)
#7C3C4C
(124,60,76)
#693341
(105,51,65)
#562A36
(86,42,54)
#43212B
(67,33,43)
#301820
(48,24,32)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #DB6983

#DB6983
(219,105,131)
#DE768E
(222,118,142)
#E18399
(225,131,153)
#E490A4
(228,144,164)
#E79DAF
(231,157,175)
#EAAABA
(234,170,186)
#EDB7C5
(237,183,197)
#F0C4D0
(240,196,208)
#F3D1DB
(243,209,219)
#F6DEE6
(246,222,230)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB6983 color. Also use rgb(219,105,131) instead hex code.

Text Font Color

.myTextColor { color: #DB6983; }

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

This text font color is #DB6983.


Background Color

.myBgColor { background-color: #DB6983; }

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

This div background color is #DB6983.


Border color

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

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

This div border color is #DB6983.


Opacity

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

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

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

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

This text has shadow with #DB6983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6983 on black background.


Color preview on white background

This text has color #DB6983 on white background.



Black color preview on #DB6983 background

This text has black color on #DB6983 background.


White color preview on #DB6983 background

This text has white color on #DB6983 background.