Color Hex Logo

#dd204d Color Hex

#DD204D
(221,32,77)
1 Favorites   0 Comments

Color spaces of #dd204d

RGB 2213277
HSL0.960.750.50
HSV346°86°87°
CMYK 0.000.860.65   0.13
XYZ31.674916.94108.6217
Yxy16.94100.55340.2960
Hunter Lab41.159465.338516.3921
CIE-Lab48.185669.991424.7818

#dd204d color RGB value is (221,32,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 01001101
Octal 335 40 115
Decimal 221 32 77
Hex DD 20 4D

RGB Percentages of Color #dd204d

%66.97
%9.70
%23.33

CMYK Percentages of Color #dd204d

%0
%86
%65
%13

Triadic Colors of #dd204d

#dd204d #4ddd20 #204ddd

Analogous Colors of #dd204d

#dd204d #dd5220 #dd20ac

Monochromatic Colors of #dd204d

#dd204d

Complementary Color

#dd204d #20ddb0

#dd204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd204d Color CSS Codes

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

#dd204d Text Font Color

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

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


#dd204d Background Color

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

This div background color is #dd204d


#dd204d Border Color

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

This div border color is #dd204d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd204d


Comments

No comments written yet.

Please login to write comment.