Color Hex Logo

#da219f Color Hex

#DA219F
(218,33,159)
0 Favorites   0 Comments

Color spaces of #da219f

RGB 21833159
HSL0.890.740.49
HSV319°85°85°
CMYK 0.000.850.27   0.15
XYZ35.715318.496334.4886
Yxy18.49630.40270.2085
Hunter Lab43.007372.9720-17.4409
CIE-Lab50.092675.9253-22.3805

#da219f color RGB value is (218,33,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10011111
Octal 332 41 237
Decimal 218 33 159
Hex DA 21 9F

RGB Percentages of Color #da219f

%53.17
%8.05
%38.78

CMYK Percentages of Color #da219f

%0
%85
%27
%15

Triadic Colors of #da219f

#da219f #9fda21 #219fda

Analogous Colors of #da219f

#da219f #da2143 #b921da

Monochromatic Colors of #da219f

#da219f

Complementary Color

#da219f #21da5c

#da219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da219f Color CSS Codes

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

#da219f Text Font Color

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

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


#da219f Background Color

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

This div background color is #da219f


#da219f Border Color

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

This div border color is #da219f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da219f


Comments

No comments written yet.

Please login to write comment.