COLOR #D774BE

HEX: #D774BE RGB: (215,116,190)

Color info

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

RGB color model

#D774BE color RGB value is (215,116,190).

RGB: (215,116,190) (84%, 45%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 116 of 255 = 45%
B 190 of 255 = 75%

215
116
190

R + G + B ~ 68%. #D774BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 116 + 190 = 521 (100%)
R 215 of 521 ~ 41.27%
G 116 of 521 ~ 22.26%
B 190 of 521 ~ 36.47'%

%41.27
%22.26
%36.47

CMYK color model

#D774BE color CMYK value is (0,46,12,16).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK: (0,46,12,16) C0M46Y12K16 (0%,46%,12%,16%) (0.00/0.46/0.12/0.16) 

CMYK percentages

%0
%46.05
%11.63
%15.69

Codes

Color #D774BE in popluar color models

D7 74 BE
RGB 215 116 190
HSL 315° 55.31% 64.90%
HSB/HSV 315° 46.05% 84.31%
CMYK 0.00% 46.05% 11.63%
15.69%

Color #D774BE in popluar number systems.

HEX D7 74 BE
Decimal 215 116 190
Binary 11010111 1110100 10111110
Octal 327 164 276

Shades and tints

Shades of #D774BE

#D774BE
(215,116,190)
#C46AAD
(196,106,173)
#B1609C
(177,96,156)
#9E568B
(158,86,139)
#8B4C7A
(139,76,122)
#784269
(120,66,105)
#653858
(101,56,88)
#522E47
(82,46,71)
#3F2436
(63,36,54)
#2C1A25
(44,26,37)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #D774BE

#D774BE
(215,116,190)
#DA80C3
(218,128,195)
#DD8CC8
(221,140,200)
#E098CD
(224,152,205)
#E3A4D2
(227,164,210)
#E6B0D7
(230,176,215)
#E9BCDC
(233,188,220)
#ECC8E1
(236,200,225)
#EFD4E6
(239,212,230)
#F2E0EB
(242,224,235)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D774BE color. Also use rgb(215,116,190) instead hex code.

Text Font Color

.myTextColor { color: #D774BE; }

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

This text font color is #D774BE.

Background Color

.myBgColor { background-color: #D774BE; }

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

This div background color is #D774BE.

Border color

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

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

This div border color is #D774BE.

Opacity

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

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

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

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

This text has shadow with #D774BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D774BE.

Preview

Color preview on black background

This text has color #D774BE on black background.


Color preview on white background

This text has color #D774BE on white background.


Black color preview on #D774BE background

This text has black color on #D774BE background.


White color preview on #D774BE background

This text has white color on #D774BE background.


Related colors

Complementary color

Complementary color for #hex is #288B41.


I love getcolorcode.com

Triadic colors

1 #BED774 and #74BED7 with #D774BE are triadic colors.

2 #BE74D7 and #74D7BE with #D774BE are triadic colors.