COLOR #D1127B

HEX: #D1127B
RGB: (209,18,123)

Color info

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

RGB color model

#D1127B color RGB value is (209,18,123).

  • red value is 209;
  • green value is 18;
  • blue value is 123.
RGB:
(209,18,123)
(82%,7%,48%)

RGB channels and saturation

R 209 of 255 = 82%
G 18 of 255 = 7%
B 123 of 255 = 48%

209
18
123

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

Portions of RGB colors in percentages

R + G + B =
209 + 18 + 123 = 350 (100%)
R 209 of 350 ~ 59.71%
G 18 of 350 ~ 5.14%
B 123 of 350 ~ 35.14%

%59.71
%35.14

CMYK color model

#D1127B color CMYK value is (0,91,41,18).

  • cyan value is 0.00%
  • magenta value is 91.39%
  • yellow value is 41.15%
  • key color value is 18.04%
CMYK:
(0,91,41,18)
C0M91Y41K18 
(0%,91%,41%,18%)
(0.00/0.91/0.41/0.18)	

CMYK percentages

%0
%91.39
%41.15
%18.04

Codes

Color #D1127B in popluar color models

D1127B
RGB20918123
HSL327°84.14%44.51%
HSB/HSV327°91.39%81.96%
CMYK0.00%91.39%41.15%
18.04%

Color #D1127B in popluar number systems.

HEXD1127B
Decimal20918123
Binary11010001100101111011
Octal32122173

Shades and tints

Shades of #D1127B

#D1127B
(209,18,123)
#BE1170
(190,17,112)
#AB1065
(171,16,101)
#980F5A
(152,15,90)
#850E4F
(133,14,79)
#720D44
(114,13,68)
#5F0C39
(95,12,57)
#4C0B2E
(76,11,46)
#390A23
(57,10,35)
#260918
(38,9,24)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #D1127B

#D1127B
(209,18,123)
#D52787
(213,39,135)
#D93C93
(217,60,147)
#DD519F
(221,81,159)
#E166AB
(225,102,171)
#E57BB7
(229,123,183)
#E990C3
(233,144,195)
#EDA5CF
(237,165,207)
#F1BADB
(241,186,219)
#F5CFE7
(245,207,231)
#F9E4F3
(249,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1127B color. Also use rgb(209,18,123) instead hex code.

Text Font Color

.myTextColor { color: #D1127B; }

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

This text font color is #D1127B.


Background Color

.myBgColor { background-color: #D1127B; }

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

This div background color is #D1127B.


Border color

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

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

This div border color is #D1127B.


Opacity

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

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

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

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

This text has shadow with #D1127B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1127B on black background.


Color preview on white background

This text has color #D1127B on white background.



Black color preview on #D1127B background

This text has black color on #D1127B background.


White color preview on #D1127B background

This text has white color on #D1127B background.