COLOR #D12E7D

HEX: #D12E7D RGB: (209,46,125)

Color info

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

RGB color model

#D12E7D color RGB value is (209,46,125).

RGB: (209,46,125) (82%, 18%, 49%)

RGB channels and saturation

R 209 of 255 = 82%
G 46 of 255 = 18%
B 125 of 255 = 49%

209
46
125

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

Portions of RGB colors in percentages

R + G + B = 209 + 46 + 125 = 380 (100%)
R 209 of 380 ~ 55%
G 46 of 380 ~ 12.11%
B 125 of 380 ~ 32.89'%

%55
%12.11
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 77.99%
  • yellow value is 40.19%
  • 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
%77.99
%40.19
%18.04

Codes

Color #D12E7D in popluar color models

D1 2E 7D
RGB 209 46 125
HSL 331° 63.92% 50.00%
HSB/HSV 331° 77.99% 81.96%
CMYK 0.00% 77.99% 40.19%
18.04%

Color #D12E7D in popluar number systems.

HEX D1 2E 7D
Decimal 209 46 125
Binary 11010001 101110 1111101
Octal 321 56 175

Shades and tints

Shades of #D12E7D

#D12E7D
(209,46,125)
#BE2A72
(190,42,114)
#AB2667
(171,38,103)
#98225C
(152,34,92)
#851E51
(133,30,81)
#721A46
(114,26,70)
#5F163B
(95,22,59)
#4C1230
(76,18,48)
#390E25
(57,14,37)
#260A1A
(38,10,26)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #D12E7D

#D12E7D
(209,46,125)
#D54188
(213,65,136)
#D95493
(217,84,147)
#DD679E
(221,103,158)
#E17AA9
(225,122,169)
#E58DB4
(229,141,180)
#E9A0BF
(233,160,191)
#EDB3CA
(237,179,202)
#F1C6D5
(241,198,213)
#F5D9E0
(245,217,224)
#F9ECEB
(249,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D12E7D; }

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

This text font color is #D12E7D.

Background Color

.myBgColor { background-color: #D12E7D; }

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

This div background color is #D12E7D.

Border color

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

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

This div border color is #D12E7D.

Opacity

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

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

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

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

This text has shadow with #D12E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D12E7D.

Preview

Color preview on black background

This text has color #D12E7D on black background.


Color preview on white background

This text has color #D12E7D on white background.


Black color preview on #D12E7D background

This text has black color on #D12E7D background.


White color preview on #D12E7D background

This text has white color on #D12E7D background.


Related colors

Complementary color

Complementary color for #hex is #2ED182.


I love getcolorcode.com

Triadic colors

1 #7DD12E and #2E7DD1 with #D12E7D are triadic colors.

2 #7D2ED1 and #2ED17D with #D12E7D are triadic colors.