COLOR #D5388D

HEX: #D5388D
RGB: (213,56,141)

Color info

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

RGB color model

#D5388D color RGB value is (213,56,141).

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

RGB channels and saturation

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

213
56
141

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

Portions of RGB colors in percentages

R + G + B =
213 + 56 + 141 = 410 (100%)
R 213 of 410 ~ 51.95%
G 56 of 410 ~ 13.66%
B 141 of 410 ~ 34.39%

%51.95
%13.66
%34.39

CMYK color model

#D5388D color CMYK value is (0,74,34,16).

  • cyan value is 0.00%
  • magenta value is 73.71%
  • yellow value is 33.80%
  • key color value is 16.47%
CMYK:
(0,74,34,16)
C0M74Y34K16 
(0%,74%,34%,16%)
(0.00/0.74/0.34/0.16)	

CMYK percentages

%0
%73.71
%33.8
%16.47

Codes

Color #D5388D in popluar color models

D5388D
RGB21356141
HSL328°65.15%52.75%
HSB/HSV328°73.71%83.53%
CMYK0.00%73.71%33.80%
16.47%

Color #D5388D in popluar number systems.

HEXD5388D
Decimal21356141
Binary1101010111100010001101
Octal32570215

Shades and tints

Shades of #D5388D

#D5388D
(213,56,141)
#C23381
(194,51,129)
#AF2E75
(175,46,117)
#9C2969
(156,41,105)
#89245D
(137,36,93)
#761F51
(118,31,81)
#631A45
(99,26,69)
#501539
(80,21,57)
#3D102D
(61,16,45)
#2A0B21
(42,11,33)
#170615
(23,6,21)
#000000
(0,0,0)

Tints of #D5388D

#D5388D
(213,56,141)
#D84A97
(216,74,151)
#DB5CA1
(219,92,161)
#DE6EAB
(222,110,171)
#E180B5
(225,128,181)
#E492BF
(228,146,191)
#E7A4C9
(231,164,201)
#EAB6D3
(234,182,211)
#EDC8DD
(237,200,221)
#F0DAE7
(240,218,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5388D; }

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

This text font color is #D5388D.


Background Color

.myBgColor { background-color: #D5388D; }

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

This div background color is #D5388D.


Border color

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

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

This div border color is #D5388D.


Opacity

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

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

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

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

This text has shadow with #D5388D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5388D on black background.


Color preview on white background

This text has color #D5388D on white background.



Black color preview on #D5388D background

This text has black color on #D5388D background.


White color preview on #D5388D background

This text has white color on #D5388D background.