COLOR #D75695

HEX: #D75695
RGB: (215,86,149)

Color info

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

RGB color model

#D75695 color RGB value is (215,86,149).

  • red value is 215;
  • green value is 86;
  • blue value is 149.
RGB:
(215,86,149)
(84%,34%,58%)

RGB channels and saturation

R 215 of 255 = 84%
G 86 of 255 = 34%
B 149 of 255 = 58%

215
86
149

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

Portions of RGB colors in percentages

R + G + B =
215 + 86 + 149 = 450 (100%)
R 215 of 450 ~ 47.78%
G 86 of 450 ~ 19.11%
B 149 of 450 ~ 33.11%

%47.78
%19.11
%33.11

CMYK color model

#D75695 color CMYK value is (0,60,31,16).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 30.70%
  • key color value is 15.69%
CMYK:
(0,60,31,16)
C0M60Y31K16 
(0%,60%,31%,16%)
(0.00/0.60/0.31/0.16)	

CMYK percentages

%0
%60
%30.7
%15.69

Codes

Color #D75695 in popluar color models

D75695
RGB21586149
HSL331°61.72%59.02%
HSB/HSV331°60.00%84.31%
CMYK0.00%60.00%30.70%
15.69%

Color #D75695 in popluar number systems.

HEXD75695
Decimal21586149
Binary11010111101011010010101
Octal327126225

Shades and tints

Shades of #D75695

#D75695
(215,86,149)
#C44F88
(196,79,136)
#B1487B
(177,72,123)
#9E416E
(158,65,110)
#8B3A61
(139,58,97)
#783354
(120,51,84)
#652C47
(101,44,71)
#52253A
(82,37,58)
#3F1E2D
(63,30,45)
#2C1720
(44,23,32)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #D75695

#D75695
(215,86,149)
#DA659E
(218,101,158)
#DD74A7
(221,116,167)
#E083B0
(224,131,176)
#E392B9
(227,146,185)
#E6A1C2
(230,161,194)
#E9B0CB
(233,176,203)
#ECBFD4
(236,191,212)
#EFCEDD
(239,206,221)
#F2DDE6
(242,221,230)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75695 color. Also use rgb(215,86,149) instead hex code.

Text Font Color

.myTextColor { color: #D75695; }

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

This text font color is #D75695.


Background Color

.myBgColor { background-color: #D75695; }

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

This div background color is #D75695.


Border color

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

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

This div border color is #D75695.


Opacity

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

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

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

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

This text has shadow with #D75695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75695 on black background.


Color preview on white background

This text has color #D75695 on white background.



Black color preview on #D75695 background

This text has black color on #D75695 background.


White color preview on #D75695 background

This text has white color on #D75695 background.