COLOR #D48091

HEX: #D48091
RGB: (212,128,145)

Color info

#D48091 contains mainly red color. Web safe color of #D48091 is #CC6699 (or #C69).

RGB color model

#D48091 color RGB value is (212,128,145).

  • red value is 212;
  • green value is 128;
  • blue value is 145.
RGB:
(212,128,145)
(83%,50%,57%)

RGB channels and saturation

R 212 of 255 = 83%
G 128 of 255 = 50%
B 145 of 255 = 57%

212
128
145

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

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 145 = 485 (100%)
R 212 of 485 ~ 43.71%
G 128 of 485 ~ 26.39%
B 145 of 485 ~ 29.9%

%43.71
%26.39
%29.9

CMYK color model

#D48091 color CMYK value is (0,40,32,17).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 31.60%
  • key color value is 16.86%
CMYK:
(0,40,32,17)
C0M40Y32K17 
(0%,40%,32%,17%)
(0.00/0.40/0.32/0.17)	

CMYK percentages

%0
%39.62
%31.6
%16.86

Codes

Color #D48091 in popluar color models

D48091
RGB212128145
HSL348°49.41%66.67%
HSB/HSV348°39.62%83.14%
CMYK0.00%39.62%31.60%
16.86%

Color #D48091 in popluar number systems.

HEXD48091
Decimal212128145
Binary110101001000000010010001
Octal324200221

Shades and tints

Shades of #D48091

#D48091
(212,128,145)
#C17584
(193,117,132)
#AE6A77
(174,106,119)
#9B5F6A
(155,95,106)
#88545D
(136,84,93)
#754950
(117,73,80)
#623E43
(98,62,67)
#4F3336
(79,51,54)
#3C2829
(60,40,41)
#291D1C
(41,29,28)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #D48091

#D48091
(212,128,145)
#D78B9B
(215,139,155)
#DA96A5
(218,150,165)
#DDA1AF
(221,161,175)
#E0ACB9
(224,172,185)
#E3B7C3
(227,183,195)
#E6C2CD
(230,194,205)
#E9CDD7
(233,205,215)
#ECD8E1
(236,216,225)
#EFE3EB
(239,227,235)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48091 color. Also use rgb(212,128,145) instead hex code.

Text Font Color

.myTextColor { color: #D48091; }

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

This text font color is #D48091.


Background Color

.myBgColor { background-color: #D48091; }

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

This div background color is #D48091.


Border color

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

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

This div border color is #D48091.


Opacity

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

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

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

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

This text has shadow with #D48091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48091 on black background.


Color preview on white background

This text has color #D48091 on white background.



Black color preview on #D48091 background

This text has black color on #D48091 background.


White color preview on #D48091 background

This text has white color on #D48091 background.