COLOR #D2558C

HEX: #D2558C
RGB: (210,85,140)

Color info

#D2558C contains mainly red color. Web safe color of #D2558C is #CC6699 (or #C69).

RGB color model

#D2558C color RGB value is (210,85,140).

  • red value is 210;
  • green value is 85;
  • blue value is 140.
RGB:
(210,85,140)
(82%,33%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 85 of 255 = 33%
B 140 of 255 = 55%

210
85
140

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

Portions of RGB colors in percentages

R + G + B =
210 + 85 + 140 = 435 (100%)
R 210 of 435 ~ 48.28%
G 85 of 435 ~ 19.54%
B 140 of 435 ~ 32.18%

%48.28
%19.54
%32.18

CMYK color model

#D2558C color CMYK value is (0,60,33,18).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 33.33%
  • key color value is 17.65%
CMYK:
(0,60,33,18)
C0M60Y33K18 
(0%,60%,33%,18%)
(0.00/0.60/0.33/0.18)	

CMYK percentages

%0
%59.52
%33.33
%17.65

Codes

Color #D2558C in popluar color models

D2558C
RGB21085140
HSL334°58.14%57.84%
HSB/HSV334°59.52%82.35%
CMYK0.00%59.52%33.33%
17.65%

Color #D2558C in popluar number systems.

HEXD2558C
Decimal21085140
Binary11010010101010110001100
Octal322125214

Shades and tints

Shades of #D2558C

#D2558C
(210,85,140)
#BF4E80
(191,78,128)
#AC4774
(172,71,116)
#994068
(153,64,104)
#86395C
(134,57,92)
#733250
(115,50,80)
#602B44
(96,43,68)
#4D2438
(77,36,56)
#3A1D2C
(58,29,44)
#271620
(39,22,32)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #D2558C

#D2558C
(210,85,140)
#D66496
(214,100,150)
#DA73A0
(218,115,160)
#DE82AA
(222,130,170)
#E291B4
(226,145,180)
#E6A0BE
(230,160,190)
#EAAFC8
(234,175,200)
#EEBED2
(238,190,210)
#F2CDDC
(242,205,220)
#F6DCE6
(246,220,230)
#FAEBF0
(250,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2558C color. Also use rgb(210,85,140) instead hex code.

Text Font Color

.myTextColor { color: #D2558C; }

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

This text font color is #D2558C.


Background Color

.myBgColor { background-color: #D2558C; }

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

This div background color is #D2558C.


Border color

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

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

This div border color is #D2558C.


Opacity

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

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

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

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

This text has shadow with #D2558C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2558C on black background.


Color preview on white background

This text has color #D2558C on white background.



Black color preview on #D2558C background

This text has black color on #D2558C background.


White color preview on #D2558C background

This text has white color on #D2558C background.