COLOR #D090B9

HEX: #D090B9 RGB: (208,144,185)

Color info

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

RGB color model

#D090B9 color RGB value is (208,144,185).

RGB: (208,144,185) (82%, 56%, 73%)

RGB channels and saturation

R 208 of 255 = 82%
G 144 of 255 = 56%
B 185 of 255 = 73%

208
144
185

R + G + B ~ 70%. #D090B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 144 + 185 = 537 (100%)
R 208 of 537 ~ 38.73%
G 144 of 537 ~ 26.82%
B 185 of 537 ~ 34.45'%

%38.73
%26.82
%34.45

CMYK color model

#D090B9 color CMYK value is (0,31,11,18).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 11.06%
  • key color value is 18.43%

CMYK: (0,31,11,18)
C0M31Y11K18 (0%, 31%, 11%, 18%)
(0.00 / 0.31 / 0.11 / 0.18)

CMYK percentages

%0
%30.77
%11.06
%18.43

Codes

Color #D090B9 in popluar color models

D0 90 B9
RGB 208 144 185
HSL 322° 40.51% 69.02%
HSB/HSV 322° 30.77% 81.57%
CMYK 0.00% 30.77% 11.06%
18.43%

Color #D090B9 in popluar number systems.

HEX D0 90 B9
Decimal 208 144 185
Binary 11010000 10010000 10111001
Octal 320 220 271

Shades and tints

Shades of #D090B9

#D090B9
(208,144,185)
#BE83A9
(190,131,169)
#AC7699
(172,118,153)
#9A6989
(154,105,137)
#885C79
(136,92,121)
#764F69
(118,79,105)
#644259
(100,66,89)
#523549
(82,53,73)
#402839
(64,40,57)
#2E1B29
(46,27,41)
#1C0E19
(28,14,25)
#000000
(0,0,0)

Tints of #D090B9

#D090B9
(208,144,185)
#D49ABF
(212,154,191)
#D8A4C5
(216,164,197)
#DCAECB
(220,174,203)
#E0B8D1
(224,184,209)
#E4C2D7
(228,194,215)
#E8CCDD
(232,204,221)
#ECD6E3
(236,214,227)
#F0E0E9
(240,224,233)
#F4EAEF
(244,234,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D090B9 color. Also use rgb(208,144,185) instead hex code.

Text Font Color

.myTextColor { color: #D090B9; }

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

This text font color is #D090B9.

Background Color

.myBgColor { background-color: #D090B9; }

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

This div background color is #D090B9.

Border color

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

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

This div border color is #D090B9.

Opacity

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

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

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

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

This text has shadow with #D090B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D090B9.

Preview

Color preview on black background

This text has color #D090B9 on black background.


Color preview on white background

This text has color #D090B9 on white background.


Black color preview on #D090B9 background

This text has black color on #D090B9 background.


White color preview on #D090B9 background

This text has white color on #D090B9 background.


Related colors

Complementary color

Complementary color for #hex is #2F6F46.


I love getcolorcode.com

Triadic colors

1 #B9D090 and #90B9D0 with #D090B9 are triadic colors.

2 #B990D0 and #90D0B9 with #D090B9 are triadic colors.