COLOR #D074BC

HEX: #D074BC RGB: (208,116,188)

Color info

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

RGB color model

#D074BC color RGB value is (208,116,188).

RGB: (208,116,188) (82%, 45%, 74%)

RGB channels and saturation

R 208 of 255 = 82%
G 116 of 255 = 45%
B 188 of 255 = 74%

208
116
188

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

Portions of RGB colors in percentages

R + G + B = 208 + 116 + 188 = 512 (100%)
R 208 of 512 ~ 40.63%
G 116 of 512 ~ 22.66%
B 188 of 512 ~ 36.72'%

%40.63
%22.66
%36.72

CMYK color model

#D074BC color CMYK value is (0,44,10,18).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 9.62%
  • key color value is 18.43%
CMYK: (0,44,10,18) C0M44Y10K18 (0%,44%,10%,18%) (0.00/0.44/0.10/0.18) 

CMYK percentages

%0
%44.23
%9.62
%18.43

Codes

Color #D074BC in popluar color models

D0 74 BC
RGB 208 116 188
HSL 313° 49.46% 63.53%
HSB/HSV 313° 44.23% 81.57%
CMYK 0.00% 44.23% 9.62%
18.43%

Color #D074BC in popluar number systems.

HEX D0 74 BC
Decimal 208 116 188
Binary 11010000 1110100 10111100
Octal 320 164 274

Shades and tints

Shades of #D074BC

#D074BC
(208,116,188)
#BE6AAB
(190,106,171)
#AC609A
(172,96,154)
#9A5689
(154,86,137)
#884C78
(136,76,120)
#764267
(118,66,103)
#643856
(100,56,86)
#522E45
(82,46,69)
#402434
(64,36,52)
#2E1A23
(46,26,35)
#1C1012
(28,16,18)
#000000
(0,0,0)

Tints of #D074BC

#D074BC
(208,116,188)
#D480C2
(212,128,194)
#D88CC8
(216,140,200)
#DC98CE
(220,152,206)
#E0A4D4
(224,164,212)
#E4B0DA
(228,176,218)
#E8BCE0
(232,188,224)
#ECC8E6
(236,200,230)
#F0D4EC
(240,212,236)
#F4E0F2
(244,224,242)
#F8ECF8
(248,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D074BC color. Also use rgb(208,116,188) instead hex code.

Text Font Color

.myTextColor { color: #D074BC; }

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

This text font color is #D074BC.

Background Color

.myBgColor { background-color: #D074BC; }

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

This div background color is #D074BC.

Border color

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

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

This div border color is #D074BC.

Opacity

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

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

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

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

This text has shadow with #D074BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D074BC.

Preview

Color preview on black background

This text has color #D074BC on black background.


Color preview on white background

This text has color #D074BC on white background.


Black color preview on #D074BC background

This text has black color on #D074BC background.


White color preview on #D074BC background

This text has white color on #D074BC background.


Related colors

Complementary color

Complementary color for #hex is #2F8B43.


I love getcolorcode.com

Triadic colors

1 #BCD074 and #74BCD0 with #D074BC are triadic colors.

2 #BC74D0 and #74D0BC with #D074BC are triadic colors.