COLOR #D12D65

HEX: #D12D65
RGB: (209,45,101)

Color info

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

RGB color model

#D12D65 color RGB value is (209,45,101).

  • red value is 209;
  • green value is 45;
  • blue value is 101.
RGB:
(209,45,101)
(82%,18%,40%)

RGB channels and saturation

R 209 of 255 = 82%
G 45 of 255 = 18%
B 101 of 255 = 40%

209
45
101

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

Portions of RGB colors in percentages

R + G + B =
209 + 45 + 101 = 355 (100%)
R 209 of 355 ~ 58.87%
G 45 of 355 ~ 12.68%
B 101 of 355 ~ 28.45%

%58.87
%12.68
%28.45

CMYK color model

#D12D65 color CMYK value is (0,78,52,18).

  • cyan value is 0.00%
  • magenta value is 78.47%
  • yellow value is 51.67%
  • key color value is 18.04%
CMYK:
(0,78,52,18)
C0M78Y52K18 
(0%,78%,52%,18%)
(0.00/0.78/0.52/0.18)	

CMYK percentages

%0
%78.47
%51.67
%18.04

Codes

Color #D12D65 in popluar color models

D12D65
RGB20945101
HSL340°64.57%49.80%
HSB/HSV340°78.47%81.96%
CMYK0.00%78.47%51.67%
18.04%

Color #D12D65 in popluar number systems.

HEXD12D65
Decimal20945101
Binary110100011011011100101
Octal32155145

Shades and tints

Shades of #D12D65

#D12D65
(209,45,101)
#BE295C
(190,41,92)
#AB2553
(171,37,83)
#98214A
(152,33,74)
#851D41
(133,29,65)
#721938
(114,25,56)
#5F152F
(95,21,47)
#4C1126
(76,17,38)
#390D1D
(57,13,29)
#260914
(38,9,20)
#13050B
(19,5,11)
#000000
(0,0,0)

Tints of #D12D65

#D12D65
(209,45,101)
#D54073
(213,64,115)
#D95381
(217,83,129)
#DD668F
(221,102,143)
#E1799D
(225,121,157)
#E58CAB
(229,140,171)
#E99FB9
(233,159,185)
#EDB2C7
(237,178,199)
#F1C5D5
(241,197,213)
#F5D8E3
(245,216,227)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D12D65; }

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

This text font color is #D12D65.


Background Color

.myBgColor { background-color: #D12D65; }

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

This div background color is #D12D65.


Border color

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

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

This div border color is #D12D65.


Opacity

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

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

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

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

This text has shadow with #D12D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D12D65 on black background.


Color preview on white background

This text has color #D12D65 on white background.



Black color preview on #D12D65 background

This text has black color on #D12D65 background.


White color preview on #D12D65 background

This text has white color on #D12D65 background.