COLOR #D67195

HEX: #D67195
RGB: (214,113,149)

Color info

#D67195 contains mainly red color. Web safe color of #D67195 is #CC6699 (or #C69).

RGB color model

#D67195 color RGB value is (214,113,149).

  • red value is 214;
  • green value is 113;
  • blue value is 149.
RGB:
(214,113,149)
(84%,44%,58%)

RGB channels and saturation

R 214 of 255 = 84%
G 113 of 255 = 44%
B 149 of 255 = 58%

214
113
149

R + G + B ~ 62%. #D67195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 113 + 149 = 476 (100%)
R 214 of 476 ~ 44.96%
G 113 of 476 ~ 23.74%
B 149 of 476 ~ 31.3%

%44.96
%23.74
%31.3

CMYK color model

#D67195 color CMYK value is (0,47,30,16).

  • cyan value is 0.00%
  • magenta value is 47.20%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(0,47,30,16)
C0M47Y30K16 
(0%,47%,30%,16%)
(0.00/0.47/0.30/0.16)	

CMYK percentages

%0
%47.2
%30.37
%16.08

Codes

Color #D67195 in popluar color models

D67195
RGB214113149
HSL339°55.19%64.12%
HSB/HSV339°47.20%83.92%
CMYK0.00%47.20%30.37%
16.08%

Color #D67195 in popluar number systems.

HEXD67195
Decimal214113149
Binary11010110111000110010101
Octal326161225

Shades and tints

Shades of #D67195

#D67195
(214,113,149)
#C36788
(195,103,136)
#B05D7B
(176,93,123)
#9D536E
(157,83,110)
#8A4961
(138,73,97)
#773F54
(119,63,84)
#643547
(100,53,71)
#512B3A
(81,43,58)
#3E212D
(62,33,45)
#2B1720
(43,23,32)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #D67195

#D67195
(214,113,149)
#D97D9E
(217,125,158)
#DC89A7
(220,137,167)
#DF95B0
(223,149,176)
#E2A1B9
(226,161,185)
#E5ADC2
(229,173,194)
#E8B9CB
(232,185,203)
#EBC5D4
(235,197,212)
#EED1DD
(238,209,221)
#F1DDE6
(241,221,230)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67195 color. Also use rgb(214,113,149) instead hex code.

Text Font Color

.myTextColor { color: #D67195; }

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

This text font color is #D67195.


Background Color

.myBgColor { background-color: #D67195; }

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

This div background color is #D67195.


Border color

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

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

This div border color is #D67195.


Opacity

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

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

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

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

This text has shadow with #D67195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67195 on black background.


Color preview on white background

This text has color #D67195 on white background.



Black color preview on #D67195 background

This text has black color on #D67195 background.


White color preview on #D67195 background

This text has white color on #D67195 background.