COLOR #D092DC

HEX: #D092DC RGB: (208,146,220)

Color info

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

RGB color model

#D092DC color RGB value is (208,146,220).

RGB: (208,146,220) (82%, 57%, 86%)

RGB channels and saturation

R 208 of 255 = 82%
G 146 of 255 = 57%
B 220 of 255 = 86%

208
146
220

R + G + B ~ 75%. #D092DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 146 + 220 = 574 (100%)
R 208 of 574 ~ 36.24%
G 146 of 574 ~ 25.44%
B 220 of 574 ~ 38.33'%

%36.24
%25.44
%38.33

CMYK color model

#D092DC color CMYK value is (5,34,0,14).

  • cyan value is 5.45%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (5,34,0,14)
C5M34Y0K14 (5%, 34%, 0%, 14%)
(0.05 / 0.34 / 0.00 / 0.14)

CMYK percentages

%5.45
%33.64
%0
%13.73

Codes

Color #D092DC in popluar color models

D0 92 DC
RGB 208 146 220
HSL 290° 51.39% 71.76%
HSB/HSV 290° 33.64% 86.27%
CMYK 5.45% 33.64% 0.00%
13.73%

Color #D092DC in popluar number systems.

HEX D0 92 DC
Decimal 208 146 220
Binary 11010000 10010010 11011100
Octal 320 222 334

Shades and tints

Shades of #D092DC

#D092DC
(208,146,220)
#BE85C8
(190,133,200)
#AC78B4
(172,120,180)
#9A6BA0
(154,107,160)
#885E8C
(136,94,140)
#765178
(118,81,120)
#644464
(100,68,100)
#523750
(82,55,80)
#402A3C
(64,42,60)
#2E1D28
(46,29,40)
#1C1014
(28,16,20)
#000000
(0,0,0)

Tints of #D092DC

#D092DC
(208,146,220)
#D49BDF
(212,155,223)
#D8A4E2
(216,164,226)
#DCADE5
(220,173,229)
#E0B6E8
(224,182,232)
#E4BFEB
(228,191,235)
#E8C8EE
(232,200,238)
#ECD1F1
(236,209,241)
#F0DAF4
(240,218,244)
#F4E3F7
(244,227,247)
#F8ECFA
(248,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D092DC; }

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

This text font color is #D092DC.

Background Color

.myBgColor { background-color: #D092DC; }

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

This div background color is #D092DC.

Border color

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

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

This div border color is #D092DC.

Opacity

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

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

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

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

This text has shadow with #D092DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D092DC.

Preview

Color preview on black background

This text has color #D092DC on black background.


Color preview on white background

This text has color #D092DC on white background.


Black color preview on #D092DC background

This text has black color on #D092DC background.


White color preview on #D092DC background

This text has white color on #D092DC background.


Related colors

Complementary color

Complementary color for #hex is #2F6D23.


I love getcolorcode.com

Triadic colors

1 #DCD092 and #92DCD0 with #D092DC are triadic colors.

2 #DC92D0 and #92D0DC with #D092DC are triadic colors.