COLOR #D190E8

HEX: #D190E8
RGB: (209,144,232)

Color info

#D190E8 contains mainly red and blue colors. Web safe color of #D190E8 is #CC99FF (or #C9F).

RGB color model

#D190E8 color RGB value is (209,144,232).

  • red value is 209;
  • green value is 144;
  • blue value is 232.
RGB:
(209,144,232)
(82%,56%,91%)

RGB channels and saturation

R 209 of 255 = 82%
G 144 of 255 = 56%
B 232 of 255 = 91%

209
144
232

R + G + B ~ 76%. #D190E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 144 + 232 = 585 (100%)
R 209 of 585 ~ 35.73%
G 144 of 585 ~ 24.62%
B 232 of 585 ~ 39.66%

%35.73
%24.62
%39.66

CMYK color model

#D190E8 color CMYK value is (10,38,0,9).

  • cyan value is 9.91%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(10,38,0,9)
C10M38Y0K9 
(10%,38%,0%,9%)
(0.10/0.38/0.00/0.09)	

CMYK percentages

%9.91
%37.93
%0
%9.02

Codes

Color #D190E8 in popluar color models

D190E8
RGB209144232
HSL284°65.67%73.73%
HSB/HSV284°37.93%90.98%
CMYK9.91%37.93%0.00%
9.02%

Color #D190E8 in popluar number systems.

HEXD190E8
Decimal209144232
Binary110100011001000011101000
Octal321220350

Shades and tints

Shades of #D190E8

#D190E8
(209,144,232)
#BE83D3
(190,131,211)
#AB76BE
(171,118,190)
#9869A9
(152,105,169)
#855C94
(133,92,148)
#724F7F
(114,79,127)
#5F426A
(95,66,106)
#4C3555
(76,53,85)
#392840
(57,40,64)
#261B2B
(38,27,43)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #D190E8

#D190E8
(209,144,232)
#D59AEA
(213,154,234)
#D9A4EC
(217,164,236)
#DDAEEE
(221,174,238)
#E1B8F0
(225,184,240)
#E5C2F2
(229,194,242)
#E9CCF4
(233,204,244)
#EDD6F6
(237,214,246)
#F1E0F8
(241,224,248)
#F5EAFA
(245,234,250)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D190E8; }

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

This text font color is #D190E8.


Background Color

.myBgColor { background-color: #D190E8; }

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

This div background color is #D190E8.


Border color

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

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

This div border color is #D190E8.


Opacity

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

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

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

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

This text has shadow with #D190E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D190E8 on black background.


Color preview on white background

This text has color #D190E8 on white background.



Black color preview on #D190E8 background

This text has black color on #D190E8 background.


White color preview on #D190E8 background

This text has white color on #D190E8 background.