COLOR #D83070

HEX: #D83070 RGB: (216,48,112)

Color info

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

RGB color model

#D83070 color RGB value is (216,48,112).

RGB: (216,48,112) (85%, 19%, 44%)

RGB channels and saturation

R 216 of 255 = 85%
G 48 of 255 = 19%
B 112 of 255 = 44%

216
48
112

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

Portions of RGB colors in percentages

R + G + B = 216 + 48 + 112 = 376 (100%)
R 216 of 376 ~ 57.45%
G 48 of 376 ~ 12.77%
B 112 of 376 ~ 29.79'%

%57.45
%12.77
%29.79

CMYK color model

#D83070 color CMYK value is (0,78,48,15).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 48.15%
  • key color value is 15.29%

CMYK: (0,78,48,15)
C0M78Y48K15 (0%, 78%, 48%, 15%)
(0.00 / 0.78 / 0.48 / 0.15)

CMYK percentages

%0
%77.78
%48.15
%15.29

Codes

Color #D83070 in popluar color models

D8 30 70
RGB 216 48 112
HSL 337° 68.29% 51.76%
HSB/HSV 337° 77.78% 84.71%
CMYK 0.00% 77.78% 48.15%
15.29%

Color #D83070 in popluar number systems.

HEX D8 30 70
Decimal 216 48 112
Binary 11011000 110000 1110000
Octal 330 60 160

Shades and tints

Shades of #D83070

#D83070
(216,48,112)
#C52C66
(197,44,102)
#B2285C
(178,40,92)
#9F2452
(159,36,82)
#8C2048
(140,32,72)
#791C3E
(121,28,62)
#661834
(102,24,52)
#53142A
(83,20,42)
#401020
(64,16,32)
#2D0C16
(45,12,22)
#1A080C
(26,8,12)
#000000
(0,0,0)

Tints of #D83070

#D83070
(216,48,112)
#DB427D
(219,66,125)
#DE548A
(222,84,138)
#E16697
(225,102,151)
#E478A4
(228,120,164)
#E78AB1
(231,138,177)
#EA9CBE
(234,156,190)
#EDAECB
(237,174,203)
#F0C0D8
(240,192,216)
#F3D2E5
(243,210,229)
#F6E4F2
(246,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D83070 color. Also use rgb(216,48,112) instead hex code.

Text Font Color

.myTextColor { color: #D83070; }

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

This text font color is #D83070.

Background Color

.myBgColor { background-color: #D83070; }

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

This div background color is #D83070.

Border color

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

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

This div border color is #D83070.

Opacity

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

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

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

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

This text has shadow with #D83070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D83070.

Preview

Color preview on black background

This text has color #D83070 on black background.


Color preview on white background

This text has color #D83070 on white background.


Black color preview on #D83070 background

This text has black color on #D83070 background.


White color preview on #D83070 background

This text has white color on #D83070 background.


Related colors

Complementary color

Complementary color for #D83070 is #27CF8F.


I love getcolorcode.com

Triadic colors

1 #70D830 and #3070D8 with #D83070 are triadic colors.

2 #7030D8 and #30D870 with #D83070 are triadic colors.