COLOR #D294A0

HEX: #D294A0
RGB: (210,148,160)

Color info

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

RGB color model

#D294A0 color RGB value is (210,148,160).

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

RGB channels and saturation

R 210 of 255 = 82%
G 148 of 255 = 58%
B 160 of 255 = 63%

210
148
160

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

Portions of RGB colors in percentages

R + G + B =
210 + 148 + 160 = 518 (100%)
R 210 of 518 ~ 40.54%
G 148 of 518 ~ 28.57%
B 160 of 518 ~ 30.89%

%40.54
%28.57
%30.89

CMYK color model

#D294A0 color CMYK value is (0,30,24,18).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 23.81%
  • key color value is 17.65%
CMYK:
(0,30,24,18)
C0M30Y24K18 
(0%,30%,24%,18%)
(0.00/0.30/0.24/0.18)	

CMYK percentages

%0
%29.52
%23.81
%17.65

Codes

Color #D294A0 in popluar color models

D294A0
RGB210148160
HSL348°40.79%70.20%
HSB/HSV348°29.52%82.35%
CMYK0.00%29.52%23.81%
17.65%

Color #D294A0 in popluar number systems.

HEXD294A0
Decimal210148160
Binary110100101001010010100000
Octal322224240

Shades and tints

Shades of #D294A0

#D294A0
(210,148,160)
#BF8792
(191,135,146)
#AC7A84
(172,122,132)
#996D76
(153,109,118)
#866068
(134,96,104)
#73535A
(115,83,90)
#60464C
(96,70,76)
#4D393E
(77,57,62)
#3A2C30
(58,44,48)
#271F22
(39,31,34)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #D294A0

#D294A0
(210,148,160)
#D69DA8
(214,157,168)
#DAA6B0
(218,166,176)
#DEAFB8
(222,175,184)
#E2B8C0
(226,184,192)
#E6C1C8
(230,193,200)
#EACAD0
(234,202,208)
#EED3D8
(238,211,216)
#F2DCE0
(242,220,224)
#F6E5E8
(246,229,232)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D294A0; }

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

This text font color is #D294A0.


Background Color

.myBgColor { background-color: #D294A0; }

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

This div background color is #D294A0.


Border color

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

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

This div border color is #D294A0.


Opacity

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

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

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

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

This text has shadow with #D294A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D294A0 on black background.


Color preview on white background

This text has color #D294A0 on white background.



Black color preview on #D294A0 background

This text has black color on #D294A0 background.


White color preview on #D294A0 background

This text has white color on #D294A0 background.