COLOR #DB91C8

HEX: #DB91C8
RGB: (219,145,200)

Color info

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

RGB color model

#DB91C8 color RGB value is (219,145,200).

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

RGB channels and saturation

R 219 of 255 = 86%
G 145 of 255 = 57%
B 200 of 255 = 78%

219
145
200

R + G + B ~ 74%. #DB91C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 145 + 200 = 564 (100%)
R 219 of 564 ~ 38.83%
G 145 of 564 ~ 25.71%
B 200 of 564 ~ 35.46%

%38.83
%25.71
%35.46

CMYK color model

#DB91C8 color CMYK value is (0,34,9,14).

  • cyan value is 0.00%
  • magenta value is 33.79%
  • yellow value is 8.68%
  • key color value is 14.12%
CMYK:
(0,34,9,14)
C0M34Y9K14 
(0%,34%,9%,14%)
(0.00/0.34/0.09/0.14)	

CMYK percentages

%0
%33.79
%8.68
%14.12

Codes

Color #DB91C8 in popluar color models

DB91C8
RGB219145200
HSL315°50.68%71.37%
HSB/HSV315°33.79%85.88%
CMYK0.00%33.79%8.68%
14.12%

Color #DB91C8 in popluar number systems.

HEXDB91C8
Decimal219145200
Binary110110111001000111001000
Octal333221310

Shades and tints

Shades of #DB91C8

#DB91C8
(219,145,200)
#C884B6
(200,132,182)
#B577A4
(181,119,164)
#A26A92
(162,106,146)
#8F5D80
(143,93,128)
#7C506E
(124,80,110)
#69435C
(105,67,92)
#56364A
(86,54,74)
#432938
(67,41,56)
#301C26
(48,28,38)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #DB91C8

#DB91C8
(219,145,200)
#DE9BCD
(222,155,205)
#E1A5D2
(225,165,210)
#E4AFD7
(228,175,215)
#E7B9DC
(231,185,220)
#EAC3E1
(234,195,225)
#EDCDE6
(237,205,230)
#F0D7EB
(240,215,235)
#F3E1F0
(243,225,240)
#F6EBF5
(246,235,245)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB91C8; }

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

This text font color is #DB91C8.


Background Color

.myBgColor { background-color: #DB91C8; }

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

This div background color is #DB91C8.


Border color

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

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

This div border color is #DB91C8.


Opacity

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

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

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

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

This text has shadow with #DB91C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB91C8 on black background.


Color preview on white background

This text has color #DB91C8 on white background.



Black color preview on #DB91C8 background

This text has black color on #DB91C8 background.


White color preview on #DB91C8 background

This text has white color on #DB91C8 background.