COLOR #D948B1

HEX: #D948B1
RGB: (217,72,177)

Color info

#D948B1 contains mainly red and blue colors. Web safe color of #D948B1 is #CC3399 (or #C39).

RGB color model

#D948B1 color RGB value is (217,72,177).

  • red value is 217;
  • green value is 72;
  • blue value is 177.
RGB:
(217,72,177)
(85%,28%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 72 of 255 = 28%
B 177 of 255 = 69%

217
72
177

R + G + B ~ 61%. #D948B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 72 + 177 = 466 (100%)
R 217 of 466 ~ 46.57%
G 72 of 466 ~ 15.45%
B 177 of 466 ~ 37.98%

%46.57
%15.45
%37.98

CMYK color model

#D948B1 color CMYK value is (0,67,18,15).

  • cyan value is 0.00%
  • magenta value is 66.82%
  • yellow value is 18.43%
  • key color value is 14.90%
CMYK:
(0,67,18,15)
C0M67Y18K15 
(0%,67%,18%,15%)
(0.00/0.67/0.18/0.15)	

CMYK percentages

%0
%66.82
%18.43
%14.9

Codes

Color #D948B1 in popluar color models

D948B1
RGB21772177
HSL317°65.61%56.67%
HSB/HSV317°66.82%85.10%
CMYK0.00%66.82%18.43%
14.90%

Color #D948B1 in popluar number systems.

HEXD948B1
Decimal21772177
Binary11011001100100010110001
Octal331110261

Shades and tints

Shades of #D948B1

#D948B1
(217,72,177)
#C642A1
(198,66,161)
#B33C91
(179,60,145)
#A03681
(160,54,129)
#8D3071
(141,48,113)
#7A2A61
(122,42,97)
#672451
(103,36,81)
#541E41
(84,30,65)
#411831
(65,24,49)
#2E1221
(46,18,33)
#1B0C11
(27,12,17)
#000000
(0,0,0)

Tints of #D948B1

#D948B1
(217,72,177)
#DC58B8
(220,88,184)
#DF68BF
(223,104,191)
#E278C6
(226,120,198)
#E588CD
(229,136,205)
#E898D4
(232,152,212)
#EBA8DB
(235,168,219)
#EEB8E2
(238,184,226)
#F1C8E9
(241,200,233)
#F4D8F0
(244,216,240)
#F7E8F7
(247,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D948B1 color. Also use rgb(217,72,177) instead hex code.

Text Font Color

.myTextColor { color: #D948B1; }

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

This text font color is #D948B1.


Background Color

.myBgColor { background-color: #D948B1; }

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

This div background color is #D948B1.


Border color

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

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

This div border color is #D948B1.


Opacity

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

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

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

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

This text has shadow with #D948B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D948B1 on black background.


Color preview on white background

This text has color #D948B1 on white background.



Black color preview on #D948B1 background

This text has black color on #D948B1 background.


White color preview on #D948B1 background

This text has white color on #D948B1 background.