COLOR #D95BBD

HEX: #D95BBD
RGB: (217,91,189)

Color info

#D95BBD contains mainly red and blue colors. Web safe color of #D95BBD is #CC66CC (or #C6C).

RGB color model

#D95BBD color RGB value is (217,91,189).

  • red value is 217;
  • green value is 91;
  • blue value is 189.
RGB:
(217,91,189)
(85%,36%,74%)

RGB channels and saturation

R 217 of 255 = 85%
G 91 of 255 = 36%
B 189 of 255 = 74%

217
91
189

R + G + B ~ 65%. #D95BBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 91 + 189 = 497 (100%)
R 217 of 497 ~ 43.66%
G 91 of 497 ~ 18.31%
B 189 of 497 ~ 38.03%

%43.66
%18.31
%38.03

CMYK color model

#D95BBD color CMYK value is (0,58,13,15).

  • cyan value is 0.00%
  • magenta value is 58.06%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK:
(0,58,13,15)
C0M58Y13K15 
(0%,58%,13%,15%)
(0.00/0.58/0.13/0.15)	

CMYK percentages

%0
%58.06
%12.9
%14.9

Codes

Color #D95BBD in popluar color models

D95BBD
RGB21791189
HSL313°62.38%60.39%
HSB/HSV313°58.06%85.10%
CMYK0.00%58.06%12.90%
14.90%

Color #D95BBD in popluar number systems.

HEXD95BBD
Decimal21791189
Binary11011001101101110111101
Octal331133275

Shades and tints

Shades of #D95BBD

#D95BBD
(217,91,189)
#C653AC
(198,83,172)
#B34B9B
(179,75,155)
#A0438A
(160,67,138)
#8D3B79
(141,59,121)
#7A3368
(122,51,104)
#672B57
(103,43,87)
#542346
(84,35,70)
#411B35
(65,27,53)
#2E1324
(46,19,36)
#1B0B13
(27,11,19)
#000000
(0,0,0)

Tints of #D95BBD

#D95BBD
(217,91,189)
#DC69C3
(220,105,195)
#DF77C9
(223,119,201)
#E285CF
(226,133,207)
#E593D5
(229,147,213)
#E8A1DB
(232,161,219)
#EBAFE1
(235,175,225)
#EEBDE7
(238,189,231)
#F1CBED
(241,203,237)
#F4D9F3
(244,217,243)
#F7E7F9
(247,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95BBD color. Also use rgb(217,91,189) instead hex code.

Text Font Color

.myTextColor { color: #D95BBD; }

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

This text font color is #D95BBD.


Background Color

.myBgColor { background-color: #D95BBD; }

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

This div background color is #D95BBD.


Border color

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

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

This div border color is #D95BBD.


Opacity

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

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

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

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

This text has shadow with #D95BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95BBD on black background.


Color preview on white background

This text has color #D95BBD on white background.



Black color preview on #D95BBD background

This text has black color on #D95BBD background.


White color preview on #D95BBD background

This text has white color on #D95BBD background.