COLOR #DB95E1

HEX: #DB95E1
RGB: (219,149,225)

Color info

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

RGB color model

#DB95E1 color RGB value is (219,149,225).

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

RGB channels and saturation

R 219 of 255 = 86%
G 149 of 255 = 58%
B 225 of 255 = 88%

219
149
225

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

Portions of RGB colors in percentages

R + G + B =
219 + 149 + 225 = 593 (100%)
R 219 of 593 ~ 36.93%
G 149 of 593 ~ 25.13%
B 225 of 593 ~ 37.94%

%36.93
%25.13
%37.94

CMYK color model

#DB95E1 color CMYK value is (3,34,0,12).

  • cyan value is 2.67%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,34,0,12)
C3M34Y0K12 
(3%,34%,0%,12%)
(0.03/0.34/0.00/0.12)	

CMYK percentages

%2.67
%33.78
%0
%11.76

Codes

Color #DB95E1 in popluar color models

DB95E1
RGB219149225
HSL295°55.88%73.33%
HSB/HSV295°33.78%88.24%
CMYK2.67%33.78%0.00%
11.76%

Color #DB95E1 in popluar number systems.

HEXDB95E1
Decimal219149225
Binary110110111001010111100001
Octal333225341

Shades and tints

Shades of #DB95E1

#DB95E1
(219,149,225)
#C888CD
(200,136,205)
#B57BB9
(181,123,185)
#A26EA5
(162,110,165)
#8F6191
(143,97,145)
#7C547D
(124,84,125)
#694769
(105,71,105)
#563A55
(86,58,85)
#432D41
(67,45,65)
#30202D
(48,32,45)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #DB95E1

#DB95E1
(219,149,225)
#DE9EE3
(222,158,227)
#E1A7E5
(225,167,229)
#E4B0E7
(228,176,231)
#E7B9E9
(231,185,233)
#EAC2EB
(234,194,235)
#EDCBED
(237,203,237)
#F0D4EF
(240,212,239)
#F3DDF1
(243,221,241)
#F6E6F3
(246,230,243)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB95E1; }

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

This text font color is #DB95E1.


Background Color

.myBgColor { background-color: #DB95E1; }

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

This div background color is #DB95E1.


Border color

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

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

This div border color is #DB95E1.


Opacity

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

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

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

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

This text has shadow with #DB95E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB95E1 on black background.


Color preview on white background

This text has color #DB95E1 on white background.



Black color preview on #DB95E1 background

This text has black color on #DB95E1 background.


White color preview on #DB95E1 background

This text has white color on #DB95E1 background.