COLOR #DA90D8

HEX: #DA90D8
RGB: (218,144,216)

Color info

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

RGB color model

#DA90D8 color RGB value is (218,144,216).

  • red value is 218;
  • green value is 144;
  • blue value is 216.
RGB:
(218,144,216)
(85%,56%,85%)

RGB channels and saturation

R 218 of 255 = 85%
G 144 of 255 = 56%
B 216 of 255 = 85%

218
144
216

R + G + B ~ 75%. #DA90D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 144 + 216 = 578 (100%)
R 218 of 578 ~ 37.72%
G 144 of 578 ~ 24.91%
B 216 of 578 ~ 37.37%

%37.72
%24.91
%37.37

CMYK color model

#DA90D8 color CMYK value is (0,34,1,15).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 0.92%
  • key color value is 14.51%
CMYK:
(0,34,1,15)
C0M34Y1K15 
(0%,34%,1%,15%)
(0.00/0.34/0.01/0.15)	

CMYK percentages

%0
%33.94
%0.92
%14.51

Codes

Color #DA90D8 in popluar color models

DA90D8
RGB218144216
HSL302°50.00%70.98%
HSB/HSV302°33.94%85.49%
CMYK0.00%33.94%0.92%
14.51%

Color #DA90D8 in popluar number systems.

HEXDA90D8
Decimal218144216
Binary110110101001000011011000
Octal332220330

Shades and tints

Shades of #DA90D8

#DA90D8
(218,144,216)
#C783C5
(199,131,197)
#B476B2
(180,118,178)
#A1699F
(161,105,159)
#8E5C8C
(142,92,140)
#7B4F79
(123,79,121)
#684266
(104,66,102)
#553553
(85,53,83)
#422840
(66,40,64)
#2F1B2D
(47,27,45)
#1C0E1A
(28,14,26)
#000000
(0,0,0)

Tints of #DA90D8

#DA90D8
(218,144,216)
#DD9ADB
(221,154,219)
#E0A4DE
(224,164,222)
#E3AEE1
(227,174,225)
#E6B8E4
(230,184,228)
#E9C2E7
(233,194,231)
#ECCCEA
(236,204,234)
#EFD6ED
(239,214,237)
#F2E0F0
(242,224,240)
#F5EAF3
(245,234,243)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA90D8; }

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

This text font color is #DA90D8.


Background Color

.myBgColor { background-color: #DA90D8; }

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

This div background color is #DA90D8.


Border color

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

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

This div border color is #DA90D8.


Opacity

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

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

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

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

This text has shadow with #DA90D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA90D8 on black background.


Color preview on white background

This text has color #DA90D8 on white background.



Black color preview on #DA90D8 background

This text has black color on #DA90D8 background.


White color preview on #DA90D8 background

This text has white color on #DA90D8 background.