COLOR #D01583

HEX: #D01583
RGB: (208,21,131)

Color info

#D01583 contains mainly red color. Web safe color of #D01583 is #CC0099 (or #C09).

RGB color model

#D01583 color RGB value is (208,21,131).

  • red value is 208;
  • green value is 21;
  • blue value is 131.
RGB:
(208,21,131)
(82%,8%,51%)

RGB channels and saturation

R 208 of 255 = 82%
G 21 of 255 = 8%
B 131 of 255 = 51%

208
21
131

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

Portions of RGB colors in percentages

R + G + B =
208 + 21 + 131 = 360 (100%)
R 208 of 360 ~ 57.78%
G 21 of 360 ~ 5.83%
B 131 of 360 ~ 36.39%

%57.78
%36.39

CMYK color model

#D01583 color CMYK value is (0,90,37,18).

  • cyan value is 0.00%
  • magenta value is 89.90%
  • yellow value is 37.02%
  • key color value is 18.43%
CMYK:
(0,90,37,18)
C0M90Y37K18 
(0%,90%,37%,18%)
(0.00/0.90/0.37/0.18)	

CMYK percentages

%0
%89.9
%37.02
%18.43

Codes

Color #D01583 in popluar color models

D01583
RGB20821131
HSL325°81.66%44.90%
HSB/HSV325°89.90%81.57%
CMYK0.00%89.90%37.02%
18.43%

Color #D01583 in popluar number systems.

HEXD01583
Decimal20821131
Binary110100001010110000011
Octal32025203

Shades and tints

Shades of #D01583

#D01583
(208,21,131)
#BE1478
(190,20,120)
#AC136D
(172,19,109)
#9A1262
(154,18,98)
#881157
(136,17,87)
#76104C
(118,16,76)
#640F41
(100,15,65)
#520E36
(82,14,54)
#400D2B
(64,13,43)
#2E0C20
(46,12,32)
#1C0B15
(28,11,21)
#000000
(0,0,0)

Tints of #D01583

#D01583
(208,21,131)
#D42A8E
(212,42,142)
#D83F99
(216,63,153)
#DC54A4
(220,84,164)
#E069AF
(224,105,175)
#E47EBA
(228,126,186)
#E893C5
(232,147,197)
#ECA8D0
(236,168,208)
#F0BDDB
(240,189,219)
#F4D2E6
(244,210,230)
#F8E7F1
(248,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D01583 color. Also use rgb(208,21,131) instead hex code.

Text Font Color

.myTextColor { color: #D01583; }

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

This text font color is #D01583.


Background Color

.myBgColor { background-color: #D01583; }

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

This div background color is #D01583.


Border color

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

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

This div border color is #D01583.


Opacity

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

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

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

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

This text has shadow with #D01583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D01583 on black background.


Color preview on white background

This text has color #D01583 on white background.



Black color preview on #D01583 background

This text has black color on #D01583 background.


White color preview on #D01583 background

This text has white color on #D01583 background.