COLOR #DC48B0

HEX: #DC48B0 RGB: (220,72,176)

Color info

#DC48B0 contains mainly red and blue colors. Web safe color of #DC48B0 is #CC3399 (or #C39).

RGB color model

#DC48B0 color RGB value is (220,72,176).

RGB: (220,72,176) (86%, 28%, 69%)

RGB channels and saturation

R 220 of 255 = 86%
G 72 of 255 = 28%
B 176 of 255 = 69%

220
72
176

R + G + B ~ 61%. #DC48B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 72 + 176 = 468 (100%)
R 220 of 468 ~ 47.01%
G 72 of 468 ~ 15.38%
B 176 of 468 ~ 37.61'%

%47.01
%15.38
%37.61

CMYK color model

#DC48B0 color CMYK value is (0,67,20,14).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 20.00%
  • key color value is 13.73%

CMYK: (0,67,20,14)
C0M67Y20K14 (0%, 67%, 20%, 14%)
(0.00 / 0.67 / 0.20 / 0.14)

CMYK percentages

%0
%67.27
%20
%13.73

Codes

Color #DC48B0 in popluar color models

DC 48 B0
RGB 220 72 176
HSL 318° 67.89% 57.25%
HSB/HSV 318° 67.27% 86.27%
CMYK 0.00% 67.27% 20.00%
13.73%

Color #DC48B0 in popluar number systems.

HEX DC 48 B0
Decimal 220 72 176
Binary 11011100 1001000 10110000
Octal 334 110 260

Shades and tints

Shades of #DC48B0

#DC48B0
(220,72,176)
#C842A0
(200,66,160)
#B43C90
(180,60,144)
#A03680
(160,54,128)
#8C3070
(140,48,112)
#782A60
(120,42,96)
#642450
(100,36,80)
#501E40
(80,30,64)
#3C1830
(60,24,48)
#281220
(40,18,32)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #DC48B0

#DC48B0
(220,72,176)
#DF58B7
(223,88,183)
#E268BE
(226,104,190)
#E578C5
(229,120,197)
#E888CC
(232,136,204)
#EB98D3
(235,152,211)
#EEA8DA
(238,168,218)
#F1B8E1
(241,184,225)
#F4C8E8
(244,200,232)
#F7D8EF
(247,216,239)
#FAE8F6
(250,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC48B0; }

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

This text font color is #DC48B0.

Background Color

.myBgColor { background-color: #DC48B0; }

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

This div background color is #DC48B0.

Border color

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

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

This div border color is #DC48B0.

Opacity

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

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

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

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

This text has shadow with #DC48B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC48B0.

Preview

Color preview on black background

This text has color #DC48B0 on black background.


Color preview on white background

This text has color #DC48B0 on white background.


Black color preview on #DC48B0 background

This text has black color on #DC48B0 background.


White color preview on #DC48B0 background

This text has white color on #DC48B0 background.


Related colors

Complementary color

Complementary color for #hex is #23B74F.


I love getcolorcode.com

Triadic colors

1 #B0DC48 and #48B0DC with #DC48B0 are triadic colors.

2 #B048DC and #48DCB0 with #DC48B0 are triadic colors.