COLOR #D954B5

HEX: #D954B5
RGB: (217,84,181)

Color info

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

RGB color model

#D954B5 color RGB value is (217,84,181).

  • red value is 217;
  • green value is 84;
  • blue value is 181.
RGB:
(217,84,181)
(85%,33%,71%)

RGB channels and saturation

R 217 of 255 = 85%
G 84 of 255 = 33%
B 181 of 255 = 71%

217
84
181

R + G + B ~ 63%. #D954B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 84 + 181 = 482 (100%)
R 217 of 482 ~ 45.02%
G 84 of 482 ~ 17.43%
B 181 of 482 ~ 37.55%

%45.02
%17.43
%37.55

CMYK color model

#D954B5 color CMYK value is (0,61,17,15).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 16.59%
  • key color value is 14.90%
CMYK:
(0,61,17,15)
C0M61Y17K15 
(0%,61%,17%,15%)
(0.00/0.61/0.17/0.15)	

CMYK percentages

%0
%61.29
%16.59
%14.9

Codes

Color #D954B5 in popluar color models

D954B5
RGB21784181
HSL316°63.64%59.02%
HSB/HSV316°61.29%85.10%
CMYK0.00%61.29%16.59%
14.90%

Color #D954B5 in popluar number systems.

HEXD954B5
Decimal21784181
Binary11011001101010010110101
Octal331124265

Shades and tints

Shades of #D954B5

#D954B5
(217,84,181)
#C64DA5
(198,77,165)
#B34695
(179,70,149)
#A03F85
(160,63,133)
#8D3875
(141,56,117)
#7A3165
(122,49,101)
#672A55
(103,42,85)
#542345
(84,35,69)
#411C35
(65,28,53)
#2E1525
(46,21,37)
#1B0E15
(27,14,21)
#000000
(0,0,0)

Tints of #D954B5

#D954B5
(217,84,181)
#DC63BB
(220,99,187)
#DF72C1
(223,114,193)
#E281C7
(226,129,199)
#E590CD
(229,144,205)
#E89FD3
(232,159,211)
#EBAED9
(235,174,217)
#EEBDDF
(238,189,223)
#F1CCE5
(241,204,229)
#F4DBEB
(244,219,235)
#F7EAF1
(247,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D954B5 color. Also use rgb(217,84,181) instead hex code.

Text Font Color

.myTextColor { color: #D954B5; }

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

This text font color is #D954B5.


Background Color

.myBgColor { background-color: #D954B5; }

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

This div background color is #D954B5.


Border color

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

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

This div border color is #D954B5.


Opacity

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

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

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

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

This text has shadow with #D954B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D954B5 on black background.


Color preview on white background

This text has color #D954B5 on white background.



Black color preview on #D954B5 background

This text has black color on #D954B5 background.


White color preview on #D954B5 background

This text has white color on #D954B5 background.