Color Hex Logo

#dd204f Color Hex

#DD204F
(221,32,79)
0 Favorites   0 Comments

Color spaces of #dd204f

RGB 2213279
HSL0.960.750.50
HSV345°86°87°
CMYK 0.000.860.64   0.13
XYZ31.746616.96978.9994
Yxy16.96970.55010.2940
Hunter Lab41.194365.471915.8834
CIE-Lab48.221870.096623.6080

#dd204f color RGB value is (221,32,79).

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

The process color (four color CMYK) of #dd204f color hex is 0.00, 0.86, 0.64, 0.13. Web safe color of #dd204f is #cc3366. Color #dd204f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 01001111
Octal 335 40 117
Decimal 221 32 79
Hex DD 20 4F

RGB Percentages of Color #dd204f

%66.57
%9.64
%23.80

CMYK Percentages of Color #dd204f

%0
%86
%64
%13

Triadic Colors of #dd204f

#dd204f #4fdd20 #204fdd

Analogous Colors of #dd204f

#dd204f #dd5020 #dd20ae

Monochromatic Colors of #dd204f

#dd204f

Complementary Color

#dd204f #20ddae

#dd204f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd204f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd204f Color CSS Codes

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

#dd204f Text Font Color

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

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


#dd204f Background Color

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

This div background color is #dd204f


#dd204f Border Color

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

This div border color is #dd204f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd204f


Comments

No comments written yet.

Please login to write comment.