COLOR #D692C7

HEX: #D692C7
RGB: (214,146,199)

Color info

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

RGB color model

#D692C7 color RGB value is (214,146,199).

  • red value is 214;
  • green value is 146;
  • blue value is 199.
RGB:
(214,146,199)
(84%,57%,78%)

RGB channels and saturation

R 214 of 255 = 84%
G 146 of 255 = 57%
B 199 of 255 = 78%

214
146
199

R + G + B ~ 73%. #D692C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 146 + 199 = 559 (100%)
R 214 of 559 ~ 38.28%
G 146 of 559 ~ 26.12%
B 199 of 559 ~ 35.6%

%38.28
%26.12
%35.6

CMYK color model

#D692C7 color CMYK value is (0,32,7,16).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 7.01%
  • key color value is 16.08%
CMYK:
(0,32,7,16)
C0M32Y7K16 
(0%,32%,7%,16%)
(0.00/0.32/0.07/0.16)	

CMYK percentages

%0
%31.78
%7.01
%16.08

Codes

Color #D692C7 in popluar color models

D692C7
RGB214146199
HSL313°45.33%70.59%
HSB/HSV313°31.78%83.92%
CMYK0.00%31.78%7.01%
16.08%

Color #D692C7 in popluar number systems.

HEXD692C7
Decimal214146199
Binary110101101001001011000111
Octal326222307

Shades and tints

Shades of #D692C7

#D692C7
(214,146,199)
#C385B5
(195,133,181)
#B078A3
(176,120,163)
#9D6B91
(157,107,145)
#8A5E7F
(138,94,127)
#77516D
(119,81,109)
#64445B
(100,68,91)
#513749
(81,55,73)
#3E2A37
(62,42,55)
#2B1D25
(43,29,37)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #D692C7

#D692C7
(214,146,199)
#D99BCC
(217,155,204)
#DCA4D1
(220,164,209)
#DFADD6
(223,173,214)
#E2B6DB
(226,182,219)
#E5BFE0
(229,191,224)
#E8C8E5
(232,200,229)
#EBD1EA
(235,209,234)
#EEDAEF
(238,218,239)
#F1E3F4
(241,227,244)
#F4ECF9
(244,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D692C7 color. Also use rgb(214,146,199) instead hex code.

Text Font Color

.myTextColor { color: #D692C7; }

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

This text font color is #D692C7.


Background Color

.myBgColor { background-color: #D692C7; }

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

This div background color is #D692C7.


Border color

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

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

This div border color is #D692C7.


Opacity

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

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

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

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

This text has shadow with #D692C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D692C7 on black background.


Color preview on white background

This text has color #D692C7 on white background.



Black color preview on #D692C7 background

This text has black color on #D692C7 background.


White color preview on #D692C7 background

This text has white color on #D692C7 background.