COLOR #D9127D

HEX: #D9127D
RGB: (217,18,125)

Color info

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

RGB color model

#D9127D color RGB value is (217,18,125).

  • red value is 217;
  • green value is 18;
  • blue value is 125.
RGB:
(217,18,125)
(85%,7%,49%)

RGB channels and saturation

R 217 of 255 = 85%
G 18 of 255 = 7%
B 125 of 255 = 49%

217
18
125

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

Portions of RGB colors in percentages

R + G + B =
217 + 18 + 125 = 360 (100%)
R 217 of 360 ~ 60.28%
G 18 of 360 ~ 5%
B 125 of 360 ~ 34.72%

%60.28
%34.72

CMYK color model

#D9127D color CMYK value is (0,92,42,15).

  • cyan value is 0.00%
  • magenta value is 91.71%
  • yellow value is 42.40%
  • key color value is 14.90%
CMYK:
(0,92,42,15)
C0M92Y42K15 
(0%,92%,42%,15%)
(0.00/0.92/0.42/0.15)	

CMYK percentages

%0
%91.71
%42.4
%14.9

Codes

Color #D9127D in popluar color models

D9127D
RGB21718125
HSL328°84.68%46.08%
HSB/HSV328°91.71%85.10%
CMYK0.00%91.71%42.40%
14.90%

Color #D9127D in popluar number systems.

HEXD9127D
Decimal21718125
Binary11011001100101111101
Octal33122175

Shades and tints

Shades of #D9127D

#D9127D
(217,18,125)
#C61172
(198,17,114)
#B31067
(179,16,103)
#A00F5C
(160,15,92)
#8D0E51
(141,14,81)
#7A0D46
(122,13,70)
#670C3B
(103,12,59)
#540B30
(84,11,48)
#410A25
(65,10,37)
#2E091A
(46,9,26)
#1B080F
(27,8,15)
#000000
(0,0,0)

Tints of #D9127D

#D9127D
(217,18,125)
#DC2788
(220,39,136)
#DF3C93
(223,60,147)
#E2519E
(226,81,158)
#E566A9
(229,102,169)
#E87BB4
(232,123,180)
#EB90BF
(235,144,191)
#EEA5CA
(238,165,202)
#F1BAD5
(241,186,213)
#F4CFE0
(244,207,224)
#F7E4EB
(247,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9127D color. Also use rgb(217,18,125) instead hex code.

Text Font Color

.myTextColor { color: #D9127D; }

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

This text font color is #D9127D.


Background Color

.myBgColor { background-color: #D9127D; }

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

This div background color is #D9127D.


Border color

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

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

This div border color is #D9127D.


Opacity

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

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

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

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

This text has shadow with #D9127D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9127D on black background.


Color preview on white background

This text has color #D9127D on white background.



Black color preview on #D9127D background

This text has black color on #D9127D background.


White color preview on #D9127D background

This text has white color on #D9127D background.