COLOR #D294A4

HEX: #D294A4
RGB: (210,148,164)

Color info

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

RGB color model

#D294A4 color RGB value is (210,148,164).

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

RGB channels and saturation

R 210 of 255 = 82%
G 148 of 255 = 58%
B 164 of 255 = 64%

210
148
164

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

Portions of RGB colors in percentages

R + G + B =
210 + 148 + 164 = 522 (100%)
R 210 of 522 ~ 40.23%
G 148 of 522 ~ 28.35%
B 164 of 522 ~ 31.42%

%40.23
%28.35
%31.42

CMYK color model

#D294A4 color CMYK value is (0,30,22,18).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 21.90%
  • key color value is 17.65%
CMYK:
(0,30,22,18)
C0M30Y22K18 
(0%,30%,22%,18%)
(0.00/0.30/0.22/0.18)	

CMYK percentages

%0
%29.52
%21.9
%17.65

Codes

Color #D294A4 in popluar color models

D294A4
RGB210148164
HSL345°40.79%70.20%
HSB/HSV345°29.52%82.35%
CMYK0.00%29.52%21.90%
17.65%

Color #D294A4 in popluar number systems.

HEXD294A4
Decimal210148164
Binary110100101001010010100100
Octal322224244

Shades and tints

Shades of #D294A4

#D294A4
(210,148,164)
#BF8796
(191,135,150)
#AC7A88
(172,122,136)
#996D7A
(153,109,122)
#86606C
(134,96,108)
#73535E
(115,83,94)
#604650
(96,70,80)
#4D3942
(77,57,66)
#3A2C34
(58,44,52)
#271F26
(39,31,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #D294A4

#D294A4
(210,148,164)
#D69DAC
(214,157,172)
#DAA6B4
(218,166,180)
#DEAFBC
(222,175,188)
#E2B8C4
(226,184,196)
#E6C1CC
(230,193,204)
#EACAD4
(234,202,212)
#EED3DC
(238,211,220)
#F2DCE4
(242,220,228)
#F6E5EC
(246,229,236)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D294A4; }

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

This text font color is #D294A4.


Background Color

.myBgColor { background-color: #D294A4; }

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

This div background color is #D294A4.


Border color

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

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

This div border color is #D294A4.


Opacity

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

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

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

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

This text has shadow with #D294A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D294A4 on black background.


Color preview on white background

This text has color #D294A4 on white background.



Black color preview on #D294A4 background

This text has black color on #D294A4 background.


White color preview on #D294A4 background

This text has white color on #D294A4 background.