Color Hex Logo

#dd2472 Color Hex

#DD2472
(221,36,114)
0 Favorites   0 Comments

Color spaces of #dd2472

RGB 22136114
HSL0.930.730.50
HSV335°84°87°
CMYK 0.000.840.48   0.13
XYZ33.486917.848817.5998
Yxy17.84880.48580.2589
Hunter Lab42.247867.55074.8742
CIE-Lab49.312271.62353.6609

#dd2472 color RGB value is (221,36,114).

#dd2472 hex color red value is 221, green value is 36 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dd2472 hue: 0.93 , saturation: 0.73 and the lightness value of dd2472 is 0.50.

The process color (four color CMYK) of #dd2472 color hex is 0.00, 0.84, 0.48, 0.13. Web safe color of #dd2472 is #cc3366. Color #dd2472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 01110010
Octal 335 44 162
Decimal 221 36 114
Hex DD 24 72

RGB Percentages of Color #dd2472

%59.57
%9.70
%30.73

CMYK Percentages of Color #dd2472

%0
%84
%48
%13

Triadic Colors of #dd2472

#dd2472 #72dd24 #2472dd

Analogous Colors of #dd2472

#dd2472 #dd3324 #dd24cf

Monochromatic Colors of #dd2472

#dd2472

Complementary Color

#dd2472 #24dd8f

#dd2472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2472 Color CSS Codes

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

#dd2472 Text Font Color

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

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


#dd2472 Background Color

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

This div background color is #dd2472


#dd2472 Border Color

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

This div border color is #dd2472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2472


Comments

No comments written yet.

Please login to write comment.