COLOR #D193C9

HEX: #D193C9
RGB: (209,147,201)

Color info

#D193C9 contains mainly red and blue colors. Web safe color of #D193C9 is #CC99CC (or #C9C).

RGB color model

#D193C9 color RGB value is (209,147,201).

  • red value is 209;
  • green value is 147;
  • blue value is 201.
RGB:
(209,147,201)
(82%,58%,79%)

RGB channels and saturation

R 209 of 255 = 82%
G 147 of 255 = 58%
B 201 of 255 = 79%

209
147
201

R + G + B ~ 73%. #D193C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 147 + 201 = 557 (100%)
R 209 of 557 ~ 37.52%
G 147 of 557 ~ 26.39%
B 201 of 557 ~ 36.09%

%37.52
%26.39
%36.09

CMYK color model

#D193C9 color CMYK value is (0,30,4,18).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 3.83%
  • key color value is 18.04%
CMYK:
(0,30,4,18)
C0M30Y4K18 
(0%,30%,4%,18%)
(0.00/0.30/0.04/0.18)	

CMYK percentages

%0
%29.67
%3.83
%18.04

Codes

Color #D193C9 in popluar color models

D193C9
RGB209147201
HSL308°40.26%69.80%
HSB/HSV308°29.67%81.96%
CMYK0.00%29.67%3.83%
18.04%

Color #D193C9 in popluar number systems.

HEXD193C9
Decimal209147201
Binary110100011001001111001001
Octal321223311

Shades and tints

Shades of #D193C9

#D193C9
(209,147,201)
#BE86B7
(190,134,183)
#AB79A5
(171,121,165)
#986C93
(152,108,147)
#855F81
(133,95,129)
#72526F
(114,82,111)
#5F455D
(95,69,93)
#4C384B
(76,56,75)
#392B39
(57,43,57)
#261E27
(38,30,39)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #D193C9

#D193C9
(209,147,201)
#D59CCD
(213,156,205)
#D9A5D1
(217,165,209)
#DDAED5
(221,174,213)
#E1B7D9
(225,183,217)
#E5C0DD
(229,192,221)
#E9C9E1
(233,201,225)
#EDD2E5
(237,210,229)
#F1DBE9
(241,219,233)
#F5E4ED
(245,228,237)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D193C9 color. Also use rgb(209,147,201) instead hex code.

Text Font Color

.myTextColor { color: #D193C9; }

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

This text font color is #D193C9.


Background Color

.myBgColor { background-color: #D193C9; }

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

This div background color is #D193C9.


Border color

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

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

This div border color is #D193C9.


Opacity

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

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

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

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

This text has shadow with #D193C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D193C9 on black background.


Color preview on white background

This text has color #D193C9 on white background.



Black color preview on #D193C9 background

This text has black color on #D193C9 background.


White color preview on #D193C9 background

This text has white color on #D193C9 background.