COLOR #D12D7E

HEX: #D12D7E RGB: (209,45,126)

Color info

#D12D7E contains mainly red color. Web safe color of #D12D7E is #CC3366 (or #C36).

RGB color model

#D12D7E color RGB value is (209,45,126).

RGB: (209,45,126) (82%, 18%, 49%)

RGB channels and saturation

R 209 of 255 = 82%
G 45 of 255 = 18%
B 126 of 255 = 49%

209
45
126

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

Portions of RGB colors in percentages

R + G + B = 209 + 45 + 126 = 380 (100%)
R 209 of 380 ~ 55%
G 45 of 380 ~ 11.84%
B 126 of 380 ~ 33.16'%

%55
%11.84
%33.16

CMYK color model

#D12D7E color CMYK value is (0,78,40,18).

  • cyan value is 0.00%
  • magenta value is 78.47%
  • yellow value is 39.71%
  • key color value is 18.04%
CMYK: (0,78,40,18) C0M78Y40K18 (0%,78%,40%,18%) (0.00/0.78/0.40/0.18) 

CMYK percentages

%0
%78.47
%39.71
%18.04

Codes

Color #D12D7E in popluar color models

D1 2D 7E
RGB 209 45 126
HSL 330° 64.57% 49.80%
HSB/HSV 330° 78.47% 81.96%
CMYK 0.00% 78.47% 39.71%
18.04%

Color #D12D7E in popluar number systems.

HEX D1 2D 7E
Decimal 209 45 126
Binary 11010001 101101 1111110
Octal 321 55 176

Shades and tints

Shades of #D12D7E

#D12D7E
(209,45,126)
#BE2973
(190,41,115)
#AB2568
(171,37,104)
#98215D
(152,33,93)
#851D52
(133,29,82)
#721947
(114,25,71)
#5F153C
(95,21,60)
#4C1131
(76,17,49)
#390D26
(57,13,38)
#26091B
(38,9,27)
#130510
(19,5,16)
#000000
(0,0,0)

Tints of #D12D7E

#D12D7E
(209,45,126)
#D54089
(213,64,137)
#D95394
(217,83,148)
#DD669F
(221,102,159)
#E179AA
(225,121,170)
#E58CB5
(229,140,181)
#E99FC0
(233,159,192)
#EDB2CB
(237,178,203)
#F1C5D6
(241,197,214)
#F5D8E1
(245,216,225)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D12D7E color. Also use rgb(209,45,126) instead hex code.

Text Font Color

.myTextColor { color: #D12D7E; }

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

This text font color is #D12D7E.

Background Color

.myBgColor { background-color: #D12D7E; }

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

This div background color is #D12D7E.

Border color

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

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

This div border color is #D12D7E.

Opacity

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

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

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

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

This text has shadow with #D12D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D12D7E.

Preview

Color preview on black background

This text has color #D12D7E on black background.


Color preview on white background

This text has color #D12D7E on white background.


Black color preview on #D12D7E background

This text has black color on #D12D7E background.


White color preview on #D12D7E background

This text has white color on #D12D7E background.


Related colors

Complementary color

Complementary color for #hex is #2ED281.


I love getcolorcode.com

Triadic colors

1 #7ED12D and #2D7ED1 with #D12D7E are triadic colors.

2 #7E2DD1 and #2DD17E with #D12D7E are triadic colors.