COLOR #D25C78

HEX: #D25C78
RGB: (210,92,120)

Color info

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

RGB color model

#D25C78 color RGB value is (210,92,120).

  • red value is 210;
  • green value is 92;
  • blue value is 120.
RGB:
(210,92,120)
(82%,36%,47%)

RGB channels and saturation

R 210 of 255 = 82%
G 92 of 255 = 36%
B 120 of 255 = 47%

210
92
120

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

Portions of RGB colors in percentages

R + G + B =
210 + 92 + 120 = 422 (100%)
R 210 of 422 ~ 49.76%
G 92 of 422 ~ 21.8%
B 120 of 422 ~ 28.44%

%49.76
%21.8
%28.44

CMYK color model

#D25C78 color CMYK value is (0,56,43,18).

  • cyan value is 0.00%
  • magenta value is 56.19%
  • yellow value is 42.86%
  • key color value is 17.65%
CMYK:
(0,56,43,18)
C0M56Y43K18 
(0%,56%,43%,18%)
(0.00/0.56/0.43/0.18)	

CMYK percentages

%0
%56.19
%42.86
%17.65

Codes

Color #D25C78 in popluar color models

D25C78
RGB21092120
HSL346°56.73%59.22%
HSB/HSV346°56.19%82.35%
CMYK0.00%56.19%42.86%
17.65%

Color #D25C78 in popluar number systems.

HEXD25C78
Decimal21092120
Binary1101001010111001111000
Octal322134170

Shades and tints

Shades of #D25C78

#D25C78
(210,92,120)
#BF546E
(191,84,110)
#AC4C64
(172,76,100)
#99445A
(153,68,90)
#863C50
(134,60,80)
#733446
(115,52,70)
#602C3C
(96,44,60)
#4D2432
(77,36,50)
#3A1C28
(58,28,40)
#27141E
(39,20,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #D25C78

#D25C78
(210,92,120)
#D66A84
(214,106,132)
#DA7890
(218,120,144)
#DE869C
(222,134,156)
#E294A8
(226,148,168)
#E6A2B4
(230,162,180)
#EAB0C0
(234,176,192)
#EEBECC
(238,190,204)
#F2CCD8
(242,204,216)
#F6DAE4
(246,218,228)
#FAE8F0
(250,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D25C78 color. Also use rgb(210,92,120) instead hex code.

Text Font Color

.myTextColor { color: #D25C78; }

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

This text font color is #D25C78.


Background Color

.myBgColor { background-color: #D25C78; }

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

This div background color is #D25C78.


Border color

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

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

This div border color is #D25C78.


Opacity

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

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

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

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

This text has shadow with #D25C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D25C78 on black background.


Color preview on white background

This text has color #D25C78 on white background.



Black color preview on #D25C78 background

This text has black color on #D25C78 background.


White color preview on #D25C78 background

This text has white color on #D25C78 background.