COLOR #D199B2

HEX: #D199B2 RGB: (209,153,178)

Color info

#D199B2 contains red, green and blue colors in about the same proportion. Web safe color of #D199B2 is #CC9999 (or #C99).

RGB color model

#D199B2 color RGB value is (209,153,178).

RGB: (209,153,178) (82%, 60%, 70%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 178 of 255 = 70%

209
153
178

R + G + B ~ 71%. #D199B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 153 + 178 = 540 (100%)
R 209 of 540 ~ 38.7%
G 153 of 540 ~ 28.33%
B 178 of 540 ~ 32.96'%

%38.7
%28.33
%32.96

CMYK color model

#D199B2 color CMYK value is (0,27,15,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 14.83%
  • key color value is 18.04%

CMYK: (0,27,15,18)
C0M27Y15K18 (0%, 27%, 15%, 18%)
(0.00 / 0.27 / 0.15 / 0.18)

CMYK percentages

%0
%26.79
%14.83
%18.04

Codes

Color #D199B2 in popluar color models

D1 99 B2
RGB 209 153 178
HSL 333° 37.84% 70.98%
HSB/HSV 333° 26.79% 81.96%
CMYK 0.00% 26.79% 14.83%
18.04%

Color #D199B2 in popluar number systems.

HEX D1 99 B2
Decimal 209 153 178
Binary 11010001 10011001 10110010
Octal 321 231 262

Shades and tints

Shades of #D199B2

#D199B2
(209,153,178)
#BE8CA2
(190,140,162)
#AB7F92
(171,127,146)
#987282
(152,114,130)
#856572
(133,101,114)
#725862
(114,88,98)
#5F4B52
(95,75,82)
#4C3E42
(76,62,66)
#393132
(57,49,50)
#262422
(38,36,34)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #D199B2

#D199B2
(209,153,178)
#D5A2B9
(213,162,185)
#D9ABC0
(217,171,192)
#DDB4C7
(221,180,199)
#E1BDCE
(225,189,206)
#E5C6D5
(229,198,213)
#E9CFDC
(233,207,220)
#EDD8E3
(237,216,227)
#F1E1EA
(241,225,234)
#F5EAF1
(245,234,241)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D199B2 color. Also use rgb(209,153,178) instead hex code.

Text Font Color

.myTextColor { color: #D199B2; }

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

This text font color is #D199B2.

Background Color

.myBgColor { background-color: #D199B2; }

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

This div background color is #D199B2.

Border color

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

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

This div border color is #D199B2.

Opacity

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

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

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

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

This text has shadow with #D199B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D199B2.

Preview

Color preview on black background

This text has color #D199B2 on black background.


Color preview on white background

This text has color #D199B2 on white background.


Black color preview on #D199B2 background

This text has black color on #D199B2 background.


White color preview on #D199B2 background

This text has white color on #D199B2 background.


Related colors

Complementary color

Complementary color for #hex is #2E664D.


I love getcolorcode.com

Triadic colors

1 #B2D199 and #99B2D1 with #D199B2 are triadic colors.

2 #B299D1 and #99D1B2 with #D199B2 are triadic colors.