COLOR #D675B4

HEX: #D675B4
RGB: (214,117,180)

Color info

#D675B4 contains mainly red and blue colors. Web safe color of #D675B4 is #CC66CC (or #C6C).

RGB color model

#D675B4 color RGB value is (214,117,180).

  • red value is 214;
  • green value is 117;
  • blue value is 180.
RGB:
(214,117,180)
(84%,46%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 117 of 255 = 46%
B 180 of 255 = 71%

214
117
180

R + G + B ~ 67%. #D675B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 117 + 180 = 511 (100%)
R 214 of 511 ~ 41.88%
G 117 of 511 ~ 22.9%
B 180 of 511 ~ 35.23%

%41.88
%22.9
%35.23

CMYK color model

#D675B4 color CMYK value is (0,45,16,16).

  • cyan value is 0.00%
  • magenta value is 45.33%
  • yellow value is 15.89%
  • key color value is 16.08%
CMYK:
(0,45,16,16)
C0M45Y16K16 
(0%,45%,16%,16%)
(0.00/0.45/0.16/0.16)	

CMYK percentages

%0
%45.33
%15.89
%16.08

Codes

Color #D675B4 in popluar color models

D675B4
RGB214117180
HSL321°54.19%64.90%
HSB/HSV321°45.33%83.92%
CMYK0.00%45.33%15.89%
16.08%

Color #D675B4 in popluar number systems.

HEXD675B4
Decimal214117180
Binary11010110111010110110100
Octal326165264

Shades and tints

Shades of #D675B4

#D675B4
(214,117,180)
#C36BA4
(195,107,164)
#B06194
(176,97,148)
#9D5784
(157,87,132)
#8A4D74
(138,77,116)
#774364
(119,67,100)
#643954
(100,57,84)
#512F44
(81,47,68)
#3E2534
(62,37,52)
#2B1B24
(43,27,36)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #D675B4

#D675B4
(214,117,180)
#D981BA
(217,129,186)
#DC8DC0
(220,141,192)
#DF99C6
(223,153,198)
#E2A5CC
(226,165,204)
#E5B1D2
(229,177,210)
#E8BDD8
(232,189,216)
#EBC9DE
(235,201,222)
#EED5E4
(238,213,228)
#F1E1EA
(241,225,234)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D675B4 color. Also use rgb(214,117,180) instead hex code.

Text Font Color

.myTextColor { color: #D675B4; }

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

This text font color is #D675B4.


Background Color

.myBgColor { background-color: #D675B4; }

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

This div background color is #D675B4.


Border color

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

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

This div border color is #D675B4.


Opacity

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

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

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

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

This text has shadow with #D675B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D675B4 on black background.


Color preview on white background

This text has color #D675B4 on white background.



Black color preview on #D675B4 background

This text has black color on #D675B4 background.


White color preview on #D675B4 background

This text has white color on #D675B4 background.