COLOR #D48FB4

HEX: #D48FB4 RGB: (212,143,180)

Color info

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

RGB color model

#D48FB4 color RGB value is (212,143,180).

RGB: (212,143,180) (83%, 56%, 71%)

RGB channels and saturation

R 212 of 255 = 83%
G 143 of 255 = 56%
B 180 of 255 = 71%

212
143
180

R + G + B ~ 70%. #D48FB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 143 + 180 = 535 (100%)
R 212 of 535 ~ 39.63%
G 143 of 535 ~ 26.73%
B 180 of 535 ~ 33.64'%

%39.63
%26.73
%33.64

CMYK color model

#D48FB4 color CMYK value is (0,33,15,17).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 15.09%
  • key color value is 16.86%

CMYK: (0,33,15,17)
C0M33Y15K17 (0%, 33%, 15%, 17%)
(0.00 / 0.33 / 0.15 / 0.17)

CMYK percentages

%0
%32.55
%15.09
%16.86

Codes

Color #D48FB4 in popluar color models

D4 8F B4
RGB 212 143 180
HSL 328° 44.52% 69.61%
HSB/HSV 328° 32.55% 83.14%
CMYK 0.00% 32.55% 15.09%
16.86%

Color #D48FB4 in popluar number systems.

HEX D4 8F B4
Decimal 212 143 180
Binary 11010100 10001111 10110100
Octal 324 217 264

Shades and tints

Shades of #D48FB4

#D48FB4
(212,143,180)
#C182A4
(193,130,164)
#AE7594
(174,117,148)
#9B6884
(155,104,132)
#885B74
(136,91,116)
#754E64
(117,78,100)
#624154
(98,65,84)
#4F3444
(79,52,68)
#3C2734
(60,39,52)
#291A24
(41,26,36)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #D48FB4

#D48FB4
(212,143,180)
#D799BA
(215,153,186)
#DAA3C0
(218,163,192)
#DDADC6
(221,173,198)
#E0B7CC
(224,183,204)
#E3C1D2
(227,193,210)
#E6CBD8
(230,203,216)
#E9D5DE
(233,213,222)
#ECDFE4
(236,223,228)
#EFE9EA
(239,233,234)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48FB4 color. Also use rgb(212,143,180) instead hex code.

Text Font Color

.myTextColor { color: #D48FB4; }

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

This text font color is #D48FB4.

Background Color

.myBgColor { background-color: #D48FB4; }

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

This div background color is #D48FB4.

Border color

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

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

This div border color is #D48FB4.

Opacity

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

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

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

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

This text has shadow with #D48FB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48FB4.

Preview

Color preview on black background

This text has color #D48FB4 on black background.


Color preview on white background

This text has color #D48FB4 on white background.


Black color preview on #D48FB4 background

This text has black color on #D48FB4 background.


White color preview on #D48FB4 background

This text has white color on #D48FB4 background.


Related colors

Complementary color

Complementary color for #hex is #2B704B.


I love getcolorcode.com

Triadic colors

1 #B4D48F and #8FB4D4 with #D48FB4 are triadic colors.

2 #B48FD4 and #8FD4B4 with #D48FB4 are triadic colors.