COLOR #D25779

HEX: #D25779
RGB: (210,87,121)

Color info

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

RGB color model

#D25779 color RGB value is (210,87,121).

  • red value is 210;
  • green value is 87;
  • blue value is 121.
RGB:
(210,87,121)
(82%,34%,47%)

RGB channels and saturation

R 210 of 255 = 82%
G 87 of 255 = 34%
B 121 of 255 = 47%

210
87
121

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

Portions of RGB colors in percentages

R + G + B =
210 + 87 + 121 = 418 (100%)
R 210 of 418 ~ 50.24%
G 87 of 418 ~ 20.81%
B 121 of 418 ~ 28.95%

%50.24
%20.81
%28.95

CMYK color model

#D25779 color CMYK value is (0,59,42,18).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 42.38%
  • key color value is 17.65%
CMYK:
(0,59,42,18)
C0M59Y42K18 
(0%,59%,42%,18%)
(0.00/0.59/0.42/0.18)	

CMYK percentages

%0
%58.57
%42.38
%17.65

Codes

Color #D25779 in popluar color models

D25779
RGB21087121
HSL343°57.75%58.24%
HSB/HSV343°58.57%82.35%
CMYK0.00%58.57%42.38%
17.65%

Color #D25779 in popluar number systems.

HEXD25779
Decimal21087121
Binary1101001010101111111001
Octal322127171

Shades and tints

Shades of #D25779

#D25779
(210,87,121)
#BF506E
(191,80,110)
#AC4963
(172,73,99)
#994258
(153,66,88)
#863B4D
(134,59,77)
#733442
(115,52,66)
#602D37
(96,45,55)
#4D262C
(77,38,44)
#3A1F21
(58,31,33)
#271816
(39,24,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #D25779

#D25779
(210,87,121)
#D66685
(214,102,133)
#DA7591
(218,117,145)
#DE849D
(222,132,157)
#E293A9
(226,147,169)
#E6A2B5
(230,162,181)
#EAB1C1
(234,177,193)
#EEC0CD
(238,192,205)
#F2CFD9
(242,207,217)
#F6DEE5
(246,222,229)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D25779 color. Also use rgb(210,87,121) instead hex code.

Text Font Color

.myTextColor { color: #D25779; }

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

This text font color is #D25779.


Background Color

.myBgColor { background-color: #D25779; }

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

This div background color is #D25779.


Border color

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

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

This div border color is #D25779.


Opacity

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

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

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

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

This text has shadow with #D25779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D25779 on black background.


Color preview on white background

This text has color #D25779 on white background.



Black color preview on #D25779 background

This text has black color on #D25779 background.


White color preview on #D25779 background

This text has white color on #D25779 background.