Color Hex Logo

#da219d Color Hex

#DA219D
(218,33,157)
0 Favorites   0 Comments

Color spaces of #da219d

RGB 21833157
HSL0.890.740.49
HSV320°85°85°
CMYK 0.000.850.28   0.15
XYZ35.543118.427533.5818
Yxy18.42750.40600.2105
Hunter Lab42.927372.6725-16.3332
CIE-Lab50.010675.6982-21.3165

#da219d color RGB value is (218,33,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10011101
Octal 332 41 235
Decimal 218 33 157
Hex DA 21 9D

RGB Percentages of Color #da219d

%53.43
%8.09
%38.48

CMYK Percentages of Color #da219d

%0
%85
%28
%15

Triadic Colors of #da219d

#da219d #9dda21 #219dda

Analogous Colors of #da219d

#da219d #da2141 #bb21da

Monochromatic Colors of #da219d

#da219d

Complementary Color

#da219d #21da5e

#da219d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da219d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da219d Color CSS Codes

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

#da219d Text Font Color

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

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


#da219d Background Color

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

This div background color is #da219d


#da219d Border Color

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

This div border color is #da219d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da219d


Comments

No comments written yet.

Please login to write comment.