COLOR #D10D5E

HEX: #D10D5E
RGB: (209,13,94)

Color info

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

RGB color model

#D10D5E color RGB value is (209,13,94).

  • red value is 209;
  • green value is 13;
  • blue value is 94.
RGB:
(209,13,94)
(82%,5%,37%)

RGB channels and saturation

R 209 of 255 = 82%
G 13 of 255 = 5%
B 94 of 255 = 37%

209
13
94

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

Portions of RGB colors in percentages

R + G + B =
209 + 13 + 94 = 316 (100%)
R 209 of 316 ~ 66.14%
G 13 of 316 ~ 4.11%
B 94 of 316 ~ 29.75%

%66.14
%29.75

CMYK color model

#D10D5E color CMYK value is (0,94,55,18).

  • cyan value is 0.00%
  • magenta value is 93.78%
  • yellow value is 55.02%
  • key color value is 18.04%
CMYK:
(0,94,55,18)
C0M94Y55K18 
(0%,94%,55%,18%)
(0.00/0.94/0.55/0.18)	

CMYK percentages

%0
%93.78
%55.02
%18.04

Codes

Color #D10D5E in popluar color models

D10D5E
RGB2091394
HSL335°88.29%43.53%
HSB/HSV335°93.78%81.96%
CMYK0.00%93.78%55.02%
18.04%

Color #D10D5E in popluar number systems.

HEXD10D5E
Decimal2091394
Binary1101000111011011110
Octal32115136

Shades and tints

Shades of #D10D5E

#D10D5E
(209,13,94)
#BE0C56
(190,12,86)
#AB0B4E
(171,11,78)
#980A46
(152,10,70)
#85093E
(133,9,62)
#720836
(114,8,54)
#5F072E
(95,7,46)
#4C0626
(76,6,38)
#39051E
(57,5,30)
#260416
(38,4,22)
#13030E
(19,3,14)
#000000
(0,0,0)

Tints of #D10D5E

#D10D5E
(209,13,94)
#D5236C
(213,35,108)
#D9397A
(217,57,122)
#DD4F88
(221,79,136)
#E16596
(225,101,150)
#E57BA4
(229,123,164)
#E991B2
(233,145,178)
#EDA7C0
(237,167,192)
#F1BDCE
(241,189,206)
#F5D3DC
(245,211,220)
#F9E9EA
(249,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D10D5E color. Also use rgb(209,13,94) instead hex code.

Text Font Color

.myTextColor { color: #D10D5E; }

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

This text font color is #D10D5E.


Background Color

.myBgColor { background-color: #D10D5E; }

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

This div background color is #D10D5E.


Border color

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

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

This div border color is #D10D5E.


Opacity

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

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

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

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

This text has shadow with #D10D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D10D5E on black background.


Color preview on white background

This text has color #D10D5E on white background.



Black color preview on #D10D5E background

This text has black color on #D10D5E background.


White color preview on #D10D5E background

This text has white color on #D10D5E background.