COLOR #D48DA5

HEX: #D48DA5 RGB: (212,141,165)

Color info

#D48DA5 contains mainly red and blue colors. Web safe color of #D48DA5 is #CC9999 (or #C99).

RGB color model

#D48DA5 color RGB value is (212,141,165).

RGB: (212,141,165) (83%, 55%, 65%)

RGB channels and saturation

R 212 of 255 = 83%
G 141 of 255 = 55%
B 165 of 255 = 65%

212
141
165

R + G + B ~ 68%. #D48DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 141 + 165 = 518 (100%)
R 212 of 518 ~ 40.93%
G 141 of 518 ~ 27.22%
B 165 of 518 ~ 31.85'%

%40.93
%27.22
%31.85

CMYK color model

#D48DA5 color CMYK value is (0,33,22,17).

  • cyan value is 0.00%
  • magenta value is 33.49%
  • yellow value is 22.17%
  • key color value is 16.86%

CMYK: (0,33,22,17)
C0M33Y22K17 (0%, 33%, 22%, 17%)
(0.00 / 0.33 / 0.22 / 0.17)

CMYK percentages

%0
%33.49
%22.17
%16.86

Codes

Color #D48DA5 in popluar color models

D4 8D A5
RGB 212 141 165
HSL 340° 45.22% 69.22%
HSB/HSV 340° 33.49% 83.14%
CMYK 0.00% 33.49% 22.17%
16.86%

Color #D48DA5 in popluar number systems.

HEX D4 8D A5
Decimal 212 141 165
Binary 11010100 10001101 10100101
Octal 324 215 245

Shades and tints

Shades of #D48DA5

#D48DA5
(212,141,165)
#C18196
(193,129,150)
#AE7587
(174,117,135)
#9B6978
(155,105,120)
#885D69
(136,93,105)
#75515A
(117,81,90)
#62454B
(98,69,75)
#4F393C
(79,57,60)
#3C2D2D
(60,45,45)
#29211E
(41,33,30)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #D48DA5

#D48DA5
(212,141,165)
#D797AD
(215,151,173)
#DAA1B5
(218,161,181)
#DDABBD
(221,171,189)
#E0B5C5
(224,181,197)
#E3BFCD
(227,191,205)
#E6C9D5
(230,201,213)
#E9D3DD
(233,211,221)
#ECDDE5
(236,221,229)
#EFE7ED
(239,231,237)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48DA5 color. Also use rgb(212,141,165) instead hex code.

Text Font Color

.myTextColor { color: #D48DA5; }

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

This text font color is #D48DA5.

Background Color

.myBgColor { background-color: #D48DA5; }

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

This div background color is #D48DA5.

Border color

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

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

This div border color is #D48DA5.

Opacity

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

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

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

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

This text has shadow with #D48DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48DA5.

Preview

Color preview on black background

This text has color #D48DA5 on black background.


Color preview on white background

This text has color #D48DA5 on white background.


Black color preview on #D48DA5 background

This text has black color on #D48DA5 background.


White color preview on #D48DA5 background

This text has white color on #D48DA5 background.


Related colors

Complementary color

Complementary color for #hex is #2B725A.


I love getcolorcode.com

Triadic colors

1 #A5D48D and #8DA5D4 with #D48DA5 are triadic colors.

2 #A58DD4 and #8DD4A5 with #D48DA5 are triadic colors.