COLOR #D95CB9

HEX: #D95CB9
RGB: (217,92,185)

Color info

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

RGB color model

#D95CB9 color RGB value is (217,92,185).

  • red value is 217;
  • green value is 92;
  • blue value is 185.
RGB:
(217,92,185)
(85%,36%,73%)

RGB channels and saturation

R 217 of 255 = 85%
G 92 of 255 = 36%
B 185 of 255 = 73%

217
92
185

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

Portions of RGB colors in percentages

R + G + B =
217 + 92 + 185 = 494 (100%)
R 217 of 494 ~ 43.93%
G 92 of 494 ~ 18.62%
B 185 of 494 ~ 37.45%

%43.93
%18.62
%37.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.60%
  • yellow value is 14.75%
  • key color value is 14.90%
CMYK:
(0,58,15,15)
C0M58Y15K15 
(0%,58%,15%,15%)
(0.00/0.58/0.15/0.15)	

CMYK percentages

%0
%57.6
%14.75
%14.9

Codes

Color #D95CB9 in popluar color models

D95CB9
RGB21792185
HSL315°62.19%60.59%
HSB/HSV315°57.60%85.10%
CMYK0.00%57.60%14.75%
14.90%

Color #D95CB9 in popluar number systems.

HEXD95CB9
Decimal21792185
Binary11011001101110010111001
Octal331134271

Shades and tints

Shades of #D95CB9

#D95CB9
(217,92,185)
#C654A9
(198,84,169)
#B34C99
(179,76,153)
#A04489
(160,68,137)
#8D3C79
(141,60,121)
#7A3469
(122,52,105)
#672C59
(103,44,89)
#542449
(84,36,73)
#411C39
(65,28,57)
#2E1429
(46,20,41)
#1B0C19
(27,12,25)
#000000
(0,0,0)

Tints of #D95CB9

#D95CB9
(217,92,185)
#DC6ABF
(220,106,191)
#DF78C5
(223,120,197)
#E286CB
(226,134,203)
#E594D1
(229,148,209)
#E8A2D7
(232,162,215)
#EBB0DD
(235,176,221)
#EEBEE3
(238,190,227)
#F1CCE9
(241,204,233)
#F4DAEF
(244,218,239)
#F7E8F5
(247,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95CB9 color. Also use rgb(217,92,185) instead hex code.

Text Font Color

.myTextColor { color: #D95CB9; }

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

This text font color is #D95CB9.


Background Color

.myBgColor { background-color: #D95CB9; }

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

This div background color is #D95CB9.


Border color

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

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

This div border color is #D95CB9.


Opacity

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

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

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

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

This text has shadow with #D95CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95CB9 on black background.


Color preview on white background

This text has color #D95CB9 on white background.



Black color preview on #D95CB9 background

This text has black color on #D95CB9 background.


White color preview on #D95CB9 background

This text has white color on #D95CB9 background.