COLOR #D092C4

HEX: #D092C4 RGB: (208,146,196)

Color info

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

RGB color model

#D092C4 color RGB value is (208,146,196).

RGB: (208,146,196) (82%, 57%, 77%)

RGB channels and saturation

R 208 of 255 = 82%
G 146 of 255 = 57%
B 196 of 255 = 77%

208
146
196

R + G + B ~ 72%. #D092C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 146 + 196 = 550 (100%)
R 208 of 550 ~ 37.82%
G 146 of 550 ~ 26.55%
B 196 of 550 ~ 35.64'%

%37.82
%26.55
%35.64

CMYK color model

#D092C4 color CMYK value is (0,30,6,18).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 5.77%
  • key color value is 18.43%

CMYK: (0,30,6,18)
C0M30Y6K18 (0%, 30%, 6%, 18%)
(0.00 / 0.30 / 0.06 / 0.18)

CMYK percentages

%0
%29.81
%5.77
%18.43

Codes

Color #D092C4 in popluar color models

D0 92 C4
RGB 208 146 196
HSL 312° 39.74% 69.41%
HSB/HSV 312° 29.81% 81.57%
CMYK 0.00% 29.81% 5.77%
18.43%

Color #D092C4 in popluar number systems.

HEX D0 92 C4
Decimal 208 146 196
Binary 11010000 10010010 11000100
Octal 320 222 304

Shades and tints

Shades of #D092C4

#D092C4
(208,146,196)
#BE85B3
(190,133,179)
#AC78A2
(172,120,162)
#9A6B91
(154,107,145)
#885E80
(136,94,128)
#76516F
(118,81,111)
#64445E
(100,68,94)
#52374D
(82,55,77)
#402A3C
(64,42,60)
#2E1D2B
(46,29,43)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #D092C4

#D092C4
(208,146,196)
#D49BC9
(212,155,201)
#D8A4CE
(216,164,206)
#DCADD3
(220,173,211)
#E0B6D8
(224,182,216)
#E4BFDD
(228,191,221)
#E8C8E2
(232,200,226)
#ECD1E7
(236,209,231)
#F0DAEC
(240,218,236)
#F4E3F1
(244,227,241)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D092C4; }

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

This text font color is #D092C4.

Background Color

.myBgColor { background-color: #D092C4; }

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

This div background color is #D092C4.

Border color

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

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

This div border color is #D092C4.

Opacity

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

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

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

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

This text has shadow with #D092C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D092C4.

Preview

Color preview on black background

This text has color #D092C4 on black background.


Color preview on white background

This text has color #D092C4 on white background.


Black color preview on #D092C4 background

This text has black color on #D092C4 background.


White color preview on #D092C4 background

This text has white color on #D092C4 background.


Related colors

Complementary color

Complementary color for #hex is #2F6D3B.


I love getcolorcode.com

Triadic colors

1 #C4D092 and #92C4D0 with #D092C4 are triadic colors.

2 #C492D0 and #92D0C4 with #D092C4 are triadic colors.