COLOR #D090C0

HEX: #D090C0 RGB: (208,144,192)

Color info

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

RGB color model

#D090C0 color RGB value is (208,144,192).

RGB: (208,144,192) (82%, 56%, 75%)

RGB channels and saturation

R 208 of 255 = 82%
G 144 of 255 = 56%
B 192 of 255 = 75%

208
144
192

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

Portions of RGB colors in percentages

R + G + B = 208 + 144 + 192 = 544 (100%)
R 208 of 544 ~ 38.24%
G 144 of 544 ~ 26.47%
B 192 of 544 ~ 35.29'%

%38.24
%26.47
%35.29

CMYK color model

#D090C0 color CMYK value is (0,31,8,18).

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

CMYK: (0,31,8,18)
C0M31Y8K18 (0%, 31%, 8%, 18%)
(0.00 / 0.31 / 0.08 / 0.18)

CMYK percentages

%0
%30.77
%7.69
%18.43

Codes

Color #D090C0 in popluar color models

D0 90 C0
RGB 208 144 192
HSL 315° 40.51% 69.02%
HSB/HSV 315° 30.77% 81.57%
CMYK 0.00% 30.77% 7.69%
18.43%

Color #D090C0 in popluar number systems.

HEX D0 90 C0
Decimal 208 144 192
Binary 11010000 10010000 11000000
Octal 320 220 300

Shades and tints

Shades of #D090C0

#D090C0
(208,144,192)
#BE83AF
(190,131,175)
#AC769E
(172,118,158)
#9A698D
(154,105,141)
#885C7C
(136,92,124)
#764F6B
(118,79,107)
#64425A
(100,66,90)
#523549
(82,53,73)
#402838
(64,40,56)
#2E1B27
(46,27,39)
#1C0E16
(28,14,22)
#000000
(0,0,0)

Tints of #D090C0

#D090C0
(208,144,192)
#D49AC5
(212,154,197)
#D8A4CA
(216,164,202)
#DCAECF
(220,174,207)
#E0B8D4
(224,184,212)
#E4C2D9
(228,194,217)
#E8CCDE
(232,204,222)
#ECD6E3
(236,214,227)
#F0E0E8
(240,224,232)
#F4EAED
(244,234,237)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D090C0; }

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

This text font color is #D090C0.

Background Color

.myBgColor { background-color: #D090C0; }

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

This div background color is #D090C0.

Border color

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

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

This div border color is #D090C0.

Opacity

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

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

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

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

This text has shadow with #D090C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D090C0.

Preview

Color preview on black background

This text has color #D090C0 on black background.


Color preview on white background

This text has color #D090C0 on white background.


Black color preview on #D090C0 background

This text has black color on #D090C0 background.


White color preview on #D090C0 background

This text has white color on #D090C0 background.


Related colors

Complementary color

Complementary color for #hex is #2F6F3F.


I love getcolorcode.com

Triadic colors

1 #C0D090 and #90C0D0 with #D090C0 are triadic colors.

2 #C090D0 and #90D0C0 with #D090C0 are triadic colors.