COLOR #DB91C3

HEX: #DB91C3
RGB: (219,145,195)

Color info

#DB91C3 contains mainly red and blue colors. Web safe color of #DB91C3 is #CC99CC (or #C9C).

RGB color model

#DB91C3 color RGB value is (219,145,195).

  • red value is 219;
  • green value is 145;
  • blue value is 195.
RGB:
(219,145,195)
(86%,57%,76%)

RGB channels and saturation

R 219 of 255 = 86%
G 145 of 255 = 57%
B 195 of 255 = 76%

219
145
195

R + G + B ~ 73%. #DB91C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 145 + 195 = 559 (100%)
R 219 of 559 ~ 39.18%
G 145 of 559 ~ 25.94%
B 195 of 559 ~ 34.88%

%39.18
%25.94
%34.88

CMYK color model

#DB91C3 color CMYK value is (0,34,11,14).

  • cyan value is 0.00%
  • magenta value is 33.79%
  • yellow value is 10.96%
  • key color value is 14.12%
CMYK:
(0,34,11,14)
C0M34Y11K14 
(0%,34%,11%,14%)
(0.00/0.34/0.11/0.14)	

CMYK percentages

%0
%33.79
%10.96
%14.12

Codes

Color #DB91C3 in popluar color models

DB91C3
RGB219145195
HSL319°50.68%71.37%
HSB/HSV319°33.79%85.88%
CMYK0.00%33.79%10.96%
14.12%

Color #DB91C3 in popluar number systems.

HEXDB91C3
Decimal219145195
Binary110110111001000111000011
Octal333221303

Shades and tints

Shades of #DB91C3

#DB91C3
(219,145,195)
#C884B2
(200,132,178)
#B577A1
(181,119,161)
#A26A90
(162,106,144)
#8F5D7F
(143,93,127)
#7C506E
(124,80,110)
#69435D
(105,67,93)
#56364C
(86,54,76)
#43293B
(67,41,59)
#301C2A
(48,28,42)
#1D0F19
(29,15,25)
#000000
(0,0,0)

Tints of #DB91C3

#DB91C3
(219,145,195)
#DE9BC8
(222,155,200)
#E1A5CD
(225,165,205)
#E4AFD2
(228,175,210)
#E7B9D7
(231,185,215)
#EAC3DC
(234,195,220)
#EDCDE1
(237,205,225)
#F0D7E6
(240,215,230)
#F3E1EB
(243,225,235)
#F6EBF0
(246,235,240)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB91C3 color. Also use rgb(219,145,195) instead hex code.

Text Font Color

.myTextColor { color: #DB91C3; }

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

This text font color is #DB91C3.


Background Color

.myBgColor { background-color: #DB91C3; }

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

This div background color is #DB91C3.


Border color

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

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

This div border color is #DB91C3.


Opacity

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

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

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

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

This text has shadow with #DB91C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB91C3 on black background.


Color preview on white background

This text has color #DB91C3 on white background.



Black color preview on #DB91C3 background

This text has black color on #DB91C3 background.


White color preview on #DB91C3 background

This text has white color on #DB91C3 background.