COLOR #DB2972

HEX: #DB2972
RGB: (219,41,114)

Color info

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

RGB color model

#DB2972 color RGB value is (219,41,114).

  • red value is 219;
  • green value is 41;
  • blue value is 114.
RGB:
(219,41,114)
(86%,16%,45%)

RGB channels and saturation

R 219 of 255 = 86%
G 41 of 255 = 16%
B 114 of 255 = 45%

219
41
114

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

Portions of RGB colors in percentages

R + G + B =
219 + 41 + 114 = 374 (100%)
R 219 of 374 ~ 58.56%
G 41 of 374 ~ 10.96%
B 114 of 374 ~ 30.48%

%58.56
%10.96
%30.48

CMYK color model

#DB2972 color CMYK value is (0,81,48,14).

  • cyan value is 0.00%
  • magenta value is 81.28%
  • yellow value is 47.95%
  • key color value is 14.12%
CMYK:
(0,81,48,14)
C0M81Y48K14 
(0%,81%,48%,14%)
(0.00/0.81/0.48/0.14)	

CMYK percentages

%0
%81.28
%47.95
%14.12

Codes

Color #DB2972 in popluar color models

DB2972
RGB21941114
HSL335°71.20%50.98%
HSB/HSV335°81.28%85.88%
CMYK0.00%81.28%47.95%
14.12%

Color #DB2972 in popluar number systems.

HEXDB2972
Decimal21941114
Binary110110111010011110010
Octal33351162

Shades and tints

Shades of #DB2972

#DB2972
(219,41,114)
#C82668
(200,38,104)
#B5235E
(181,35,94)
#A22054
(162,32,84)
#8F1D4A
(143,29,74)
#7C1A40
(124,26,64)
#691736
(105,23,54)
#56142C
(86,20,44)
#431122
(67,17,34)
#300E18
(48,14,24)
#1D0B0E
(29,11,14)
#000000
(0,0,0)

Tints of #DB2972

#DB2972
(219,41,114)
#DE3C7E
(222,60,126)
#E14F8A
(225,79,138)
#E46296
(228,98,150)
#E775A2
(231,117,162)
#EA88AE
(234,136,174)
#ED9BBA
(237,155,186)
#F0AEC6
(240,174,198)
#F3C1D2
(243,193,210)
#F6D4DE
(246,212,222)
#F9E7EA
(249,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB2972 color. Also use rgb(219,41,114) instead hex code.

Text Font Color

.myTextColor { color: #DB2972; }

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

This text font color is #DB2972.


Background Color

.myBgColor { background-color: #DB2972; }

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

This div background color is #DB2972.


Border color

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

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

This div border color is #DB2972.


Opacity

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

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

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

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

This text has shadow with #DB2972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB2972 on black background.


Color preview on white background

This text has color #DB2972 on white background.



Black color preview on #DB2972 background

This text has black color on #DB2972 background.


White color preview on #DB2972 background

This text has white color on #DB2972 background.