COLOR #D17199

HEX: #D17199
RGB: (209,113,153)

Color info

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

RGB color model

#D17199 color RGB value is (209,113,153).

  • red value is 209;
  • green value is 113;
  • blue value is 153.
RGB:
(209,113,153)
(82%,44%,60%)

RGB channels and saturation

R 209 of 255 = 82%
G 113 of 255 = 44%
B 153 of 255 = 60%

209
113
153

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

Portions of RGB colors in percentages

R + G + B =
209 + 113 + 153 = 475 (100%)
R 209 of 475 ~ 44%
G 113 of 475 ~ 23.79%
B 153 of 475 ~ 32.21%

%44
%23.79
%32.21

CMYK color model

#D17199 color CMYK value is (0,46,27,18).

  • cyan value is 0.00%
  • magenta value is 45.93%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK:
(0,46,27,18)
C0M46Y27K18 
(0%,46%,27%,18%)
(0.00/0.46/0.27/0.18)	

CMYK percentages

%0
%45.93
%26.79
%18.04

Codes

Color #D17199 in popluar color models

D17199
RGB209113153
HSL335°51.06%63.14%
HSB/HSV335°45.93%81.96%
CMYK0.00%45.93%26.79%
18.04%

Color #D17199 in popluar number systems.

HEXD17199
Decimal209113153
Binary11010001111000110011001
Octal321161231

Shades and tints

Shades of #D17199

#D17199
(209,113,153)
#BE678C
(190,103,140)
#AB5D7F
(171,93,127)
#985372
(152,83,114)
#854965
(133,73,101)
#723F58
(114,63,88)
#5F354B
(95,53,75)
#4C2B3E
(76,43,62)
#392131
(57,33,49)
#261724
(38,23,36)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #D17199

#D17199
(209,113,153)
#D57DA2
(213,125,162)
#D989AB
(217,137,171)
#DD95B4
(221,149,180)
#E1A1BD
(225,161,189)
#E5ADC6
(229,173,198)
#E9B9CF
(233,185,207)
#EDC5D8
(237,197,216)
#F1D1E1
(241,209,225)
#F5DDEA
(245,221,234)
#F9E9F3
(249,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17199 color. Also use rgb(209,113,153) instead hex code.

Text Font Color

.myTextColor { color: #D17199; }

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

This text font color is #D17199.


Background Color

.myBgColor { background-color: #D17199; }

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

This div background color is #D17199.


Border color

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

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

This div border color is #D17199.


Opacity

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

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

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

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

This text has shadow with #D17199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17199 on black background.


Color preview on white background

This text has color #D17199 on white background.



Black color preview on #D17199 background

This text has black color on #D17199 background.


White color preview on #D17199 background

This text has white color on #D17199 background.