COLOR #DB456E

HEX: #DB456E RGB: (219,69,110)

Color info

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

RGB color model

#DB456E color RGB value is (219,69,110).

RGB: (219,69,110) (86%, 27%, 43%)

RGB channels and saturation

R 219 of 255 = 86%
G 69 of 255 = 27%
B 110 of 255 = 43%

219
69
110

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

Portions of RGB colors in percentages

R + G + B = 219 + 69 + 110 = 398 (100%)
R 219 of 398 ~ 55.03%
G 69 of 398 ~ 17.34%
B 110 of 398 ~ 27.64'%

%55.03
%17.34
%27.64

CMYK color model

#DB456E color CMYK value is (0,68,50,14).

  • cyan value is 0.00%
  • magenta value is 68.49%
  • yellow value is 49.77%
  • key color value is 14.12%
CMYK: (0,68,50,14) C0M68Y50K14 (0%,68%,50%,14%) (0.00/0.68/0.50/0.14) 

CMYK percentages

%0
%68.49
%49.77
%14.12

Codes

Color #DB456E in popluar color models

DB 45 6E
RGB 219 69 110
HSL 344° 67.57% 56.47%
HSB/HSV 344° 68.49% 85.88%
CMYK 0.00% 68.49% 49.77%
14.12%

Color #DB456E in popluar number systems.

HEX DB 45 6E
Decimal 219 69 110
Binary 11011011 1000101 1101110
Octal 333 105 156

Shades and tints

Shades of #DB456E

#DB456E
(219,69,110)
#C83F64
(200,63,100)
#B5395A
(181,57,90)
#A23350
(162,51,80)
#8F2D46
(143,45,70)
#7C273C
(124,39,60)
#692132
(105,33,50)
#561B28
(86,27,40)
#43151E
(67,21,30)
#300F14
(48,15,20)
#1D090A
(29,9,10)
#000000
(0,0,0)

Tints of #DB456E

#DB456E
(219,69,110)
#DE557B
(222,85,123)
#E16588
(225,101,136)
#E47595
(228,117,149)
#E785A2
(231,133,162)
#EA95AF
(234,149,175)
#EDA5BC
(237,165,188)
#F0B5C9
(240,181,201)
#F3C5D6
(243,197,214)
#F6D5E3
(246,213,227)
#F9E5F0
(249,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB456E color. Also use rgb(219,69,110) instead hex code.

Text Font Color

.myTextColor { color: #DB456E; }

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

This text font color is #DB456E.

Background Color

.myBgColor { background-color: #DB456E; }

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

This div background color is #DB456E.

Border color

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

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

This div border color is #DB456E.

Opacity

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

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

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

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

This text has shadow with #DB456E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB456E.

Preview

Color preview on black background

This text has color #DB456E on black background.


Color preview on white background

This text has color #DB456E on white background.


Black color preview on #DB456E background

This text has black color on #DB456E background.


White color preview on #DB456E background

This text has white color on #DB456E background.


Related colors

Complementary color

Complementary color for #hex is #24BA91.


I love getcolorcode.com

Triadic colors

1 #6EDB45 and #456EDB with #DB456E are triadic colors.

2 #6E45DB and #45DB6E with #DB456E are triadic colors.