COLOR #D564B3

HEX: #D564B3
RGB: (213,100,179)

Color info

#D564B3 contains mainly red and blue colors. Web safe color of #D564B3 is #CC6699 (or #C69).

RGB color model

#D564B3 color RGB value is (213,100,179).

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

RGB channels and saturation

R 213 of 255 = 84%
G 100 of 255 = 39%
B 179 of 255 = 70%

213
100
179

R + G + B ~ 64%. #D564B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 100 + 179 = 492 (100%)
R 213 of 492 ~ 43.29%
G 100 of 492 ~ 20.33%
B 179 of 492 ~ 36.38%

%43.29
%20.33
%36.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.05%
  • yellow value is 15.96%
  • key color value is 16.47%
CMYK:
(0,53,16,16)
C0M53Y16K16 
(0%,53%,16%,16%)
(0.00/0.53/0.16/0.16)	

CMYK percentages

%0
%53.05
%15.96
%16.47

Codes

Color #D564B3 in popluar color models

D564B3
RGB213100179
HSL318°57.36%61.37%
HSB/HSV318°53.05%83.53%
CMYK0.00%53.05%15.96%
16.47%

Color #D564B3 in popluar number systems.

HEXD564B3
Decimal213100179
Binary11010101110010010110011
Octal325144263

Shades and tints

Shades of #D564B3

#D564B3
(213,100,179)
#C25BA3
(194,91,163)
#AF5293
(175,82,147)
#9C4983
(156,73,131)
#894073
(137,64,115)
#763763
(118,55,99)
#632E53
(99,46,83)
#502543
(80,37,67)
#3D1C33
(61,28,51)
#2A1323
(42,19,35)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #D564B3

#D564B3
(213,100,179)
#D872B9
(216,114,185)
#DB80BF
(219,128,191)
#DE8EC5
(222,142,197)
#E19CCB
(225,156,203)
#E4AAD1
(228,170,209)
#E7B8D7
(231,184,215)
#EAC6DD
(234,198,221)
#EDD4E3
(237,212,227)
#F0E2E9
(240,226,233)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D564B3; }

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

This text font color is #D564B3.


Background Color

.myBgColor { background-color: #D564B3; }

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

This div background color is #D564B3.


Border color

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

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

This div border color is #D564B3.


Opacity

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

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

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

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

This text has shadow with #D564B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D564B3 on black background.


Color preview on white background

This text has color #D564B3 on white background.



Black color preview on #D564B3 background

This text has black color on #D564B3 background.


White color preview on #D564B3 background

This text has white color on #D564B3 background.