color codes Logo

#db014d color codes

#DB014D
(219,1,77)
0 Favorites   0 Comments

Color spaces of #db014d

RGB 219177
HSL0.940.990.43
HSV339°100°86°
CMYK 0.001.000.65   0.14
XYZ30.563815.61768.4248
Yxy15.61760.55970.2860
Hunter Lab39.519168.892215.0238
CIE-Lab46.468773.290022.4805

#db014d color RGB value is (219,1,77).

#db014d hex color red value is 219, green value is 1 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #db014d hue: 0.94 , saturation: 0.99 and the lightness value of db014d is 0.43.

The process color (four color CMYK) of #db014d color code is 0.00, 1.00, 0.65, 0.14. Web safe color of #db014d is #cc0066. Color #db014d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 01001101
Octal 333 1 115
Decimal 219 1 77
Hex DB 1 4D

RGB Percentages of Color #db014d

%73.74
%0.34
%25.93

CMYK Percentages of Color #db014d

%0
%100
%65
%14

Triadic Colors of #db014d

#db014d #4ddb01 #014ddb

Analogous Colors of #db014d

#db014d #db2201 #db01ba

Monochromatic Colors of #db014d

#db014d

Complementary Color

#db014d #01db8f

#db014d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db014d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db014d Color CSS Codes

.mybgcolor {background-color:#db014d; } 
.myforecolor {color:#db014d; }
.mybordercolor {border:3px solid #db014d; }

#db014d Text Font Color

<p style="color:#db014d">Text here</p>

This sample text font color is #db014d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#db014d Background Color

<div style="background-color:#db014d">
Div content here</div>

This div background color is #db014d


#db014d Border Color

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

This div border color is #db014d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,1,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db014d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db014d;
  -webkit-box-shadow: 1px 1px 3px 2px #db014d;
  box-shadow:         1px 1px 3px 2px #db014d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,1,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db014d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #db014d;
  -webkit-box-shadow: 1px 1px 3px 2px #db014d;
  box-shadow:         1px 1px 3px 2px #db014d;">
Div content here</div>

This div box has shadow with color #db014d


Comments

No comments written yet.

Please login to write comment.