Color Hex Logo

#dd203e Color Hex

#DD203E
(221,32,62)
0 Favorites   0 Comments

Color spaces of #dd203e

RGB 2213262
HSL0.970.750.50
HSV350°86°87°
CMYK 0.000.860.72   0.13
XYZ31.204816.75306.1464
Yxy16.75300.57680.3096
Hunter Lab40.930464.457719.7479
CIE-Lab47.947369.295133.5325

#dd203e color RGB value is (221,32,62).

#dd203e hex color red value is 221, green value is 32 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd203e hue: 0.97 , saturation: 0.75 and the lightness value of dd203e is 0.50.

The process color (four color CMYK) of #dd203e color hex is 0.00, 0.86, 0.72, 0.13. Web safe color of #dd203e is #cc3333. Color #dd203e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 00111110
Octal 335 40 76
Decimal 221 32 62
Hex DD 20 3E

RGB Percentages of Color #dd203e

%70.16
%10.16
%19.68

CMYK Percentages of Color #dd203e

%0
%86
%72
%13

Triadic Colors of #dd203e

#dd203e #3edd20 #203edd

Analogous Colors of #dd203e

#dd203e #dd6120 #dd209d

Monochromatic Colors of #dd203e

#dd203e

Complementary Color

#dd203e #20ddbf

#dd203e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd203e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd203e Color CSS Codes

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

#dd203e Text Font Color

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

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


#dd203e Background Color

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

This div background color is #dd203e


#dd203e Border Color

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

This div border color is #dd203e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd203e


Comments

No comments written yet.

Please login to write comment.