Color Hex Logo

#dc214d Color Hex

#DC214D
(220,33,77)
0 Favorites   0 Comments

Color spaces of #dc214d

RGB 2203377
HSL0.960.740.50
HSV346°85°86°
CMYK 0.000.850.65   0.14
XYZ31.398616.83928.6166
Yxy16.83920.55230.2962
Hunter Lab41.035664.767916.2753
CIE-Lab48.056869.535824.5766

#dc214d color RGB value is (220,33,77).

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

The process color (four color CMYK) of #dc214d color hex is 0.00, 0.85, 0.65, 0.14. Web safe color of #dc214d is #cc3366. Color #dc214d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100001 01001101
Octal 334 41 115
Decimal 220 33 77
Hex DC 21 4D

RGB Percentages of Color #dc214d

%66.67
%10.00
%23.33

CMYK Percentages of Color #dc214d

%0
%85
%65
%14

Triadic Colors of #dc214d

#dc214d #4ddc21 #214ddc

Analogous Colors of #dc214d

#dc214d #dc5321 #dc21ab

Monochromatic Colors of #dc214d

#dc214d

Complementary Color

#dc214d #21dcb0

#dc214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc214d Color CSS Codes

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

#dc214d Text Font Color

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

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


#dc214d Background Color

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

This div background color is #dc214d


#dc214d Border Color

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

This div border color is #dc214d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc214d


Comments

No comments written yet.

Please login to write comment.