COLOR #D190D8

HEX: #D190D8 RGB: (209,144,216)

Color info

#D190D8 contains mainly red and blue colors. Web safe color of #D190D8 is #CC99CC (or #C9C).

RGB color model

#D190D8 color RGB value is (209,144,216).

RGB: (209,144,216) (82%, 56%, 85%)

RGB channels and saturation

R 209 of 255 = 82%
G 144 of 255 = 56%
B 216 of 255 = 85%

209
144
216

R + G + B ~ 74%. #D190D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 144 + 216 = 569 (100%)
R 209 of 569 ~ 36.73%
G 144 of 569 ~ 25.31%
B 216 of 569 ~ 37.96'%

%36.73
%25.31
%37.96

CMYK color model

#D190D8 color CMYK value is (3,33,0,15).

  • cyan value is 3.24%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (3,33,0,15) C3M33Y0K15 (3%,33%,0%,15%) (0.03/0.33/0.00/0.15) 

CMYK percentages

%3.24
%33.33
%0
%15.29

Codes

Color #D190D8 in popluar color models

D1 90 D8
RGB 209 144 216
HSL 294° 48.00% 70.59%
HSB/HSV 294° 33.33% 84.71%
CMYK 3.24% 33.33% 0.00%
15.29%

Color #D190D8 in popluar number systems.

HEX D1 90 D8
Decimal 209 144 216
Binary 11010001 10010000 11011000
Octal 321 220 330

Shades and tints

Shades of #D190D8

#D190D8
(209,144,216)
#BE83C5
(190,131,197)
#AB76B2
(171,118,178)
#98699F
(152,105,159)
#855C8C
(133,92,140)
#724F79
(114,79,121)
#5F4266
(95,66,102)
#4C3553
(76,53,83)
#392840
(57,40,64)
#261B2D
(38,27,45)
#130E1A
(19,14,26)
#000000
(0,0,0)

Tints of #D190D8

#D190D8
(209,144,216)
#D59ADB
(213,154,219)
#D9A4DE
(217,164,222)
#DDAEE1
(221,174,225)
#E1B8E4
(225,184,228)
#E5C2E7
(229,194,231)
#E9CCEA
(233,204,234)
#EDD6ED
(237,214,237)
#F1E0F0
(241,224,240)
#F5EAF3
(245,234,243)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D190D8 color. Also use rgb(209,144,216) instead hex code.

Text Font Color

.myTextColor { color: #D190D8; }

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

This text font color is #D190D8.

Background Color

.myBgColor { background-color: #D190D8; }

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

This div background color is #D190D8.

Border color

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

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

This div border color is #D190D8.

Opacity

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

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

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

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

This text has shadow with #D190D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D190D8.

Preview

Color preview on black background

This text has color #D190D8 on black background.


Color preview on white background

This text has color #D190D8 on white background.


Black color preview on #D190D8 background

This text has black color on #D190D8 background.


White color preview on #D190D8 background

This text has white color on #D190D8 background.


Related colors

Complementary color

Complementary color for #hex is #2E6F27.


I love getcolorcode.com

Triadic colors

1 #D8D190 and #90D8D1 with #D190D8 are triadic colors.

2 #D890D1 and #90D1D8 with #D190D8 are triadic colors.