COLOR #DC489B

HEX: #DC489B
RGB: (220,72,155)

Color info

#DC489B contains mainly red color. Web safe color of #DC489B is #CC3399 (or #C39).

RGB color model

#DC489B color RGB value is (220,72,155).

  • red value is 220;
  • green value is 72;
  • blue value is 155.
RGB:
(220,72,155)
(86%,28%,61%)

RGB channels and saturation

R 220 of 255 = 86%
G 72 of 255 = 28%
B 155 of 255 = 61%

220
72
155

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

Portions of RGB colors in percentages

R + G + B =
220 + 72 + 155 = 447 (100%)
R 220 of 447 ~ 49.22%
G 72 of 447 ~ 16.11%
B 155 of 447 ~ 34.68%

%49.22
%16.11
%34.68

CMYK color model

#DC489B color CMYK value is (0,67,30,14).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 29.55%
  • key color value is 13.73%
CMYK:
(0,67,30,14)
C0M67Y30K14 
(0%,67%,30%,14%)
(0.00/0.67/0.30/0.14)	

CMYK percentages

%0
%67.27
%29.55
%13.73

Codes

Color #DC489B in popluar color models

DC489B
RGB22072155
HSL326°67.89%57.25%
HSB/HSV326°67.27%86.27%
CMYK0.00%67.27%29.55%
13.73%

Color #DC489B in popluar number systems.

HEXDC489B
Decimal22072155
Binary11011100100100010011011
Octal334110233

Shades and tints

Shades of #DC489B

#DC489B
(220,72,155)
#C8428D
(200,66,141)
#B43C7F
(180,60,127)
#A03671
(160,54,113)
#8C3063
(140,48,99)
#782A55
(120,42,85)
#642447
(100,36,71)
#501E39
(80,30,57)
#3C182B
(60,24,43)
#28121D
(40,18,29)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #DC489B

#DC489B
(220,72,155)
#DF58A4
(223,88,164)
#E268AD
(226,104,173)
#E578B6
(229,120,182)
#E888BF
(232,136,191)
#EB98C8
(235,152,200)
#EEA8D1
(238,168,209)
#F1B8DA
(241,184,218)
#F4C8E3
(244,200,227)
#F7D8EC
(247,216,236)
#FAE8F5
(250,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC489B color. Also use rgb(220,72,155) instead hex code.

Text Font Color

.myTextColor { color: #DC489B; }

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

This text font color is #DC489B.


Background Color

.myBgColor { background-color: #DC489B; }

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

This div background color is #DC489B.


Border color

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

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

This div border color is #DC489B.


Opacity

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

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

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

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

This text has shadow with #DC489B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC489B on black background.


Color preview on white background

This text has color #DC489B on white background.



Black color preview on #DC489B background

This text has black color on #DC489B background.


White color preview on #DC489B background

This text has white color on #DC489B background.