COLOR #CD389D

HEX: #CD389D
RGB: (205,56,157)

Color info

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

RGB color model

#CD389D color RGB value is (205,56,157).

  • red value is 205;
  • green value is 56;
  • blue value is 157.
RGB:
(205,56,157)
(80%,22%,62%)

RGB channels and saturation

R 205 of 255 = 80%
G 56 of 255 = 22%
B 157 of 255 = 62%

205
56
157

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

Portions of RGB colors in percentages

R + G + B =
205 + 56 + 157 = 418 (100%)
R 205 of 418 ~ 49.04%
G 56 of 418 ~ 13.4%
B 157 of 418 ~ 37.56%

%49.04
%13.4
%37.56

CMYK color model

#CD389D color CMYK value is (0,73,23,20).

  • cyan value is 0.00%
  • magenta value is 72.68%
  • yellow value is 23.41%
  • key color value is 19.61%
CMYK:
(0,73,23,20)
C0M73Y23K20 
(0%,73%,23%,20%)
(0.00/0.73/0.23/0.20)	

CMYK percentages

%0
%72.68
%23.41
%19.61

Codes

Color #CD389D in popluar color models

CD389D
RGB20556157
HSL319°59.84%51.18%
HSB/HSV319°72.68%80.39%
CMYK0.00%72.68%23.41%
19.61%

Color #CD389D in popluar number systems.

HEXCD389D
Decimal20556157
Binary1100110111100010011101
Octal31570235

Shades and tints

Shades of #CD389D

#CD389D
(205,56,157)
#BB338F
(187,51,143)
#A92E81
(169,46,129)
#972973
(151,41,115)
#852465
(133,36,101)
#731F57
(115,31,87)
#611A49
(97,26,73)
#4F153B
(79,21,59)
#3D102D
(61,16,45)
#2B0B1F
(43,11,31)
#190611
(25,6,17)
#000000
(0,0,0)

Tints of #CD389D

#CD389D
(205,56,157)
#D14AA5
(209,74,165)
#D55CAD
(213,92,173)
#D96EB5
(217,110,181)
#DD80BD
(221,128,189)
#E192C5
(225,146,197)
#E5A4CD
(229,164,205)
#E9B6D5
(233,182,213)
#EDC8DD
(237,200,221)
#F1DAE5
(241,218,229)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD389D color. Also use rgb(205,56,157) instead hex code.

Text Font Color

.myTextColor { color: #CD389D; }

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

This text font color is #CD389D.


Background Color

.myBgColor { background-color: #CD389D; }

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

This div background color is #CD389D.


Border color

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

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

This div border color is #CD389D.


Opacity

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

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

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

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

This text has shadow with #CD389D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD389D on black background.


Color preview on white background

This text has color #CD389D on white background.



Black color preview on #CD389D background

This text has black color on #CD389D background.


White color preview on #CD389D background

This text has white color on #CD389D background.