COLOR #D149CF

HEX: #D149CF
RGB: (209,73,207)

Color info

#D149CF contains mainly red and blue colors. Web safe color of #D149CF is #CC33CC (or #C3C).

RGB color model

#D149CF color RGB value is (209,73,207).

  • red value is 209;
  • green value is 73;
  • blue value is 207.
RGB:
(209,73,207)
(82%,29%,81%)

RGB channels and saturation

R 209 of 255 = 82%
G 73 of 255 = 29%
B 207 of 255 = 81%

209
73
207

R + G + B ~ 64%. #D149CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 73 + 207 = 489 (100%)
R 209 of 489 ~ 42.74%
G 73 of 489 ~ 14.93%
B 207 of 489 ~ 42.33%

%42.74
%14.93
%42.33

CMYK color model

#D149CF color CMYK value is (0,65,1,18).

  • cyan value is 0.00%
  • magenta value is 65.07%
  • yellow value is 0.96%
  • key color value is 18.04%
CMYK:
(0,65,1,18)
C0M65Y1K18 
(0%,65%,1%,18%)
(0.00/0.65/0.01/0.18)	

CMYK percentages

%0
%65.07
%0.96
%18.04

Codes

Color #D149CF in popluar color models

D149CF
RGB20973207
HSL301°59.65%55.29%
HSB/HSV301°65.07%81.96%
CMYK0.00%65.07%0.96%
18.04%

Color #D149CF in popluar number systems.

HEXD149CF
Decimal20973207
Binary11010001100100111001111
Octal321111317

Shades and tints

Shades of #D149CF

#D149CF
(209,73,207)
#BE43BD
(190,67,189)
#AB3DAB
(171,61,171)
#983799
(152,55,153)
#853187
(133,49,135)
#722B75
(114,43,117)
#5F2563
(95,37,99)
#4C1F51
(76,31,81)
#39193F
(57,25,63)
#26132D
(38,19,45)
#130D1B
(19,13,27)
#000000
(0,0,0)

Tints of #D149CF

#D149CF
(209,73,207)
#D559D3
(213,89,211)
#D969D7
(217,105,215)
#DD79DB
(221,121,219)
#E189DF
(225,137,223)
#E599E3
(229,153,227)
#E9A9E7
(233,169,231)
#EDB9EB
(237,185,235)
#F1C9EF
(241,201,239)
#F5D9F3
(245,217,243)
#F9E9F7
(249,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D149CF color. Also use rgb(209,73,207) instead hex code.

Text Font Color

.myTextColor { color: #D149CF; }

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

This text font color is #D149CF.


Background Color

.myBgColor { background-color: #D149CF; }

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

This div background color is #D149CF.


Border color

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

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

This div border color is #D149CF.


Opacity

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

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

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

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

This text has shadow with #D149CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D149CF on black background.


Color preview on white background

This text has color #D149CF on white background.



Black color preview on #D149CF background

This text has black color on #D149CF background.


White color preview on #D149CF background

This text has white color on #D149CF background.