COLOR #D48BD1

HEX: #D48BD1
RGB: (212,139,209)

Color info

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

RGB color model

#D48BD1 color RGB value is (212,139,209).

  • red value is 212;
  • green value is 139;
  • blue value is 209.
RGB:
(212,139,209)
(83%,55%,82%)

RGB channels and saturation

R 212 of 255 = 83%
G 139 of 255 = 55%
B 209 of 255 = 82%

212
139
209

R + G + B ~ 73%. #D48BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 139 + 209 = 560 (100%)
R 212 of 560 ~ 37.86%
G 139 of 560 ~ 24.82%
B 209 of 560 ~ 37.32%

%37.86
%24.82
%37.32

CMYK color model

#D48BD1 color CMYK value is (0,34,1,17).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 1.42%
  • key color value is 16.86%
CMYK:
(0,34,1,17)
C0M34Y1K17 
(0%,34%,1%,17%)
(0.00/0.34/0.01/0.17)	

CMYK percentages

%0
%34.43
%1.42
%16.86

Codes

Color #D48BD1 in popluar color models

D48BD1
RGB212139209
HSL302°45.91%68.82%
HSB/HSV302°34.43%83.14%
CMYK0.00%34.43%1.42%
16.86%

Color #D48BD1 in popluar number systems.

HEXD48BD1
Decimal212139209
Binary110101001000101111010001
Octal324213321

Shades and tints

Shades of #D48BD1

#D48BD1
(212,139,209)
#C17FBE
(193,127,190)
#AE73AB
(174,115,171)
#9B6798
(155,103,152)
#885B85
(136,91,133)
#754F72
(117,79,114)
#62435F
(98,67,95)
#4F374C
(79,55,76)
#3C2B39
(60,43,57)
#291F26
(41,31,38)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #D48BD1

#D48BD1
(212,139,209)
#D795D5
(215,149,213)
#DA9FD9
(218,159,217)
#DDA9DD
(221,169,221)
#E0B3E1
(224,179,225)
#E3BDE5
(227,189,229)
#E6C7E9
(230,199,233)
#E9D1ED
(233,209,237)
#ECDBF1
(236,219,241)
#EFE5F5
(239,229,245)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48BD1 color. Also use rgb(212,139,209) instead hex code.

Text Font Color

.myTextColor { color: #D48BD1; }

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

This text font color is #D48BD1.


Background Color

.myBgColor { background-color: #D48BD1; }

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

This div background color is #D48BD1.


Border color

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

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

This div border color is #D48BD1.


Opacity

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

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

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

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

This text has shadow with #D48BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48BD1 on black background.


Color preview on white background

This text has color #D48BD1 on white background.



Black color preview on #D48BD1 background

This text has black color on #D48BD1 background.


White color preview on #D48BD1 background

This text has white color on #D48BD1 background.