COLOR #DB6F82

HEX: #DB6F82 RGB: (219,111,130)

Color info

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

RGB color model

#DB6F82 color RGB value is (219,111,130).

RGB: (219,111,130) (86%, 44%, 51%)

RGB channels and saturation

R 219 of 255 = 86%
G 111 of 255 = 44%
B 130 of 255 = 51%

219
111
130

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

Portions of RGB colors in percentages

R + G + B = 219 + 111 + 130 = 460 (100%)
R 219 of 460 ~ 47.61%
G 111 of 460 ~ 24.13%
B 130 of 460 ~ 28.26'%

%47.61
%24.13
%28.26

CMYK color model

#DB6F82 color CMYK value is (0,49,41,14).

  • cyan value is 0.00%
  • magenta value is 49.32%
  • yellow value is 40.64%
  • key color value is 14.12%

CMYK: (0,49,41,14)
C0M49Y41K14 (0%, 49%, 41%, 14%)
(0.00 / 0.49 / 0.41 / 0.14)

CMYK percentages

%0
%49.32
%40.64
%14.12

Codes

Color #DB6F82 in popluar color models

DB 6F 82
RGB 219 111 130
HSL 349° 60.00% 64.71%
HSB/HSV 349° 49.32% 85.88%
CMYK 0.00% 49.32% 40.64%
14.12%

Color #DB6F82 in popluar number systems.

HEX DB 6F 82
Decimal 219 111 130
Binary 11011011 1101111 10000010
Octal 333 157 202

Shades and tints

Shades of #DB6F82

#DB6F82
(219,111,130)
#C86577
(200,101,119)
#B55B6C
(181,91,108)
#A25161
(162,81,97)
#8F4756
(143,71,86)
#7C3D4B
(124,61,75)
#693340
(105,51,64)
#562935
(86,41,53)
#431F2A
(67,31,42)
#30151F
(48,21,31)
#1D0B14
(29,11,20)
#000000
(0,0,0)

Tints of #DB6F82

#DB6F82
(219,111,130)
#DE7C8D
(222,124,141)
#E18998
(225,137,152)
#E496A3
(228,150,163)
#E7A3AE
(231,163,174)
#EAB0B9
(234,176,185)
#EDBDC4
(237,189,196)
#F0CACF
(240,202,207)
#F3D7DA
(243,215,218)
#F6E4E5
(246,228,229)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB6F82 color. Also use rgb(219,111,130) instead hex code.

Text Font Color

.myTextColor { color: #DB6F82; }

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

This text font color is #DB6F82.

Background Color

.myBgColor { background-color: #DB6F82; }

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

This div background color is #DB6F82.

Border color

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

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

This div border color is #DB6F82.

Opacity

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

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

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

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

This text has shadow with #DB6F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB6F82.

Preview

Color preview on black background

This text has color #DB6F82 on black background.


Color preview on white background

This text has color #DB6F82 on white background.


Black color preview on #DB6F82 background

This text has black color on #DB6F82 background.


White color preview on #DB6F82 background

This text has white color on #DB6F82 background.


Related colors

Complementary color

Complementary color for #hex is #24907D.


I love getcolorcode.com

Triadic colors

1 #82DB6F and #6F82DB with #DB6F82 are triadic colors.

2 #826FDB and #6FDB82 with #DB6F82 are triadic colors.