Color Hex Logo

#dd203f Color Hex

#DD203F
(221,32,63)
0 Favorites   0 Comments

Color spaces of #dd203f

RGB 2213263
HSL0.970.750.50
HSV350°86°87°
CMYK 0.000.860.71   0.13
XYZ31.232516.76416.2923
Yxy16.76410.57530.3088
Hunter Lab40.944064.509719.5491
CIE-Lab47.961469.336332.9545

#dd203f color RGB value is (221,32,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 00111111
Octal 335 40 77
Decimal 221 32 63
Hex DD 20 3F

RGB Percentages of Color #dd203f

%69.94
%10.13
%19.94

CMYK Percentages of Color #dd203f

%0
%86
%71
%13

Triadic Colors of #dd203f

#dd203f #3fdd20 #203fdd

Analogous Colors of #dd203f

#dd203f #dd6020 #dd209e

Monochromatic Colors of #dd203f

#dd203f

Complementary Color

#dd203f #20ddbe

#dd203f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd203f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd203f Color CSS Codes

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

#dd203f Text Font Color

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

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


#dd203f Background Color

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

This div background color is #dd203f


#dd203f Border Color

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

This div border color is #dd203f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd203f


Comments

No comments written yet.

Please login to write comment.