COLOR #D5388B

HEX: #D5388B
RGB: (213,56,139)

Color info

#D5388B contains mainly red color. Web safe color of #D5388B is #CC3399 (or #C39).

RGB color model

#D5388B color RGB value is (213,56,139).

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

RGB channels and saturation

R 213 of 255 = 84%
G 56 of 255 = 22%
B 139 of 255 = 55%

213
56
139

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

Portions of RGB colors in percentages

R + G + B =
213 + 56 + 139 = 408 (100%)
R 213 of 408 ~ 52.21%
G 56 of 408 ~ 13.73%
B 139 of 408 ~ 34.07%

%52.21
%13.73
%34.07

CMYK color model

#D5388B color CMYK value is (0,74,35,16).

  • cyan value is 0.00%
  • magenta value is 73.71%
  • yellow value is 34.74%
  • key color value is 16.47%
CMYK:
(0,74,35,16)
C0M74Y35K16 
(0%,74%,35%,16%)
(0.00/0.74/0.35/0.16)	

CMYK percentages

%0
%73.71
%34.74
%16.47

Codes

Color #D5388B in popluar color models

D5388B
RGB21356139
HSL328°65.15%52.75%
HSB/HSV328°73.71%83.53%
CMYK0.00%73.71%34.74%
16.47%

Color #D5388B in popluar number systems.

HEXD5388B
Decimal21356139
Binary1101010111100010001011
Octal32570213

Shades and tints

Shades of #D5388B

#D5388B
(213,56,139)
#C2337F
(194,51,127)
#AF2E73
(175,46,115)
#9C2967
(156,41,103)
#89245B
(137,36,91)
#761F4F
(118,31,79)
#631A43
(99,26,67)
#501537
(80,21,55)
#3D102B
(61,16,43)
#2A0B1F
(42,11,31)
#170613
(23,6,19)
#000000
(0,0,0)

Tints of #D5388B

#D5388B
(213,56,139)
#D84A95
(216,74,149)
#DB5C9F
(219,92,159)
#DE6EA9
(222,110,169)
#E180B3
(225,128,179)
#E492BD
(228,146,189)
#E7A4C7
(231,164,199)
#EAB6D1
(234,182,209)
#EDC8DB
(237,200,219)
#F0DAE5
(240,218,229)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5388B; }

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

This text font color is #D5388B.


Background Color

.myBgColor { background-color: #D5388B; }

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

This div background color is #D5388B.


Border color

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

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

This div border color is #D5388B.


Opacity

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

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

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

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

This text has shadow with #D5388B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5388B on black background.


Color preview on white background

This text has color #D5388B on white background.



Black color preview on #D5388B background

This text has black color on #D5388B background.


White color preview on #D5388B background

This text has white color on #D5388B background.