COLOR #D25D63

HEX: #D25D63
RGB: (210,93,99)

Color info

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

RGB color model

#D25D63 color RGB value is (210,93,99).

  • red value is 210;
  • green value is 93;
  • blue value is 99.
RGB:
(210,93,99)
(82%,36%,39%)

RGB channels and saturation

R 210 of 255 = 82%
G 93 of 255 = 36%
B 99 of 255 = 39%

210
93
99

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

Portions of RGB colors in percentages

R + G + B =
210 + 93 + 99 = 402 (100%)
R 210 of 402 ~ 52.24%
G 93 of 402 ~ 23.13%
B 99 of 402 ~ 24.63%

%52.24
%23.13
%24.63

CMYK color model

#D25D63 color CMYK value is (0,56,53,18).

  • cyan value is 0.00%
  • magenta value is 55.71%
  • yellow value is 52.86%
  • key color value is 17.65%
CMYK:
(0,56,53,18)
C0M56Y53K18 
(0%,56%,53%,18%)
(0.00/0.56/0.53/0.18)	

CMYK percentages

%0
%55.71
%52.86
%17.65

Codes

Color #D25D63 in popluar color models

D25D63
RGB2109399
HSL357°56.52%59.41%
HSB/HSV357°55.71%82.35%
CMYK0.00%55.71%52.86%
17.65%

Color #D25D63 in popluar number systems.

HEXD25D63
Decimal2109399
Binary1101001010111011100011
Octal322135143

Shades and tints

Shades of #D25D63

#D25D63
(210,93,99)
#BF555A
(191,85,90)
#AC4D51
(172,77,81)
#994548
(153,69,72)
#863D3F
(134,61,63)
#733536
(115,53,54)
#602D2D
(96,45,45)
#4D2524
(77,37,36)
#3A1D1B
(58,29,27)
#271512
(39,21,18)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #D25D63

#D25D63
(210,93,99)
#D66B71
(214,107,113)
#DA797F
(218,121,127)
#DE878D
(222,135,141)
#E2959B
(226,149,155)
#E6A3A9
(230,163,169)
#EAB1B7
(234,177,183)
#EEBFC5
(238,191,197)
#F2CDD3
(242,205,211)
#F6DBE1
(246,219,225)
#FAE9EF
(250,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D25D63 color. Also use rgb(210,93,99) instead hex code.

Text Font Color

.myTextColor { color: #D25D63; }

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

This text font color is #D25D63.


Background Color

.myBgColor { background-color: #D25D63; }

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

This div background color is #D25D63.


Border color

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

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

This div border color is #D25D63.


Opacity

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

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

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

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

This text has shadow with #D25D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D25D63 on black background.


Color preview on white background

This text has color #D25D63 on white background.



Black color preview on #D25D63 background

This text has black color on #D25D63 background.


White color preview on #D25D63 background

This text has white color on #D25D63 background.