COLOR #D5585C

HEX: #D5585C
RGB: (213,88,92)

Color info

#D5585C contains mainly red color. Web safe color of #D5585C is #CC6666 (or #C66).

RGB color model

#D5585C color RGB value is (213,88,92).

  • red value is 213;
  • green value is 88;
  • blue value is 92.
RGB:
(213,88,92)
(84%,35%,36%)

RGB channels and saturation

R 213 of 255 = 84%
G 88 of 255 = 35%
B 92 of 255 = 36%

213
88
92

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

Portions of RGB colors in percentages

R + G + B =
213 + 88 + 92 = 393 (100%)
R 213 of 393 ~ 54.2%
G 88 of 393 ~ 22.39%
B 92 of 393 ~ 23.41%

%54.2
%22.39
%23.41

CMYK color model

#D5585C color CMYK value is (0,59,57,16).

  • cyan value is 0.00%
  • magenta value is 58.69%
  • yellow value is 56.81%
  • key color value is 16.47%
CMYK:
(0,59,57,16)
C0M59Y57K16 
(0%,59%,57%,16%)
(0.00/0.59/0.57/0.16)	

CMYK percentages

%0
%58.69
%56.81
%16.47

Codes

Color #D5585C in popluar color models

D5585C
RGB2138892
HSL358°59.81%59.02%
HSB/HSV358°58.69%83.53%
CMYK0.00%58.69%56.81%
16.47%

Color #D5585C in popluar number systems.

HEXD5585C
Decimal2138892
Binary1101010110110001011100
Octal325130134

Shades and tints

Shades of #D5585C

#D5585C
(213,88,92)
#C25054
(194,80,84)
#AF484C
(175,72,76)
#9C4044
(156,64,68)
#89383C
(137,56,60)
#763034
(118,48,52)
#63282C
(99,40,44)
#502024
(80,32,36)
#3D181C
(61,24,28)
#2A1014
(42,16,20)
#17080C
(23,8,12)
#000000
(0,0,0)

Tints of #D5585C

#D5585C
(213,88,92)
#D8676A
(216,103,106)
#DB7678
(219,118,120)
#DE8586
(222,133,134)
#E19494
(225,148,148)
#E4A3A2
(228,163,162)
#E7B2B0
(231,178,176)
#EAC1BE
(234,193,190)
#EDD0CC
(237,208,204)
#F0DFDA
(240,223,218)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5585C color. Also use rgb(213,88,92) instead hex code.

Text Font Color

.myTextColor { color: #D5585C; }

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

This text font color is #D5585C.


Background Color

.myBgColor { background-color: #D5585C; }

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

This div background color is #D5585C.


Border color

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

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

This div border color is #D5585C.


Opacity

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

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

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

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

This text has shadow with #D5585C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5585C on black background.


Color preview on white background

This text has color #D5585C on white background.



Black color preview on #D5585C background

This text has black color on #D5585C background.


White color preview on #D5585C background

This text has white color on #D5585C background.