COLOR #D174A8

HEX: #D174A8
RGB: (209,116,168)

Color info

#D174A8 contains mainly red and blue colors. Web safe color of #D174A8 is #CC6699 (or #C69).

RGB color model

#D174A8 color RGB value is (209,116,168).

  • red value is 209;
  • green value is 116;
  • blue value is 168.
RGB:
(209,116,168)
(82%,45%,66%)

RGB channels and saturation

R 209 of 255 = 82%
G 116 of 255 = 45%
B 168 of 255 = 66%

209
116
168

R + G + B ~ 64%. #D174A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 116 + 168 = 493 (100%)
R 209 of 493 ~ 42.39%
G 116 of 493 ~ 23.53%
B 168 of 493 ~ 34.08%

%42.39
%23.53
%34.08

CMYK color model

#D174A8 color CMYK value is (0,44,20,18).

  • cyan value is 0.00%
  • magenta value is 44.50%
  • yellow value is 19.62%
  • key color value is 18.04%
CMYK:
(0,44,20,18)
C0M44Y20K18 
(0%,44%,20%,18%)
(0.00/0.44/0.20/0.18)	

CMYK percentages

%0
%44.5
%19.62
%18.04

Codes

Color #D174A8 in popluar color models

D174A8
RGB209116168
HSL326°50.27%63.73%
HSB/HSV326°44.50%81.96%
CMYK0.00%44.50%19.62%
18.04%

Color #D174A8 in popluar number systems.

HEXD174A8
Decimal209116168
Binary11010001111010010101000
Octal321164250

Shades and tints

Shades of #D174A8

#D174A8
(209,116,168)
#BE6A99
(190,106,153)
#AB608A
(171,96,138)
#98567B
(152,86,123)
#854C6C
(133,76,108)
#72425D
(114,66,93)
#5F384E
(95,56,78)
#4C2E3F
(76,46,63)
#392430
(57,36,48)
#261A21
(38,26,33)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #D174A8

#D174A8
(209,116,168)
#D580AF
(213,128,175)
#D98CB6
(217,140,182)
#DD98BD
(221,152,189)
#E1A4C4
(225,164,196)
#E5B0CB
(229,176,203)
#E9BCD2
(233,188,210)
#EDC8D9
(237,200,217)
#F1D4E0
(241,212,224)
#F5E0E7
(245,224,231)
#F9ECEE
(249,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D174A8 color. Also use rgb(209,116,168) instead hex code.

Text Font Color

.myTextColor { color: #D174A8; }

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

This text font color is #D174A8.


Background Color

.myBgColor { background-color: #D174A8; }

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

This div background color is #D174A8.


Border color

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

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

This div border color is #D174A8.


Opacity

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

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

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

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

This text has shadow with #D174A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D174A8 on black background.


Color preview on white background

This text has color #D174A8 on white background.



Black color preview on #D174A8 background

This text has black color on #D174A8 background.


White color preview on #D174A8 background

This text has white color on #D174A8 background.