Color Hex Logo

#dc215e Color Hex

#DC215E
(220,33,94)
0 Favorites   0 Comments

Color spaces of #dc215e

RGB 2203394
HSL0.950.740.50
HSV340°85°86°
CMYK 0.000.850.57   0.14
XYZ32.079417.111512.2018
Yxy17.11150.52250.2787
Hunter Lab41.366066.036311.4674
CIE-Lab48.400270.535814.6110

#dc215e color RGB value is (220,33,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100001 01011110
Octal 334 41 136
Decimal 220 33 94
Hex DC 21 5E

RGB Percentages of Color #dc215e

%63.40
%9.51
%27.09

CMYK Percentages of Color #dc215e

%0
%85
%57
%14

Triadic Colors of #dc215e

#dc215e #5edc21 #215edc

Analogous Colors of #dc215e

#dc215e #dc4221 #dc21bc

Monochromatic Colors of #dc215e

#dc215e

Complementary Color

#dc215e #21dc9f

#dc215e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc215e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc215e Color CSS Codes

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

#dc215e Text Font Color

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

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


#dc215e Background Color

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

This div background color is #dc215e


#dc215e Border Color

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

This div border color is #dc215e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc215e


Comments

No comments written yet.

Please login to write comment.