COLOR #D192C9

HEX: #D192C9
RGB: (209,146,201)

Color info

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

RGB color model

#D192C9 color RGB value is (209,146,201).

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

RGB channels and saturation

R 209 of 255 = 82%
G 146 of 255 = 57%
B 201 of 255 = 79%

209
146
201

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

Portions of RGB colors in percentages

R + G + B =
209 + 146 + 201 = 556 (100%)
R 209 of 556 ~ 37.59%
G 146 of 556 ~ 26.26%
B 201 of 556 ~ 36.15%

%37.59
%26.26
%36.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.14%
  • 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
%30.14
%3.83
%18.04

Codes

Color #D192C9 in popluar color models

D192C9
RGB209146201
HSL308°40.65%69.61%
HSB/HSV308°30.14%81.96%
CMYK0.00%30.14%3.83%
18.04%

Color #D192C9 in popluar number systems.

HEXD192C9
Decimal209146201
Binary110100011001001011001001
Octal321222311

Shades and tints

Shades of #D192C9

#D192C9
(209,146,201)
#BE85B7
(190,133,183)
#AB78A5
(171,120,165)
#986B93
(152,107,147)
#855E81
(133,94,129)
#72516F
(114,81,111)
#5F445D
(95,68,93)
#4C374B
(76,55,75)
#392A39
(57,42,57)
#261D27
(38,29,39)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #D192C9

#D192C9
(209,146,201)
#D59BCD
(213,155,205)
#D9A4D1
(217,164,209)
#DDADD5
(221,173,213)
#E1B6D9
(225,182,217)
#E5BFDD
(229,191,221)
#E9C8E1
(233,200,225)
#EDD1E5
(237,209,229)
#F1DAE9
(241,218,233)
#F5E3ED
(245,227,237)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D192C9; }

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

This text font color is #D192C9.


Background Color

.myBgColor { background-color: #D192C9; }

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

This div background color is #D192C9.


Border color

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

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

This div border color is #D192C9.


Opacity

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

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

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

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

This text has shadow with #D192C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D192C9 on black background.


Color preview on white background

This text has color #D192C9 on white background.



Black color preview on #D192C9 background

This text has black color on #D192C9 background.


White color preview on #D192C9 background

This text has white color on #D192C9 background.