Color Hex Logo

#dd044d Color Hex

#DD044D
(221,4,77)
1 Favorites   0 Comments

Color spaces of #dd044d

RGB 221477
HSL0.940.960.44
HSV340°98°87°
CMYK 0.000.980.65   0.13
XYZ31.201815.99488.4640
Yxy15.99480.56060.2874
Hunter Lab39.993569.272015.4476
CIE-Lab46.967773.506623.2087

#dd044d color RGB value is (221,4,77).

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

The process color (four color CMYK) of #dd044d color hex is 0.00, 0.98, 0.65, 0.13. Web safe color of #dd044d is #cc0066. Color #dd044d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000100 01001101
Octal 335 4 115
Decimal 221 4 77
Hex DD 4 4D

RGB Percentages of Color #dd044d

%73.18
%1.32
%25.50

CMYK Percentages of Color #dd044d

%0
%98
%65
%13

Triadic Colors of #dd044d

#dd044d #4ddd04 #044ddd

Analogous Colors of #dd044d

#dd044d #dd2704 #dd04ba

Monochromatic Colors of #dd044d

#dd044d

Complementary Color

#dd044d #04dd94

#dd044d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd044d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd044d Color CSS Codes

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

#dd044d Text Font Color

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

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


#dd044d Background Color

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

This div background color is #dd044d


#dd044d Border Color

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

This div border color is #dd044d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,4,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 #dd044d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd044d

#dd044d Color Palettes


Comments

No comments written yet.

Please login to write comment.