COLOR #DB6270

HEX: #DB6270
RGB: (219,98,112)

Color info

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

RGB color model

#DB6270 color RGB value is (219,98,112).

  • red value is 219;
  • green value is 98;
  • blue value is 112.
RGB:
(219,98,112)
(86%,38%,44%)

RGB channels and saturation

R 219 of 255 = 86%
G 98 of 255 = 38%
B 112 of 255 = 44%

219
98
112

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

Portions of RGB colors in percentages

R + G + B =
219 + 98 + 112 = 429 (100%)
R 219 of 429 ~ 51.05%
G 98 of 429 ~ 22.84%
B 112 of 429 ~ 26.11%

%51.05
%22.84
%26.11

CMYK color model

#DB6270 color CMYK value is (0,55,49,14).

  • cyan value is 0.00%
  • magenta value is 55.25%
  • yellow value is 48.86%
  • key color value is 14.12%
CMYK:
(0,55,49,14)
C0M55Y49K14 
(0%,55%,49%,14%)
(0.00/0.55/0.49/0.14)	

CMYK percentages

%0
%55.25
%48.86
%14.12

Codes

Color #DB6270 in popluar color models

DB6270
RGB21998112
HSL353°62.69%62.16%
HSB/HSV353°55.25%85.88%
CMYK0.00%55.25%48.86%
14.12%

Color #DB6270 in popluar number systems.

HEXDB6270
Decimal21998112
Binary1101101111000101110000
Octal333142160

Shades and tints

Shades of #DB6270

#DB6270
(219,98,112)
#C85A66
(200,90,102)
#B5525C
(181,82,92)
#A24A52
(162,74,82)
#8F4248
(143,66,72)
#7C3A3E
(124,58,62)
#693234
(105,50,52)
#562A2A
(86,42,42)
#432220
(67,34,32)
#301A16
(48,26,22)
#1D120C
(29,18,12)
#000000
(0,0,0)

Tints of #DB6270

#DB6270
(219,98,112)
#DE707D
(222,112,125)
#E17E8A
(225,126,138)
#E48C97
(228,140,151)
#E79AA4
(231,154,164)
#EAA8B1
(234,168,177)
#EDB6BE
(237,182,190)
#F0C4CB
(240,196,203)
#F3D2D8
(243,210,216)
#F6E0E5
(246,224,229)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB6270 color. Also use rgb(219,98,112) instead hex code.

Text Font Color

.myTextColor { color: #DB6270; }

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

This text font color is #DB6270.


Background Color

.myBgColor { background-color: #DB6270; }

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

This div background color is #DB6270.


Border color

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

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

This div border color is #DB6270.


Opacity

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

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

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

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

This text has shadow with #DB6270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6270 on black background.


Color preview on white background

This text has color #DB6270 on white background.



Black color preview on #DB6270 background

This text has black color on #DB6270 background.


White color preview on #DB6270 background

This text has white color on #DB6270 background.