COLOR #D1638F

HEX: #D1638F
RGB: (209,99,143)

Color info

#D1638F contains mainly red color. Web safe color of #D1638F is #CC6699 (or #C69).

RGB color model

#D1638F color RGB value is (209,99,143).

  • red value is 209;
  • green value is 99;
  • blue value is 143.
RGB:
(209,99,143)
(82%,39%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 99 of 255 = 39%
B 143 of 255 = 56%

209
99
143

R + G + B ~ 59%. #D1638F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 99 + 143 = 451 (100%)
R 209 of 451 ~ 46.34%
G 99 of 451 ~ 21.95%
B 143 of 451 ~ 31.71%

%46.34
%21.95
%31.71

CMYK color model

#D1638F color CMYK value is (0,53,32,18).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 31.58%
  • key color value is 18.04%
CMYK:
(0,53,32,18)
C0M53Y32K18 
(0%,53%,32%,18%)
(0.00/0.53/0.32/0.18)	

CMYK percentages

%0
%52.63
%31.58
%18.04

Codes

Color #D1638F in popluar color models

D1638F
RGB20999143
HSL336°54.46%60.39%
HSB/HSV336°52.63%81.96%
CMYK0.00%52.63%31.58%
18.04%

Color #D1638F in popluar number systems.

HEXD1638F
Decimal20999143
Binary11010001110001110001111
Octal321143217

Shades and tints

Shades of #D1638F

#D1638F
(209,99,143)
#BE5A82
(190,90,130)
#AB5175
(171,81,117)
#984868
(152,72,104)
#853F5B
(133,63,91)
#72364E
(114,54,78)
#5F2D41
(95,45,65)
#4C2434
(76,36,52)
#391B27
(57,27,39)
#26121A
(38,18,26)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #D1638F

#D1638F
(209,99,143)
#D57199
(213,113,153)
#D97FA3
(217,127,163)
#DD8DAD
(221,141,173)
#E19BB7
(225,155,183)
#E5A9C1
(229,169,193)
#E9B7CB
(233,183,203)
#EDC5D5
(237,197,213)
#F1D3DF
(241,211,223)
#F5E1E9
(245,225,233)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1638F color. Also use rgb(209,99,143) instead hex code.

Text Font Color

.myTextColor { color: #D1638F; }

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

This text font color is #D1638F.


Background Color

.myBgColor { background-color: #D1638F; }

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

This div background color is #D1638F.


Border color

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

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

This div border color is #D1638F.


Opacity

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

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

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

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

This text has shadow with #D1638F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1638F on black background.


Color preview on white background

This text has color #D1638F on white background.



Black color preview on #D1638F background

This text has black color on #D1638F background.


White color preview on #D1638F background

This text has white color on #D1638F background.