COLOR #D15794

HEX: #D15794
RGB: (209,87,148)

Color info

#D15794 contains mainly red color. Web safe color of #D15794 is #CC6699 (or #C69).

RGB color model

#D15794 color RGB value is (209,87,148).

  • red value is 209;
  • green value is 87;
  • blue value is 148.
RGB:
(209,87,148)
(82%,34%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 87 of 255 = 34%
B 148 of 255 = 58%

209
87
148

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

Portions of RGB colors in percentages

R + G + B =
209 + 87 + 148 = 444 (100%)
R 209 of 444 ~ 47.07%
G 87 of 444 ~ 19.59%
B 148 of 444 ~ 33.33%

%47.07
%19.59
%33.33

CMYK color model

#D15794 color CMYK value is (0,58,29,18).

  • cyan value is 0.00%
  • magenta value is 58.37%
  • yellow value is 29.19%
  • key color value is 18.04%
CMYK:
(0,58,29,18)
C0M58Y29K18 
(0%,58%,29%,18%)
(0.00/0.58/0.29/0.18)	

CMYK percentages

%0
%58.37
%29.19
%18.04

Codes

Color #D15794 in popluar color models

D15794
RGB20987148
HSL330°57.01%58.04%
HSB/HSV330°58.37%81.96%
CMYK0.00%58.37%29.19%
18.04%

Color #D15794 in popluar number systems.

HEXD15794
Decimal20987148
Binary11010001101011110010100
Octal321127224

Shades and tints

Shades of #D15794

#D15794
(209,87,148)
#BE5087
(190,80,135)
#AB497A
(171,73,122)
#98426D
(152,66,109)
#853B60
(133,59,96)
#723453
(114,52,83)
#5F2D46
(95,45,70)
#4C2639
(76,38,57)
#391F2C
(57,31,44)
#26181F
(38,24,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #D15794

#D15794
(209,87,148)
#D5669D
(213,102,157)
#D975A6
(217,117,166)
#DD84AF
(221,132,175)
#E193B8
(225,147,184)
#E5A2C1
(229,162,193)
#E9B1CA
(233,177,202)
#EDC0D3
(237,192,211)
#F1CFDC
(241,207,220)
#F5DEE5
(245,222,229)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15794 color. Also use rgb(209,87,148) instead hex code.

Text Font Color

.myTextColor { color: #D15794; }

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

This text font color is #D15794.


Background Color

.myBgColor { background-color: #D15794; }

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

This div background color is #D15794.


Border color

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

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

This div border color is #D15794.


Opacity

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

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

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

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

This text has shadow with #D15794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15794 on black background.


Color preview on white background

This text has color #D15794 on white background.



Black color preview on #D15794 background

This text has black color on #D15794 background.


White color preview on #D15794 background

This text has white color on #D15794 background.