COLOR #DB1570

HEX: #DB1570
RGB: (219,21,112)

Color info

#DB1570 contains mainly red color. Web safe color of #DB1570 is #CC0066 (or #C06).

RGB color model

#DB1570 color RGB value is (219,21,112).

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

RGB channels and saturation

R 219 of 255 = 86%
G 21 of 255 = 8%
B 112 of 255 = 44%

219
21
112

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

Portions of RGB colors in percentages

R + G + B =
219 + 21 + 112 = 352 (100%)
R 219 of 352 ~ 62.22%
G 21 of 352 ~ 5.97%
B 112 of 352 ~ 31.82%

%62.22
%31.82

CMYK color model

#DB1570 color CMYK value is (0,90,49,14).

  • cyan value is 0.00%
  • magenta value is 90.41%
  • yellow value is 48.86%
  • key color value is 14.12%
CMYK:
(0,90,49,14)
C0M90Y49K14 
(0%,90%,49%,14%)
(0.00/0.90/0.49/0.14)	

CMYK percentages

%0
%90.41
%48.86
%14.12

Codes

Color #DB1570 in popluar color models

DB1570
RGB21921112
HSL332°82.50%47.06%
HSB/HSV332°90.41%85.88%
CMYK0.00%90.41%48.86%
14.12%

Color #DB1570 in popluar number systems.

HEXDB1570
Decimal21921112
Binary11011011101011110000
Octal33325160

Shades and tints

Shades of #DB1570

#DB1570
(219,21,112)
#C81466
(200,20,102)
#B5135C
(181,19,92)
#A21252
(162,18,82)
#8F1148
(143,17,72)
#7C103E
(124,16,62)
#690F34
(105,15,52)
#560E2A
(86,14,42)
#430D20
(67,13,32)
#300C16
(48,12,22)
#1D0B0C
(29,11,12)
#000000
(0,0,0)

Tints of #DB1570

#DB1570
(219,21,112)
#DE2A7D
(222,42,125)
#E13F8A
(225,63,138)
#E45497
(228,84,151)
#E769A4
(231,105,164)
#EA7EB1
(234,126,177)
#ED93BE
(237,147,190)
#F0A8CB
(240,168,203)
#F3BDD8
(243,189,216)
#F6D2E5
(246,210,229)
#F9E7F2
(249,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB1570; }

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

This text font color is #DB1570.


Background Color

.myBgColor { background-color: #DB1570; }

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

This div background color is #DB1570.


Border color

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

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

This div border color is #DB1570.


Opacity

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

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

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

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

This text has shadow with #DB1570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB1570 on black background.


Color preview on white background

This text has color #DB1570 on white background.



Black color preview on #DB1570 background

This text has black color on #DB1570 background.


White color preview on #DB1570 background

This text has white color on #DB1570 background.