COLOR #D27994

HEX: #D27994
RGB: (210,121,148)

Color info

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

RGB color model

#D27994 color RGB value is (210,121,148).

  • red value is 210;
  • green value is 121;
  • blue value is 148.
RGB:
(210,121,148)
(82%,47%,58%)

RGB channels and saturation

R 210 of 255 = 82%
G 121 of 255 = 47%
B 148 of 255 = 58%

210
121
148

R + G + B ~ 62%. #D27994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 121 + 148 = 479 (100%)
R 210 of 479 ~ 43.84%
G 121 of 479 ~ 25.26%
B 148 of 479 ~ 30.9%

%43.84
%25.26
%30.9

CMYK color model

#D27994 color CMYK value is (0,42,30,18).

  • cyan value is 0.00%
  • magenta value is 42.38%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK:
(0,42,30,18)
C0M42Y30K18 
(0%,42%,30%,18%)
(0.00/0.42/0.30/0.18)	

CMYK percentages

%0
%42.38
%29.52
%17.65

Codes

Color #D27994 in popluar color models

D27994
RGB210121148
HSL342°49.72%64.90%
HSB/HSV342°42.38%82.35%
CMYK0.00%42.38%29.52%
17.65%

Color #D27994 in popluar number systems.

HEXD27994
Decimal210121148
Binary11010010111100110010100
Octal322171224

Shades and tints

Shades of #D27994

#D27994
(210,121,148)
#BF6E87
(191,110,135)
#AC637A
(172,99,122)
#99586D
(153,88,109)
#864D60
(134,77,96)
#734253
(115,66,83)
#603746
(96,55,70)
#4D2C39
(77,44,57)
#3A212C
(58,33,44)
#27161F
(39,22,31)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #D27994

#D27994
(210,121,148)
#D6859D
(214,133,157)
#DA91A6
(218,145,166)
#DE9DAF
(222,157,175)
#E2A9B8
(226,169,184)
#E6B5C1
(230,181,193)
#EAC1CA
(234,193,202)
#EECDD3
(238,205,211)
#F2D9DC
(242,217,220)
#F6E5E5
(246,229,229)
#FAF1EE
(250,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27994 color. Also use rgb(210,121,148) instead hex code.

Text Font Color

.myTextColor { color: #D27994; }

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

This text font color is #D27994.


Background Color

.myBgColor { background-color: #D27994; }

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

This div background color is #D27994.


Border color

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

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

This div border color is #D27994.


Opacity

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

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

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

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

This text has shadow with #D27994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27994 on black background.


Color preview on white background

This text has color #D27994 on white background.



Black color preview on #D27994 background

This text has black color on #D27994 background.


White color preview on #D27994 background

This text has white color on #D27994 background.