COLOR #DD0E5A

HEX: #DD0E5A
RGB: (221,14,90)

Color info

#DD0E5A contains mainly red color. Web safe color of #DD0E5A is #CC0066 (or #C06).

RGB color model

#DD0E5A color RGB value is (221,14,90).

  • red value is 221;
  • green value is 14;
  • blue value is 90.
RGB:
(221,14,90)
(87%,5%,35%)

RGB channels and saturation

R 221 of 255 = 87%
G 14 of 255 = 5%
B 90 of 255 = 35%

221
14
90

R + G + B ~ 42%. #DD0E5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
221 + 14 + 90 = 325 (100%)
R 221 of 325 ~ 68%
G 14 of 325 ~ 4.31%
B 90 of 325 ~ 27.69%

%68
%27.69

CMYK color model

#DD0E5A color CMYK value is (0,94,59,13).

  • cyan value is 0.00%
  • magenta value is 93.67%
  • yellow value is 59.28%
  • key color value is 13.33%
CMYK:
(0,94,59,13)
C0M94Y59K13 
(0%,94%,59%,13%)
(0.00/0.94/0.59/0.13)	

CMYK percentages

%0
%93.67
%59.28
%13.33

Codes

Color #DD0E5A in popluar color models

DD0E5A
RGB2211490
HSL338°88.09%46.08%
HSB/HSV338°93.67%86.67%
CMYK0.00%93.67%59.28%
13.33%

Color #DD0E5A in popluar number systems.

HEXDD0E5A
Decimal2211490
Binary1101110111101011010
Octal33516132

Shades and tints

Shades of #DD0E5A

#DD0E5A
(221,14,90)
#C90D52
(201,13,82)
#B50C4A
(181,12,74)
#A10B42
(161,11,66)
#8D0A3A
(141,10,58)
#790932
(121,9,50)
#65082A
(101,8,42)
#510722
(81,7,34)
#3D061A
(61,6,26)
#290512
(41,5,18)
#15040A
(21,4,10)
#000000
(0,0,0)

Tints of #DD0E5A

#DD0E5A
(221,14,90)
#E02369
(224,35,105)
#E33878
(227,56,120)
#E64D87
(230,77,135)
#E96296
(233,98,150)
#EC77A5
(236,119,165)
#EF8CB4
(239,140,180)
#F2A1C3
(242,161,195)
#F5B6D2
(245,182,210)
#F8CBE1
(248,203,225)
#FBE0F0
(251,224,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD0E5A color. Also use rgb(221,14,90) instead hex code.

Text Font Color

.myTextColor { color: #DD0E5A; }

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

This text font color is #DD0E5A.


Background Color

.myBgColor { background-color: #DD0E5A; }

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

This div background color is #DD0E5A.


Border color

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

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

This div border color is #DD0E5A.


Opacity

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

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

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

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

This text has shadow with #DD0E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD0E5A on black background.


Color preview on white background

This text has color #DD0E5A on white background.



Black color preview on #DD0E5A background

This text has black color on #DD0E5A background.


White color preview on #DD0E5A background

This text has white color on #DD0E5A background.