color codes Logo

#db16d5 color codes

#DB16D5
(219,22,213)
0 Favorites   0 Comments

Color spaces of #db16d5

RGB 21922213
HSL0.840.820.47
HSV302°90°86°
CMYK 0.000.900.03   0.14
XYZ41.510620.438064.7079
Yxy20.43800.32770.1614
Hunter Lab45.208484.7849-53.2173
CIE-Lab52.328984.8321-50.3412

#db16d5 color RGB value is (219,22,213).

#db16d5 hex color red value is 219, green value is 22 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #db16d5 hue: 0.84 , saturation: 0.82 and the lightness value of db16d5 is 0.47.

The process color (four color CMYK) of #db16d5 color code is 0.00, 0.90, 0.03, 0.14. Web safe color of #db16d5 is #cc00cc. Color #db16d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 11010101
Octal 333 26 325
Decimal 219 22 213
Hex DB 16 D5

RGB Percentages of Color #db16d5

%48.24
%4.85
%46.92

CMYK Percentages of Color #db16d5

%0
%90
%3
%14

Triadic Colors of #db16d5

#db16d5 #d5db16 #16d5db

Analogous Colors of #db16d5

#db16d5 #db1673 #7f16db

Monochromatic Colors of #db16d5

#db16d5

Complementary Color

#db16d5 #16db1c

#db16d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db16d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db16d5 Color CSS Codes

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

#db16d5 Text Font Color

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

This sample text font color is #db16d5
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.


#db16d5 Background Color

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

This div background color is #db16d5


#db16d5 Border Color

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

This div border color is #db16d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db16d5


Comments

No comments written yet.

Please login to write comment.