Color Hex Logo

#da218e Color Hex

#DA218E
(218,33,142)
0 Favorites   0 Comments

Color spaces of #da218e

RGB 21833142
HSL0.900.740.49
HSV325°85°85°
CMYK 0.000.850.35   0.15
XYZ34.339817.946127.2452
Yxy17.94610.43180.2256
Hunter Lab42.362870.5592-8.4777
CIE-Lab49.430774.0859-13.2183

#da218e color RGB value is (218,33,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10001110
Octal 332 41 216
Decimal 218 33 142
Hex DA 21 8E

RGB Percentages of Color #da218e

%55.47
%8.40
%36.13

CMYK Percentages of Color #da218e

%0
%85
%35
%15

Triadic Colors of #da218e

#da218e #8eda21 #218eda

Analogous Colors of #da218e

#da218e #da2132 #ca21da

Monochromatic Colors of #da218e

#da218e

Complementary Color

#da218e #21da6d

#da218e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da218e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da218e Color CSS Codes

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

#da218e Text Font Color

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

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


#da218e Background Color

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

This div background color is #da218e


#da218e Border Color

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

This div border color is #da218e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da218e


Comments

No comments written yet.

Please login to write comment.