COLOR #DB7195

HEX: #DB7195
RGB: (219,113,149)

Color info

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

RGB color model

#DB7195 color RGB value is (219,113,149).

  • red value is 219;
  • green value is 113;
  • blue value is 149.
RGB:
(219,113,149)
(86%,44%,58%)

RGB channels and saturation

R 219 of 255 = 86%
G 113 of 255 = 44%
B 149 of 255 = 58%

219
113
149

R + G + B ~ 63%. #DB7195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 113 + 149 = 481 (100%)
R 219 of 481 ~ 45.53%
G 113 of 481 ~ 23.49%
B 149 of 481 ~ 30.98%

%45.53
%23.49
%30.98

CMYK color model

#DB7195 color CMYK value is (0,48,32,14).

  • cyan value is 0.00%
  • magenta value is 48.40%
  • yellow value is 31.96%
  • key color value is 14.12%
CMYK:
(0,48,32,14)
C0M48Y32K14 
(0%,48%,32%,14%)
(0.00/0.48/0.32/0.14)	

CMYK percentages

%0
%48.4
%31.96
%14.12

Codes

Color #DB7195 in popluar color models

DB7195
RGB219113149
HSL340°59.55%65.10%
HSB/HSV340°48.40%85.88%
CMYK0.00%48.40%31.96%
14.12%

Color #DB7195 in popluar number systems.

HEXDB7195
Decimal219113149
Binary11011011111000110010101
Octal333161225

Shades and tints

Shades of #DB7195

#DB7195
(219,113,149)
#C86788
(200,103,136)
#B55D7B
(181,93,123)
#A2536E
(162,83,110)
#8F4961
(143,73,97)
#7C3F54
(124,63,84)
#693547
(105,53,71)
#562B3A
(86,43,58)
#43212D
(67,33,45)
#301720
(48,23,32)
#1D0D13
(29,13,19)
#000000
(0,0,0)

Tints of #DB7195

#DB7195
(219,113,149)
#DE7D9E
(222,125,158)
#E189A7
(225,137,167)
#E495B0
(228,149,176)
#E7A1B9
(231,161,185)
#EAADC2
(234,173,194)
#EDB9CB
(237,185,203)
#F0C5D4
(240,197,212)
#F3D1DD
(243,209,221)
#F6DDE6
(246,221,230)
#F9E9EF
(249,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7195 color. Also use rgb(219,113,149) instead hex code.

Text Font Color

.myTextColor { color: #DB7195; }

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

This text font color is #DB7195.


Background Color

.myBgColor { background-color: #DB7195; }

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

This div background color is #DB7195.


Border color

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

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

This div border color is #DB7195.


Opacity

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

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

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

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

This text has shadow with #DB7195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7195 on black background.


Color preview on white background

This text has color #DB7195 on white background.



Black color preview on #DB7195 background

This text has black color on #DB7195 background.


White color preview on #DB7195 background

This text has white color on #DB7195 background.