Color Hex Logo

#dc616b Color Hex

#DC616B
(220,97,107)
0 Favorites   0 Comments

Color spaces of #dc616b

RGB 22097107
HSL0.990.640.62
HSV355°56°86°
CMYK 0.000.560.51   0.14
XYZ36.443724.826616.7811
Yxy24.82660.46690.3181
Hunter Lab49.826343.361514.9100
CIE-Lab56.906148.993318.4700

#dc616b color RGB value is (220,97,107).

#dc616b hex color red value is 220, green value is 97 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dc616b hue: 0.99 , saturation: 0.64 and the lightness value of dc616b is 0.62.

The process color (four color CMYK) of #dc616b color hex is 0.00, 0.56, 0.51, 0.14. Web safe color of #dc616b is #cc6666. Color #dc616b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100001 01101011
Octal 334 141 153
Decimal 220 97 107
Hex DC 61 6B

RGB Percentages of Color #dc616b

%51.89
%22.88
%25.24

CMYK Percentages of Color #dc616b

%0
%56
%51
%14

Triadic Colors of #dc616b

#dc616b #6bdc61 #616bdc

Analogous Colors of #dc616b

#dc616b #dc9561 #dc61a9

Monochromatic Colors of #dc616b

#dc616b

Complementary Color

#dc616b #61dcd2

#dc616b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc616b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc616b Color CSS Codes

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

#dc616b Text Font Color

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

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


#dc616b Background Color

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

This div background color is #dc616b


#dc616b Border Color

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

This div border color is #dc616b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,97,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc616b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc616b;
  -webkit-box-shadow: 1px 1px 3px 2px #dc616b;
  box-shadow:         1px 1px 3px 2px #dc616b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,97,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc616b


Comments

No comments written yet.

Please login to write comment.