COLOR #D092C0

HEX: #D092C0
RGB: (208,146,192)

Color info

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

RGB color model

#D092C0 color RGB value is (208,146,192).

  • red value is 208;
  • green value is 146;
  • blue value is 192.
RGB:
(208,146,192)
(82%,57%,75%)

RGB channels and saturation

R 208 of 255 = 82%
G 146 of 255 = 57%
B 192 of 255 = 75%

208
146
192

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

Portions of RGB colors in percentages

R + G + B =
208 + 146 + 192 = 546 (100%)
R 208 of 546 ~ 38.1%
G 146 of 546 ~ 26.74%
B 192 of 546 ~ 35.16%

%38.1
%26.74
%35.16

CMYK color model

#D092C0 color CMYK value is (0,30,8,18).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 7.69%
  • key color value is 18.43%
CMYK:
(0,30,8,18)
C0M30Y8K18 
(0%,30%,8%,18%)
(0.00/0.30/0.08/0.18)	

CMYK percentages

%0
%29.81
%7.69
%18.43

Codes

Color #D092C0 in popluar color models

D092C0
RGB208146192
HSL315°39.74%69.41%
HSB/HSV315°29.81%81.57%
CMYK0.00%29.81%7.69%
18.43%

Color #D092C0 in popluar number systems.

HEXD092C0
Decimal208146192
Binary110100001001001011000000
Octal320222300

Shades and tints

Shades of #D092C0

#D092C0
(208,146,192)
#BE85AF
(190,133,175)
#AC789E
(172,120,158)
#9A6B8D
(154,107,141)
#885E7C
(136,94,124)
#76516B
(118,81,107)
#64445A
(100,68,90)
#523749
(82,55,73)
#402A38
(64,42,56)
#2E1D27
(46,29,39)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #D092C0

#D092C0
(208,146,192)
#D49BC5
(212,155,197)
#D8A4CA
(216,164,202)
#DCADCF
(220,173,207)
#E0B6D4
(224,182,212)
#E4BFD9
(228,191,217)
#E8C8DE
(232,200,222)
#ECD1E3
(236,209,227)
#F0DAE8
(240,218,232)
#F4E3ED
(244,227,237)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D092C0; }

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

This text font color is #D092C0.


Background Color

.myBgColor { background-color: #D092C0; }

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

This div background color is #D092C0.


Border color

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

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

This div border color is #D092C0.


Opacity

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

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

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

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

This text has shadow with #D092C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D092C0 on black background.


Color preview on white background

This text has color #D092C0 on white background.



Black color preview on #D092C0 background

This text has black color on #D092C0 background.


White color preview on #D092C0 background

This text has white color on #D092C0 background.