COLOR #D56495

HEX: #D56495
RGB: (213,100,149)

Color info

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

RGB color model

#D56495 color RGB value is (213,100,149).

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

RGB channels and saturation

R 213 of 255 = 84%
G 100 of 255 = 39%
B 149 of 255 = 58%

213
100
149

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

Portions of RGB colors in percentages

R + G + B =
213 + 100 + 149 = 462 (100%)
R 213 of 462 ~ 46.1%
G 100 of 462 ~ 21.65%
B 149 of 462 ~ 32.25%

%46.1
%21.65
%32.25

CMYK color model

#D56495 color CMYK value is (0,53,30,16).

  • cyan value is 0.00%
  • magenta value is 53.05%
  • yellow value is 30.05%
  • key color value is 16.47%
CMYK:
(0,53,30,16)
C0M53Y30K16 
(0%,53%,30%,16%)
(0.00/0.53/0.30/0.16)	

CMYK percentages

%0
%53.05
%30.05
%16.47

Codes

Color #D56495 in popluar color models

D56495
RGB213100149
HSL334°57.36%61.37%
HSB/HSV334°53.05%83.53%
CMYK0.00%53.05%30.05%
16.47%

Color #D56495 in popluar number systems.

HEXD56495
Decimal213100149
Binary11010101110010010010101
Octal325144225

Shades and tints

Shades of #D56495

#D56495
(213,100,149)
#C25B88
(194,91,136)
#AF527B
(175,82,123)
#9C496E
(156,73,110)
#894061
(137,64,97)
#763754
(118,55,84)
#632E47
(99,46,71)
#50253A
(80,37,58)
#3D1C2D
(61,28,45)
#2A1320
(42,19,32)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #D56495

#D56495
(213,100,149)
#D8729E
(216,114,158)
#DB80A7
(219,128,167)
#DE8EB0
(222,142,176)
#E19CB9
(225,156,185)
#E4AAC2
(228,170,194)
#E7B8CB
(231,184,203)
#EAC6D4
(234,198,212)
#EDD4DD
(237,212,221)
#F0E2E6
(240,226,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D56495; }

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

This text font color is #D56495.


Background Color

.myBgColor { background-color: #D56495; }

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

This div background color is #D56495.


Border color

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

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

This div border color is #D56495.


Opacity

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

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

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

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

This text has shadow with #D56495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56495 on black background.


Color preview on white background

This text has color #D56495 on white background.



Black color preview on #D56495 background

This text has black color on #D56495 background.


White color preview on #D56495 background

This text has white color on #D56495 background.