COLOR #D1607D

HEX: #D1607D
RGB: (209,96,125)

Color info

#D1607D contains mainly red color. Web safe color of #D1607D is #CC6666 (or #C66).

RGB color model

#D1607D color RGB value is (209,96,125).

  • red value is 209;
  • green value is 96;
  • blue value is 125.
RGB:
(209,96,125)
(82%,38%,49%)

RGB channels and saturation

R 209 of 255 = 82%
G 96 of 255 = 38%
B 125 of 255 = 49%

209
96
125

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

Portions of RGB colors in percentages

R + G + B =
209 + 96 + 125 = 430 (100%)
R 209 of 430 ~ 48.6%
G 96 of 430 ~ 22.33%
B 125 of 430 ~ 29.07%

%48.6
%22.33
%29.07

CMYK color model

#D1607D color CMYK value is (0,54,40,18).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 40.19%
  • key color value is 18.04%
CMYK:
(0,54,40,18)
C0M54Y40K18 
(0%,54%,40%,18%)
(0.00/0.54/0.40/0.18)	

CMYK percentages

%0
%54.07
%40.19
%18.04

Codes

Color #D1607D in popluar color models

D1607D
RGB20996125
HSL345°55.12%59.80%
HSB/HSV345°54.07%81.96%
CMYK0.00%54.07%40.19%
18.04%

Color #D1607D in popluar number systems.

HEXD1607D
Decimal20996125
Binary1101000111000001111101
Octal321140175

Shades and tints

Shades of #D1607D

#D1607D
(209,96,125)
#BE5872
(190,88,114)
#AB5067
(171,80,103)
#98485C
(152,72,92)
#854051
(133,64,81)
#723846
(114,56,70)
#5F303B
(95,48,59)
#4C2830
(76,40,48)
#392025
(57,32,37)
#26181A
(38,24,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #D1607D

#D1607D
(209,96,125)
#D56E88
(213,110,136)
#D97C93
(217,124,147)
#DD8A9E
(221,138,158)
#E198A9
(225,152,169)
#E5A6B4
(229,166,180)
#E9B4BF
(233,180,191)
#EDC2CA
(237,194,202)
#F1D0D5
(241,208,213)
#F5DEE0
(245,222,224)
#F9ECEB
(249,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1607D color. Also use rgb(209,96,125) instead hex code.

Text Font Color

.myTextColor { color: #D1607D; }

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

This text font color is #D1607D.


Background Color

.myBgColor { background-color: #D1607D; }

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

This div background color is #D1607D.


Border color

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

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

This div border color is #D1607D.


Opacity

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

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

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

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

This text has shadow with #D1607D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1607D on black background.


Color preview on white background

This text has color #D1607D on white background.



Black color preview on #D1607D background

This text has black color on #D1607D background.


White color preview on #D1607D background

This text has white color on #D1607D background.