Color Hex Logo

#dd213a Color Hex

#DD213A
(221,33,58)
0 Favorites   0 Comments

Color spaces of #dd213a

RGB 2213358
HSL0.980.740.50
HSV352°85°87°
CMYK 0.000.850.74   0.13
XYZ31.126416.76545.5985
Yxy16.76540.58190.3134
Hunter Lab40.945664.039120.5552
CIE-Lab47.963168.938035.9107

#dd213a color RGB value is (221,33,58).

#dd213a hex color red value is 221, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dd213a hue: 0.98 , saturation: 0.74 and the lightness value of dd213a is 0.50.

The process color (four color CMYK) of #dd213a color hex is 0.00, 0.85, 0.74, 0.13. Web safe color of #dd213a is #cc3333. Color #dd213a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 00111010
Octal 335 41 72
Decimal 221 33 58
Hex DD 21 3A

RGB Percentages of Color #dd213a

%70.83
%10.58
%18.59

CMYK Percentages of Color #dd213a

%0
%85
%74
%13

Triadic Colors of #dd213a

#dd213a #3add21 #213add

Analogous Colors of #dd213a

#dd213a #dd6621 #dd2198

Monochromatic Colors of #dd213a

#dd213a

Complementary Color

#dd213a #21ddc4

#dd213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd213a Color CSS Codes

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

#dd213a Text Font Color

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

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


#dd213a Background Color

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

This div background color is #dd213a


#dd213a Border Color

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

This div border color is #dd213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd213a


Comments

No comments written yet.

Please login to write comment.