COLOR #DB60D0

HEX: #DB60D0 RGB: (219,96,208)

Color info

#DB60D0 contains mainly red and blue colors. Web safe color of #DB60D0 is #CC66CC (or #C6C).

RGB color model

#DB60D0 color RGB value is (219,96,208).

RGB: (219,96,208) (86%, 38%, 82%)

RGB channels and saturation

R 219 of 255 = 86%
G 96 of 255 = 38%
B 208 of 255 = 82%

219
96
208

R + G + B ~ 69%. #DB60D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 96 + 208 = 523 (100%)
R 219 of 523 ~ 41.87%
G 96 of 523 ~ 18.36%
B 208 of 523 ~ 39.77'%

%41.87
%18.36
%39.77

CMYK color model

#DB60D0 color CMYK value is (0,56,5,14).

  • cyan value is 0.00%
  • magenta value is 56.16%
  • yellow value is 5.02%
  • key color value is 14.12%

CMYK: (0,56,5,14)
C0M56Y5K14 (0%, 56%, 5%, 14%)
(0.00 / 0.56 / 0.05 / 0.14)

CMYK percentages

%0
%56.16
%5.02
%14.12

Codes

Color #DB60D0 in popluar color models

DB 60 D0
RGB 219 96 208
HSL 305° 63.08% 61.76%
HSB/HSV 305° 56.16% 85.88%
CMYK 0.00% 56.16% 5.02%
14.12%

Color #DB60D0 in popluar number systems.

HEX DB 60 D0
Decimal 219 96 208
Binary 11011011 1100000 11010000
Octal 333 140 320

Shades and tints

Shades of #DB60D0

#DB60D0
(219,96,208)
#C858BE
(200,88,190)
#B550AC
(181,80,172)
#A2489A
(162,72,154)
#8F4088
(143,64,136)
#7C3876
(124,56,118)
#693064
(105,48,100)
#562852
(86,40,82)
#432040
(67,32,64)
#30182E
(48,24,46)
#1D101C
(29,16,28)
#000000
(0,0,0)

Tints of #DB60D0

#DB60D0
(219,96,208)
#DE6ED4
(222,110,212)
#E17CD8
(225,124,216)
#E48ADC
(228,138,220)
#E798E0
(231,152,224)
#EAA6E4
(234,166,228)
#EDB4E8
(237,180,232)
#F0C2EC
(240,194,236)
#F3D0F0
(243,208,240)
#F6DEF4
(246,222,244)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB60D0 color. Also use rgb(219,96,208) instead hex code.

Text Font Color

.myTextColor { color: #DB60D0; }

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

This text font color is #DB60D0.

Background Color

.myBgColor { background-color: #DB60D0; }

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

This div background color is #DB60D0.

Border color

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

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

This div border color is #DB60D0.

Opacity

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

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

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

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

This text has shadow with #DB60D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB60D0.

Preview

Color preview on black background

This text has color #DB60D0 on black background.


Color preview on white background

This text has color #DB60D0 on white background.


Black color preview on #DB60D0 background

This text has black color on #DB60D0 background.


White color preview on #DB60D0 background

This text has white color on #DB60D0 background.


Related colors

Complementary color

Complementary color for #hex is #249F2F.


I love getcolorcode.com

Triadic colors

1 #D0DB60 and #60D0DB with #DB60D0 are triadic colors.

2 #D060DB and #60DBD0 with #DB60D0 are triadic colors.