COLOR #D35875

HEX: #D35875 RGB: (211,88,117)

Color info

#D35875 contains mainly red color. Web safe color of #D35875 is #CC6666 (or #C66).

RGB color model

#D35875 color RGB value is (211,88,117).

RGB: (211,88,117) (83%, 35%, 46%)

RGB channels and saturation

R 211 of 255 = 83%
G 88 of 255 = 35%
B 117 of 255 = 46%

211
88
117

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

Portions of RGB colors in percentages

R + G + B = 211 + 88 + 117 = 416 (100%)
R 211 of 416 ~ 50.72%
G 88 of 416 ~ 21.15%
B 117 of 416 ~ 28.13'%

%50.72
%21.15
%28.13

CMYK color model

#D35875 color CMYK value is (0,58,45,17).

  • cyan value is 0.00%
  • magenta value is 58.29%
  • yellow value is 44.55%
  • key color value is 17.25%

CMYK: (0,58,45,17)
C0M58Y45K17 (0%, 58%, 45%, 17%)
(0.00 / 0.58 / 0.45 / 0.17)

CMYK percentages

%0
%58.29
%44.55
%17.25

Codes

Color #D35875 in popluar color models

D3 58 75
RGB 211 88 117
HSL 346° 58.29% 58.63%
HSB/HSV 346° 58.29% 82.75%
CMYK 0.00% 58.29% 44.55%
17.25%

Color #D35875 in popluar number systems.

HEX D3 58 75
Decimal 211 88 117
Binary 11010011 1011000 1110101
Octal 323 130 165

Shades and tints

Shades of #D35875

#D35875
(211,88,117)
#C0506B
(192,80,107)
#AD4861
(173,72,97)
#9A4057
(154,64,87)
#87384D
(135,56,77)
#743043
(116,48,67)
#612839
(97,40,57)
#4E202F
(78,32,47)
#3B1825
(59,24,37)
#28101B
(40,16,27)
#150811
(21,8,17)
#000000
(0,0,0)

Tints of #D35875

#D35875
(211,88,117)
#D76781
(215,103,129)
#DB768D
(219,118,141)
#DF8599
(223,133,153)
#E394A5
(227,148,165)
#E7A3B1
(231,163,177)
#EBB2BD
(235,178,189)
#EFC1C9
(239,193,201)
#F3D0D5
(243,208,213)
#F7DFE1
(247,223,225)
#FBEEED
(251,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D35875 color. Also use rgb(211,88,117) instead hex code.

Text Font Color

.myTextColor { color: #D35875; }

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

This text font color is #D35875.

Background Color

.myBgColor { background-color: #D35875; }

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

This div background color is #D35875.

Border color

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

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

This div border color is #D35875.

Opacity

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

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

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

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

This text has shadow with #D35875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D35875.

Preview

Color preview on black background

This text has color #D35875 on black background.


Color preview on white background

This text has color #D35875 on white background.


Black color preview on #D35875 background

This text has black color on #D35875 background.


White color preview on #D35875 background

This text has white color on #D35875 background.


Related colors

Complementary color

Complementary color for #hex is #2CA78A.


I love getcolorcode.com

Triadic colors

1 #75D358 and #5875D3 with #D35875 are triadic colors.

2 #7558D3 and #58D375 with #D35875 are triadic colors.