COLOR #D00361

HEX: #D00361
RGB: (208,3,97)

Color info

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

RGB color model

#D00361 color RGB value is (208,3,97).

  • red value is 208;
  • green value is 3;
  • blue value is 97.
RGB:
(208,3,97)
(82%,1%,38%)

RGB channels and saturation

R 208 of 255 = 82%
G 3 of 255 = 1%
B 97 of 255 = 38%

208
3
97

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

Portions of RGB colors in percentages

R + G + B =
208 + 3 + 97 = 308 (100%)
R 208 of 308 ~ 67.53%
G 3 of 308 ~ 0.97%
B 97 of 308 ~ 31.49%

%67.53
%31.49

CMYK color model

#D00361 color CMYK value is (0,99,53,18).

  • cyan value is 0.00%
  • magenta value is 98.56%
  • yellow value is 53.37%
  • key color value is 18.43%
CMYK:
(0,99,53,18)
C0M99Y53K18 
(0%,99%,53%,18%)
(0.00/0.99/0.53/0.18)	

CMYK percentages

%0
%98.56
%53.37
%18.43

Codes

Color #D00361 in popluar color models

D00361
RGB208397
HSL332°97.16%41.37%
HSB/HSV332°98.56%81.57%
CMYK0.00%98.56%53.37%
18.43%

Color #D00361 in popluar number systems.

HEXD00361
Decimal208397
Binary11010000111100001
Octal3203141

Shades and tints

Shades of #D00361

#D00361
(208,3,97)
#BE0359
(190,3,89)
#AC0351
(172,3,81)
#9A0349
(154,3,73)
#880341
(136,3,65)
#760339
(118,3,57)
#640331
(100,3,49)
#520329
(82,3,41)
#400321
(64,3,33)
#2E0319
(46,3,25)
#1C0311
(28,3,17)
#000000
(0,0,0)

Tints of #D00361

#D00361
(208,3,97)
#D4196F
(212,25,111)
#D82F7D
(216,47,125)
#DC458B
(220,69,139)
#E05B99
(224,91,153)
#E471A7
(228,113,167)
#E887B5
(232,135,181)
#EC9DC3
(236,157,195)
#F0B3D1
(240,179,209)
#F4C9DF
(244,201,223)
#F8DFED
(248,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D00361 color. Also use rgb(208,3,97) instead hex code.

Text Font Color

.myTextColor { color: #D00361; }

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

This text font color is #D00361.


Background Color

.myBgColor { background-color: #D00361; }

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

This div background color is #D00361.


Border color

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

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

This div border color is #D00361.


Opacity

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

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

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

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

This text has shadow with #D00361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D00361 on black background.


Color preview on white background

This text has color #D00361 on white background.



Black color preview on #D00361 background

This text has black color on #D00361 background.


White color preview on #D00361 background

This text has white color on #D00361 background.