COLOR #D5648B

HEX: #D5648B
RGB: (213,100,139)

Color info

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

RGB color model

#D5648B color RGB value is (213,100,139).

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

RGB channels and saturation

R 213 of 255 = 84%
G 100 of 255 = 39%
B 139 of 255 = 55%

213
100
139

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

Portions of RGB colors in percentages

R + G + B =
213 + 100 + 139 = 452 (100%)
R 213 of 452 ~ 47.12%
G 100 of 452 ~ 22.12%
B 139 of 452 ~ 30.75%

%47.12
%22.12
%30.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.05%
  • yellow value is 34.74%
  • key color value is 16.47%
CMYK:
(0,53,35,16)
C0M53Y35K16 
(0%,53%,35%,16%)
(0.00/0.53/0.35/0.16)	

CMYK percentages

%0
%53.05
%34.74
%16.47

Codes

Color #D5648B in popluar color models

D5648B
RGB213100139
HSL339°57.36%61.37%
HSB/HSV339°53.05%83.53%
CMYK0.00%53.05%34.74%
16.47%

Color #D5648B in popluar number systems.

HEXD5648B
Decimal213100139
Binary11010101110010010001011
Octal325144213

Shades and tints

Shades of #D5648B

#D5648B
(213,100,139)
#C25B7F
(194,91,127)
#AF5273
(175,82,115)
#9C4967
(156,73,103)
#89405B
(137,64,91)
#76374F
(118,55,79)
#632E43
(99,46,67)
#502537
(80,37,55)
#3D1C2B
(61,28,43)
#2A131F
(42,19,31)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #D5648B

#D5648B
(213,100,139)
#D87295
(216,114,149)
#DB809F
(219,128,159)
#DE8EA9
(222,142,169)
#E19CB3
(225,156,179)
#E4AABD
(228,170,189)
#E7B8C7
(231,184,199)
#EAC6D1
(234,198,209)
#EDD4DB
(237,212,219)
#F0E2E5
(240,226,229)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5648B; }

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

This text font color is #D5648B.


Background Color

.myBgColor { background-color: #D5648B; }

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

This div background color is #D5648B.


Border color

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

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

This div border color is #D5648B.


Opacity

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

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

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

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

This text has shadow with #D5648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5648B on black background.


Color preview on white background

This text has color #D5648B on white background.



Black color preview on #D5648B background

This text has black color on #D5648B background.


White color preview on #D5648B background

This text has white color on #D5648B background.