Color Hex Logo

#da216a Color Hex

#DA216A
(218,33,106)
0 Favorites   0 Comments

Color spaces of #da216a

RGB 21833106
HSL0.930.740.49
HSV336°85°85°
CMYK 0.000.850.51   0.15
XYZ32.058817.033715.2338
Yxy17.03370.49840.2648
Hunter Lab41.271966.42777.0059
CIE-Lab48.302570.88267.0388

#da216a color RGB value is (218,33,106).

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

The process color (four color CMYK) of #da216a color hex is 0.00, 0.85, 0.51, 0.15. Web safe color of #da216a is #cc3366. Color #da216a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 01101010
Octal 332 41 152
Decimal 218 33 106
Hex DA 21 6A

RGB Percentages of Color #da216a

%61.06
%9.24
%29.69

CMYK Percentages of Color #da216a

%0
%85
%51
%15

Triadic Colors of #da216a

#da216a #6ada21 #216ada

Analogous Colors of #da216a

#da216a #da3521 #da21c7

Monochromatic Colors of #da216a

#da216a

Complementary Color

#da216a #21da91

#da216a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da216a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da216a Color CSS Codes

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

#da216a Text Font Color

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

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


#da216a Background Color

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

This div background color is #da216a


#da216a Border Color

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

This div border color is #da216a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da216a


Comments

No comments written yet.

Please login to write comment.