COLOR #D1007F

HEX: #D1007F
RGB: (209,0,127)

Color info

#D1007F contains mainly red color. Web safe color of #D1007F is #CC0066 (or #C06).

RGB color model

#D1007F color RGB value is (209,0,127).

  • red value is 209;
  • green value is 0;
  • blue value is 127.
RGB:
(209,0,127)
(82%,0%,50%)

RGB channels and saturation

R 209 of 255 = 82%
G 0 of 255 = 0%
B 127 of 255 = 50%

209
0
127

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

Portions of RGB colors in percentages

R + G + B =
209 + 0 + 127 = 336 (100%)
R 209 of 336 ~ 62.2%
G 0 of 336 ~ 0%
B 127 of 336 ~ 37.8%

%62.2
%37.8

CMYK color model

#D1007F color CMYK value is (0,100,39,18).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 39.23%
  • key color value is 18.04%
CMYK:
(0,100,39,18)
C0M100Y39K18 
(0%,100%,39%,18%)
(0.00/1.00/0.39/0.18)	

CMYK percentages

%0
%100
%39.23
%18.04

Codes

Color #D1007F in popluar color models

D1007F
RGB2090127
HSL324°100.00%40.98%
HSB/HSV324°100.00%81.96%
CMYK0.00%100.00%39.23%
18.04%

Color #D1007F in popluar number systems.

HEXD1007F
Decimal2090127
Binary1101000101111111
Octal3210177

Shades and tints

Shades of #D1007F

#D1007F
(209,0,127)
#BE0074
(190,0,116)
#AB0069
(171,0,105)
#98005E
(152,0,94)
#850053
(133,0,83)
#720048
(114,0,72)
#5F003D
(95,0,61)
#4C0032
(76,0,50)
#390027
(57,0,39)
#26001C
(38,0,28)
#130011
(19,0,17)
#000000
(0,0,0)

Tints of #D1007F

#D1007F
(209,0,127)
#D5178A
(213,23,138)
#D92E95
(217,46,149)
#DD45A0
(221,69,160)
#E15CAB
(225,92,171)
#E573B6
(229,115,182)
#E98AC1
(233,138,193)
#EDA1CC
(237,161,204)
#F1B8D7
(241,184,215)
#F5CFE2
(245,207,226)
#F9E6ED
(249,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1007F color. Also use rgb(209,0,127) instead hex code.

Text Font Color

.myTextColor { color: #D1007F; }

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

This text font color is #D1007F.


Background Color

.myBgColor { background-color: #D1007F; }

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

This div background color is #D1007F.


Border color

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

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

This div border color is #D1007F.


Opacity

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

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

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

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

This text has shadow with #D1007F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1007F on black background.


Color preview on white background

This text has color #D1007F on white background.



Black color preview on #D1007F background

This text has black color on #D1007F background.


White color preview on #D1007F background

This text has white color on #D1007F background.