Color Hex Logo

#dd315f Color Hex

#DD315F
(221,49,95)
0 Favorites   0 Comments

Color spaces of #dd315f

RGB 2214995
HSL0.960.720.53
HSV344°78°87°
CMYK 0.000.780.57   0.13
XYZ32.982718.395012.6387
Yxy18.39500.51520.2873
Hunter Lab42.889462.213212.5509
CIE-Lab49.971766.999316.1831

#dd315f color RGB value is (221,49,95).

#dd315f hex color red value is 221, green value is 49 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dd315f hue: 0.96 , saturation: 0.72 and the lightness value of dd315f is 0.53.

The process color (four color CMYK) of #dd315f color hex is 0.00, 0.78, 0.57, 0.13. Web safe color of #dd315f is #cc3366. Color #dd315f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110001 01011111
Octal 335 61 137
Decimal 221 49 95
Hex DD 31 5F

RGB Percentages of Color #dd315f

%60.55
%13.42
%26.03

CMYK Percentages of Color #dd315f

%0
%78
%57
%13

Triadic Colors of #dd315f

#dd315f #5fdd31 #315fdd

Analogous Colors of #dd315f

#dd315f #dd5931 #dd31b5

Monochromatic Colors of #dd315f

#dd315f

Complementary Color

#dd315f #31ddaf

#dd315f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd315f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd315f Color CSS Codes

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

#dd315f Text Font Color

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

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


#dd315f Background Color

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

This div background color is #dd315f


#dd315f Border Color

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

This div border color is #dd315f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd315f


Comments

No comments written yet.

Please login to write comment.