COLOR #D1859F

HEX: #D1859F
RGB: (209,133,159)

Color info

#D1859F contains mainly red and blue colors. Web safe color of #D1859F is #CC9999 (or #C99).

RGB color model

#D1859F color RGB value is (209,133,159).

  • red value is 209;
  • green value is 133;
  • blue value is 159.
RGB:
(209,133,159)
(82%,52%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 133 of 255 = 52%
B 159 of 255 = 62%

209
133
159

R + G + B ~ 65%. #D1859F is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 133 + 159 = 501 (100%)
R 209 of 501 ~ 41.72%
G 133 of 501 ~ 26.55%
B 159 of 501 ~ 31.74%

%41.72
%26.55
%31.74

CMYK color model

#D1859F color CMYK value is (0,36,24,18).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 23.92%
  • key color value is 18.04%
CMYK:
(0,36,24,18)
C0M36Y24K18 
(0%,36%,24%,18%)
(0.00/0.36/0.24/0.18)	

CMYK percentages

%0
%36.36
%23.92
%18.04

Codes

Color #D1859F in popluar color models

D1859F
RGB209133159
HSL339°45.24%67.06%
HSB/HSV339°36.36%81.96%
CMYK0.00%36.36%23.92%
18.04%

Color #D1859F in popluar number systems.

HEXD1859F
Decimal209133159
Binary110100011000010110011111
Octal321205237

Shades and tints

Shades of #D1859F

#D1859F
(209,133,159)
#BE7991
(190,121,145)
#AB6D83
(171,109,131)
#986175
(152,97,117)
#855567
(133,85,103)
#724959
(114,73,89)
#5F3D4B
(95,61,75)
#4C313D
(76,49,61)
#39252F
(57,37,47)
#261921
(38,25,33)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #D1859F

#D1859F
(209,133,159)
#D590A7
(213,144,167)
#D99BAF
(217,155,175)
#DDA6B7
(221,166,183)
#E1B1BF
(225,177,191)
#E5BCC7
(229,188,199)
#E9C7CF
(233,199,207)
#EDD2D7
(237,210,215)
#F1DDDF
(241,221,223)
#F5E8E7
(245,232,231)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1859F color. Also use rgb(209,133,159) instead hex code.

Text Font Color

.myTextColor { color: #D1859F; }

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

This text font color is #D1859F.


Background Color

.myBgColor { background-color: #D1859F; }

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

This div background color is #D1859F.


Border color

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

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

This div border color is #D1859F.


Opacity

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

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

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

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

This text has shadow with #D1859F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1859F on black background.


Color preview on white background

This text has color #D1859F on white background.



Black color preview on #D1859F background

This text has black color on #D1859F background.


White color preview on #D1859F background

This text has white color on #D1859F background.