COLOR #D25D9F

HEX: #D25D9F
RGB: (210,93,159)

Color info

#D25D9F contains mainly red and blue colors. Web safe color of #D25D9F is #CC6699 (or #C69).

RGB color model

#D25D9F color RGB value is (210,93,159).

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

RGB channels and saturation

R 210 of 255 = 82%
G 93 of 255 = 36%
B 159 of 255 = 62%

210
93
159

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

Portions of RGB colors in percentages

R + G + B =
210 + 93 + 159 = 462 (100%)
R 210 of 462 ~ 45.45%
G 93 of 462 ~ 20.13%
B 159 of 462 ~ 34.42%

%45.45
%20.13
%34.42

CMYK color model

#D25D9F color CMYK value is (0,56,24,18).

  • cyan value is 0.00%
  • magenta value is 55.71%
  • yellow value is 24.29%
  • key color value is 17.65%
CMYK:
(0,56,24,18)
C0M56Y24K18 
(0%,56%,24%,18%)
(0.00/0.56/0.24/0.18)	

CMYK percentages

%0
%55.71
%24.29
%17.65

Codes

Color #D25D9F in popluar color models

D25D9F
RGB21093159
HSL326°56.52%59.41%
HSB/HSV326°55.71%82.35%
CMYK0.00%55.71%24.29%
17.65%

Color #D25D9F in popluar number systems.

HEXD25D9F
Decimal21093159
Binary11010010101110110011111
Octal322135237

Shades and tints

Shades of #D25D9F

#D25D9F
(210,93,159)
#BF5591
(191,85,145)
#AC4D83
(172,77,131)
#994575
(153,69,117)
#863D67
(134,61,103)
#733559
(115,53,89)
#602D4B
(96,45,75)
#4D253D
(77,37,61)
#3A1D2F
(58,29,47)
#271521
(39,21,33)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #D25D9F

#D25D9F
(210,93,159)
#D66BA7
(214,107,167)
#DA79AF
(218,121,175)
#DE87B7
(222,135,183)
#E295BF
(226,149,191)
#E6A3C7
(230,163,199)
#EAB1CF
(234,177,207)
#EEBFD7
(238,191,215)
#F2CDDF
(242,205,223)
#F6DBE7
(246,219,231)
#FAE9EF
(250,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D25D9F; }

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

This text font color is #D25D9F.


Background Color

.myBgColor { background-color: #D25D9F; }

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

This div background color is #D25D9F.


Border color

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

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

This div border color is #D25D9F.


Opacity

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

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

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

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

This text has shadow with #D25D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D25D9F on black background.


Color preview on white background

This text has color #D25D9F on white background.



Black color preview on #D25D9F background

This text has black color on #D25D9F background.


White color preview on #D25D9F background

This text has white color on #D25D9F background.