COLOR #DB98D5

HEX: #DB98D5
RGB: (219,152,213)

Color info

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

RGB color model

#DB98D5 color RGB value is (219,152,213).

  • red value is 219;
  • green value is 152;
  • blue value is 213.
RGB:
(219,152,213)
(86%,60%,84%)

RGB channels and saturation

R 219 of 255 = 86%
G 152 of 255 = 60%
B 213 of 255 = 84%

219
152
213

R + G + B ~ 77%. #DB98D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 152 + 213 = 584 (100%)
R 219 of 584 ~ 37.5%
G 152 of 584 ~ 26.03%
B 213 of 584 ~ 36.47%

%37.5
%26.03
%36.47

CMYK color model

#DB98D5 color CMYK value is (0,31,3,14).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK:
(0,31,3,14)
C0M31Y3K14 
(0%,31%,3%,14%)
(0.00/0.31/0.03/0.14)	

CMYK percentages

%0
%30.59
%2.74
%14.12

Codes

Color #DB98D5 in popluar color models

DB98D5
RGB219152213
HSL305°48.20%72.75%
HSB/HSV305°30.59%85.88%
CMYK0.00%30.59%2.74%
14.12%

Color #DB98D5 in popluar number systems.

HEXDB98D5
Decimal219152213
Binary110110111001100011010101
Octal333230325

Shades and tints

Shades of #DB98D5

#DB98D5
(219,152,213)
#C88BC2
(200,139,194)
#B57EAF
(181,126,175)
#A2719C
(162,113,156)
#8F6489
(143,100,137)
#7C5776
(124,87,118)
#694A63
(105,74,99)
#563D50
(86,61,80)
#43303D
(67,48,61)
#30232A
(48,35,42)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #DB98D5

#DB98D5
(219,152,213)
#DEA1D8
(222,161,216)
#E1AADB
(225,170,219)
#E4B3DE
(228,179,222)
#E7BCE1
(231,188,225)
#EAC5E4
(234,197,228)
#EDCEE7
(237,206,231)
#F0D7EA
(240,215,234)
#F3E0ED
(243,224,237)
#F6E9F0
(246,233,240)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB98D5 color. Also use rgb(219,152,213) instead hex code.

Text Font Color

.myTextColor { color: #DB98D5; }

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

This text font color is #DB98D5.


Background Color

.myBgColor { background-color: #DB98D5; }

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

This div background color is #DB98D5.


Border color

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

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

This div border color is #DB98D5.


Opacity

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

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

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

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

This text has shadow with #DB98D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB98D5 on black background.


Color preview on white background

This text has color #DB98D5 on white background.



Black color preview on #DB98D5 background

This text has black color on #DB98D5 background.


White color preview on #DB98D5 background

This text has white color on #DB98D5 background.