color codes Logo

#db21d5 color codes

#DB21D5
(219,33,213)
0 Favorites   0 Comments

Color spaces of #db21d5

RGB 21933213
HSL0.840.740.49
HSV302°85°86°
CMYK 0.000.850.03   0.14
XYZ41.767520.951964.7935
Yxy20.95190.32760.1643
Hunter Lab45.773282.7758-51.8856
CIE-Lab52.896883.1650-49.4361

#db21d5 color RGB value is (219,33,213).

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

The process color (four color CMYK) of #db21d5 color code is 0.00, 0.85, 0.03, 0.14. Web safe color of #db21d5 is #cc33cc. Color #db21d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 11010101
Octal 333 41 325
Decimal 219 33 213
Hex DB 21 D5

RGB Percentages of Color #db21d5

%47.10
%7.10
%45.81

CMYK Percentages of Color #db21d5

%0
%85
%3
%14

Triadic Colors of #db21d5

#db21d5 #d5db21 #21d5db

Analogous Colors of #db21d5

#db21d5 #db2178 #8421db

Monochromatic Colors of #db21d5

#db21d5

Complementary Color

#db21d5 #21db27

#db21d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db21d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db21d5 Color CSS Codes

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

#db21d5 Text Font Color

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

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


#db21d5 Background Color

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

This div background color is #db21d5


#db21d5 Border Color

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

This div border color is #db21d5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,33,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 #db21d5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db21d5


Comments

No comments written yet.

Please login to write comment.