COLOR #D53C6A

HEX: #D53C6A RGB: (213,60,106)

Color info

#D53C6A contains mainly red color. Web safe color of #D53C6A is #CC3366 (or #C36).

RGB color model

#D53C6A color RGB value is (213,60,106).

RGB: (213,60,106) (84%, 24%, 42%)

RGB channels and saturation

R 213 of 255 = 84%
G 60 of 255 = 24%
B 106 of 255 = 42%

213
60
106

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

Portions of RGB colors in percentages

R + G + B = 213 + 60 + 106 = 379 (100%)
R 213 of 379 ~ 56.2%
G 60 of 379 ~ 15.83%
B 106 of 379 ~ 27.97'%

%56.2
%15.83
%27.97

CMYK color model

#D53C6A color CMYK value is (0,72,50,16).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 50.23%
  • key color value is 16.47%
CMYK: (0,72,50,16) C0M72Y50K16 (0%,72%,50%,16%) (0.00/0.72/0.50/0.16) 

CMYK percentages

%0
%71.83
%50.23
%16.47

Codes

Color #D53C6A in popluar color models

D5 3C 6A
RGB 213 60 106
HSL 342° 64.56% 53.53%
HSB/HSV 342° 71.83% 83.53%
CMYK 0.00% 71.83% 50.23%
16.47%

Color #D53C6A in popluar number systems.

HEX D5 3C 6A
Decimal 213 60 106
Binary 11010101 111100 1101010
Octal 325 74 152

Shades and tints

Shades of #D53C6A

#D53C6A
(213,60,106)
#C23761
(194,55,97)
#AF3258
(175,50,88)
#9C2D4F
(156,45,79)
#892846
(137,40,70)
#76233D
(118,35,61)
#631E34
(99,30,52)
#50192B
(80,25,43)
#3D1422
(61,20,34)
#2A0F19
(42,15,25)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #D53C6A

#D53C6A
(213,60,106)
#D84D77
(216,77,119)
#DB5E84
(219,94,132)
#DE6F91
(222,111,145)
#E1809E
(225,128,158)
#E491AB
(228,145,171)
#E7A2B8
(231,162,184)
#EAB3C5
(234,179,197)
#EDC4D2
(237,196,210)
#F0D5DF
(240,213,223)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D53C6A color. Also use rgb(213,60,106) instead hex code.

Text Font Color

.myTextColor { color: #D53C6A; }

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

This text font color is #D53C6A.

Background Color

.myBgColor { background-color: #D53C6A; }

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

This div background color is #D53C6A.

Border color

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

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

This div border color is #D53C6A.

Opacity

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

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

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

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

This text has shadow with #D53C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D53C6A.

Preview

Color preview on black background

This text has color #D53C6A on black background.


Color preview on white background

This text has color #D53C6A on white background.


Black color preview on #D53C6A background

This text has black color on #D53C6A background.


White color preview on #D53C6A background

This text has white color on #D53C6A background.


Related colors

Complementary color

Complementary color for #hex is #2AC395.


I love getcolorcode.com

Triadic colors

1 #6AD53C and #3C6AD5 with #D53C6A are triadic colors.

2 #6A3CD5 and #3CD56A with #D53C6A are triadic colors.