COLOR #D03076

HEX: #D03076 RGB: (208,48,118)

Color info

#D03076 contains mainly red color. Web safe color of #D03076 is #CC3366 (or #C36).

RGB color model

#D03076 color RGB value is (208,48,118).

RGB: (208,48,118) (82%, 19%, 46%)

RGB channels and saturation

R 208 of 255 = 82%
G 48 of 255 = 19%
B 118 of 255 = 46%

208
48
118

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

Portions of RGB colors in percentages

R + G + B = 208 + 48 + 118 = 374 (100%)
R 208 of 374 ~ 55.61%
G 48 of 374 ~ 12.83%
B 118 of 374 ~ 31.55'%

%55.61
%12.83
%31.55

CMYK color model

#D03076 color CMYK value is (0,77,43,18).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 43.27%
  • key color value is 18.43%

CMYK: (0,77,43,18)
C0M77Y43K18 (0%, 77%, 43%, 18%)
(0.00 / 0.77 / 0.43 / 0.18)

CMYK percentages

%0
%76.92
%43.27
%18.43

Codes

Color #D03076 in popluar color models

D0 30 76
RGB 208 48 118
HSL 334° 62.99% 50.20%
HSB/HSV 334° 76.92% 81.57%
CMYK 0.00% 76.92% 43.27%
18.43%

Color #D03076 in popluar number systems.

HEX D0 30 76
Decimal 208 48 118
Binary 11010000 110000 1110110
Octal 320 60 166

Shades and tints

Shades of #D03076

#D03076
(208,48,118)
#BE2C6C
(190,44,108)
#AC2862
(172,40,98)
#9A2458
(154,36,88)
#88204E
(136,32,78)
#761C44
(118,28,68)
#64183A
(100,24,58)
#521430
(82,20,48)
#401026
(64,16,38)
#2E0C1C
(46,12,28)
#1C0812
(28,8,18)
#000000
(0,0,0)

Tints of #D03076

#D03076
(208,48,118)
#D44282
(212,66,130)
#D8548E
(216,84,142)
#DC669A
(220,102,154)
#E078A6
(224,120,166)
#E48AB2
(228,138,178)
#E89CBE
(232,156,190)
#ECAECA
(236,174,202)
#F0C0D6
(240,192,214)
#F4D2E2
(244,210,226)
#F8E4EE
(248,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D03076 color. Also use rgb(208,48,118) instead hex code.

Text Font Color

.myTextColor { color: #D03076; }

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

This text font color is #D03076.

Background Color

.myBgColor { background-color: #D03076; }

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

This div background color is #D03076.

Border color

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

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

This div border color is #D03076.

Opacity

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

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

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

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

This text has shadow with #D03076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D03076.

Preview

Color preview on black background

This text has color #D03076 on black background.


Color preview on white background

This text has color #D03076 on white background.


Black color preview on #D03076 background

This text has black color on #D03076 background.


White color preview on #D03076 background

This text has white color on #D03076 background.


Related colors

Complementary color

Complementary color for #hex is #2FCF89.


I love getcolorcode.com

Triadic colors

1 #76D030 and #3076D0 with #D03076 are triadic colors.

2 #7630D0 and #30D076 with #D03076 are triadic colors.