COLOR #D95E95

HEX: #D95E95
RGB: (217,94,149)

Color info

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

RGB color model

#D95E95 color RGB value is (217,94,149).

  • red value is 217;
  • green value is 94;
  • blue value is 149.
RGB:
(217,94,149)
(85%,37%,58%)

RGB channels and saturation

R 217 of 255 = 85%
G 94 of 255 = 37%
B 149 of 255 = 58%

217
94
149

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

Portions of RGB colors in percentages

R + G + B =
217 + 94 + 149 = 460 (100%)
R 217 of 460 ~ 47.17%
G 94 of 460 ~ 20.43%
B 149 of 460 ~ 32.39%

%47.17
%20.43
%32.39

CMYK color model

#D95E95 color CMYK value is (0,57,31,15).

  • cyan value is 0.00%
  • magenta value is 56.68%
  • yellow value is 31.34%
  • key color value is 14.90%
CMYK:
(0,57,31,15)
C0M57Y31K15 
(0%,57%,31%,15%)
(0.00/0.57/0.31/0.15)	

CMYK percentages

%0
%56.68
%31.34
%14.9

Codes

Color #D95E95 in popluar color models

D95E95
RGB21794149
HSL333°61.81%60.98%
HSB/HSV333°56.68%85.10%
CMYK0.00%56.68%31.34%
14.90%

Color #D95E95 in popluar number systems.

HEXD95E95
Decimal21794149
Binary11011001101111010010101
Octal331136225

Shades and tints

Shades of #D95E95

#D95E95
(217,94,149)
#C65688
(198,86,136)
#B34E7B
(179,78,123)
#A0466E
(160,70,110)
#8D3E61
(141,62,97)
#7A3654
(122,54,84)
#672E47
(103,46,71)
#54263A
(84,38,58)
#411E2D
(65,30,45)
#2E1620
(46,22,32)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #D95E95

#D95E95
(217,94,149)
#DC6C9E
(220,108,158)
#DF7AA7
(223,122,167)
#E288B0
(226,136,176)
#E596B9
(229,150,185)
#E8A4C2
(232,164,194)
#EBB2CB
(235,178,203)
#EEC0D4
(238,192,212)
#F1CEDD
(241,206,221)
#F4DCE6
(244,220,230)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95E95 color. Also use rgb(217,94,149) instead hex code.

Text Font Color

.myTextColor { color: #D95E95; }

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

This text font color is #D95E95.


Background Color

.myBgColor { background-color: #D95E95; }

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

This div background color is #D95E95.


Border color

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

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

This div border color is #D95E95.


Opacity

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

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

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

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

This text has shadow with #D95E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95E95 on black background.


Color preview on white background

This text has color #D95E95 on white background.



Black color preview on #D95E95 background

This text has black color on #D95E95 background.


White color preview on #D95E95 background

This text has white color on #D95E95 background.