COLOR #D694A8

HEX: #D694A8
RGB: (214,148,168)

Color info

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

RGB color model

#D694A8 color RGB value is (214,148,168).

  • red value is 214;
  • green value is 148;
  • blue value is 168.
RGB:
(214,148,168)
(84%,58%,66%)

RGB channels and saturation

R 214 of 255 = 84%
G 148 of 255 = 58%
B 168 of 255 = 66%

214
148
168

R + G + B ~ 69%. #D694A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 148 + 168 = 530 (100%)
R 214 of 530 ~ 40.38%
G 148 of 530 ~ 27.92%
B 168 of 530 ~ 31.7%

%40.38
%27.92
%31.7

CMYK color model

#D694A8 color CMYK value is (0,31,21,16).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 21.50%
  • key color value is 16.08%
CMYK:
(0,31,21,16)
C0M31Y21K16 
(0%,31%,21%,16%)
(0.00/0.31/0.21/0.16)	

CMYK percentages

%0
%30.84
%21.5
%16.08

Codes

Color #D694A8 in popluar color models

D694A8
RGB214148168
HSL342°44.59%70.98%
HSB/HSV342°30.84%83.92%
CMYK0.00%30.84%21.50%
16.08%

Color #D694A8 in popluar number systems.

HEXD694A8
Decimal214148168
Binary110101101001010010101000
Octal326224250

Shades and tints

Shades of #D694A8

#D694A8
(214,148,168)
#C38799
(195,135,153)
#B07A8A
(176,122,138)
#9D6D7B
(157,109,123)
#8A606C
(138,96,108)
#77535D
(119,83,93)
#64464E
(100,70,78)
#51393F
(81,57,63)
#3E2C30
(62,44,48)
#2B1F21
(43,31,33)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #D694A8

#D694A8
(214,148,168)
#D99DAF
(217,157,175)
#DCA6B6
(220,166,182)
#DFAFBD
(223,175,189)
#E2B8C4
(226,184,196)
#E5C1CB
(229,193,203)
#E8CAD2
(232,202,210)
#EBD3D9
(235,211,217)
#EEDCE0
(238,220,224)
#F1E5E7
(241,229,231)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D694A8 color. Also use rgb(214,148,168) instead hex code.

Text Font Color

.myTextColor { color: #D694A8; }

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

This text font color is #D694A8.


Background Color

.myBgColor { background-color: #D694A8; }

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

This div background color is #D694A8.


Border color

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

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

This div border color is #D694A8.


Opacity

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

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

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

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

This text has shadow with #D694A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D694A8 on black background.


Color preview on white background

This text has color #D694A8 on white background.



Black color preview on #D694A8 background

This text has black color on #D694A8 background.


White color preview on #D694A8 background

This text has white color on #D694A8 background.