COLOR #D595C7

HEX: #D595C7
RGB: (213,149,199)

Color info

#D595C7 contains mainly red and blue colors. Web safe color of #D595C7 is #CC99CC (or #C9C).

RGB color model

#D595C7 color RGB value is (213,149,199).

  • red value is 213;
  • green value is 149;
  • blue value is 199.
RGB:
(213,149,199)
(84%,58%,78%)

RGB channels and saturation

R 213 of 255 = 84%
G 149 of 255 = 58%
B 199 of 255 = 78%

213
149
199

R + G + B ~ 73%. #D595C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 149 + 199 = 561 (100%)
R 213 of 561 ~ 37.97%
G 149 of 561 ~ 26.56%
B 199 of 561 ~ 35.47%

%37.97
%26.56
%35.47

CMYK color model

#D595C7 color CMYK value is (0,30,7,16).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 6.57%
  • key color value is 16.47%
CMYK:
(0,30,7,16)
C0M30Y7K16 
(0%,30%,7%,16%)
(0.00/0.30/0.07/0.16)	

CMYK percentages

%0
%30.05
%6.57
%16.47

Codes

Color #D595C7 in popluar color models

D595C7
RGB213149199
HSL313°43.24%70.98%
HSB/HSV313°30.05%83.53%
CMYK0.00%30.05%6.57%
16.47%

Color #D595C7 in popluar number systems.

HEXD595C7
Decimal213149199
Binary110101011001010111000111
Octal325225307

Shades and tints

Shades of #D595C7

#D595C7
(213,149,199)
#C288B5
(194,136,181)
#AF7BA3
(175,123,163)
#9C6E91
(156,110,145)
#89617F
(137,97,127)
#76546D
(118,84,109)
#63475B
(99,71,91)
#503A49
(80,58,73)
#3D2D37
(61,45,55)
#2A2025
(42,32,37)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #D595C7

#D595C7
(213,149,199)
#D89ECC
(216,158,204)
#DBA7D1
(219,167,209)
#DEB0D6
(222,176,214)
#E1B9DB
(225,185,219)
#E4C2E0
(228,194,224)
#E7CBE5
(231,203,229)
#EAD4EA
(234,212,234)
#EDDDEF
(237,221,239)
#F0E6F4
(240,230,244)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D595C7 color. Also use rgb(213,149,199) instead hex code.

Text Font Color

.myTextColor { color: #D595C7; }

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

This text font color is #D595C7.


Background Color

.myBgColor { background-color: #D595C7; }

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

This div background color is #D595C7.


Border color

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

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

This div border color is #D595C7.


Opacity

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

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

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

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

This text has shadow with #D595C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D595C7 on black background.


Color preview on white background

This text has color #D595C7 on white background.



Black color preview on #D595C7 background

This text has black color on #D595C7 background.


White color preview on #D595C7 background

This text has white color on #D595C7 background.