Color Hex Logo

#da219e Color Hex

#DA219E
(218,33,158)
0 Favorites   0 Comments

Color spaces of #da219e

RGB 21833158
HSL0.890.740.49
HSV319°85°85°
CMYK 0.000.850.28   0.15
XYZ35.628918.461834.0334
Yxy18.46180.40430.2095
Hunter Lab42.967272.8217-16.8853
CIE-Lab50.051575.8114-21.8489

#da219e color RGB value is (218,33,158).

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

The process color (four color CMYK) of #da219e color hex is 0.00, 0.85, 0.28, 0.15. Web safe color of #da219e is #cc3399. Color #da219e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10011110
Octal 332 41 236
Decimal 218 33 158
Hex DA 21 9E

RGB Percentages of Color #da219e

%53.30
%8.07
%38.63

CMYK Percentages of Color #da219e

%0
%85
%28
%15

Triadic Colors of #da219e

#da219e #9eda21 #219eda

Analogous Colors of #da219e

#da219e #da2142 #ba21da

Monochromatic Colors of #da219e

#da219e

Complementary Color

#da219e #21da5d

#da219e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da219e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da219e Color CSS Codes

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

#da219e Text Font Color

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

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


#da219e Background Color

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

This div background color is #da219e


#da219e Border Color

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

This div border color is #da219e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,33,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da219e


Comments

No comments written yet.

Please login to write comment.