COLOR #D053C1

HEX: #D053C1 RGB: (208,83,193)

Color info

#D053C1 contains mainly red and blue colors. Web safe color of #D053C1 is #CC66CC (or #C6C).

RGB color model

#D053C1 color RGB value is (208,83,193).

RGB: (208,83,193) (82%, 33%, 76%)

RGB channels and saturation

R 208 of 255 = 82%
G 83 of 255 = 33%
B 193 of 255 = 76%

208
83
193

R + G + B ~ 64%. #D053C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 83 + 193 = 484 (100%)
R 208 of 484 ~ 42.98%
G 83 of 484 ~ 17.15%
B 193 of 484 ~ 39.88'%

%42.98
%17.15
%39.88

CMYK color model

#D053C1 color CMYK value is (0,60,7,18).

  • cyan value is 0.00%
  • magenta value is 60.10%
  • yellow value is 7.21%
  • key color value is 18.43%

CMYK: (0,60,7,18)
C0M60Y7K18 (0%, 60%, 7%, 18%)
(0.00 / 0.60 / 0.07 / 0.18)

CMYK percentages

%0
%60.1
%7.21
%18.43

Codes

Color #D053C1 in popluar color models

D0 53 C1
RGB 208 83 193
HSL 307° 57.08% 57.06%
HSB/HSV 307° 60.10% 81.57%
CMYK 0.00% 60.10% 7.21%
18.43%

Color #D053C1 in popluar number systems.

HEX D0 53 C1
Decimal 208 83 193
Binary 11010000 1010011 11000001
Octal 320 123 301

Shades and tints

Shades of #D053C1

#D053C1
(208,83,193)
#BE4CB0
(190,76,176)
#AC459F
(172,69,159)
#9A3E8E
(154,62,142)
#88377D
(136,55,125)
#76306C
(118,48,108)
#64295B
(100,41,91)
#52224A
(82,34,74)
#401B39
(64,27,57)
#2E1428
(46,20,40)
#1C0D17
(28,13,23)
#000000
(0,0,0)

Tints of #D053C1

#D053C1
(208,83,193)
#D462C6
(212,98,198)
#D871CB
(216,113,203)
#DC80D0
(220,128,208)
#E08FD5
(224,143,213)
#E49EDA
(228,158,218)
#E8ADDF
(232,173,223)
#ECBCE4
(236,188,228)
#F0CBE9
(240,203,233)
#F4DAEE
(244,218,238)
#F8E9F3
(248,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D053C1 color. Also use rgb(208,83,193) instead hex code.

Text Font Color

.myTextColor { color: #D053C1; }

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

This text font color is #D053C1.

Background Color

.myBgColor { background-color: #D053C1; }

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

This div background color is #D053C1.

Border color

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

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

This div border color is #D053C1.

Opacity

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

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

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

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

This text has shadow with #D053C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D053C1.

Preview

Color preview on black background

This text has color #D053C1 on black background.


Color preview on white background

This text has color #D053C1 on white background.


Black color preview on #D053C1 background

This text has black color on #D053C1 background.


White color preview on #D053C1 background

This text has white color on #D053C1 background.


Related colors

Complementary color

Complementary color for #hex is #2FAC3E.


I love getcolorcode.com

Triadic colors

1 #C1D053 and #53C1D0 with #D053C1 are triadic colors.

2 #C153D0 and #53D0C1 with #D053C1 are triadic colors.