color codes Logo

#d937cd color codes

#D937CD
(217,55,205)
0 Favorites   0 Comments

Color spaces of #d937cd

RGB 21755205
HSL0.850.680.53
HSV304°75°85°
CMYK 0.000.750.06   0.15
XYZ41.000921.891959.8222
Yxy21.89190.33410.1784
Hunter Lab46.788874.5388-43.0536
CIE-Lab53.912176.4486-43.2682

#d937cd color RGB value is (217,55,205).

#d937cd hex color red value is 217, green value is 55 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d937cd hue: 0.85 , saturation: 0.68 and the lightness value of d937cd is 0.53.

The process color (four color CMYK) of #d937cd color code is 0.00, 0.75, 0.06, 0.15. Web safe color of #d937cd is #cc33cc. Color #d937cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110111 11001101
Octal 331 67 315
Decimal 217 55 205
Hex D9 37 CD

RGB Percentages of Color #d937cd

%45.49
%11.53
%42.98

CMYK Percentages of Color #d937cd

%0
%75
%6
%15

Triadic Colors of #d937cd

#d937cd #cdd937 #37cdd9

Analogous Colors of #d937cd

#d937cd #d9377c #9437d9

Monochromatic Colors of #d937cd

#d937cd

Complementary Color

#d937cd #37d943

#d937cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d937cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d937cd Color CSS Codes

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

#d937cd Text Font Color

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

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


#d937cd Background Color

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

This div background color is #d937cd


#d937cd Border Color

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

This div border color is #d937cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,55,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d937cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d937cd;
  -webkit-box-shadow: 1px 1px 3px 2px #d937cd;
  box-shadow:         1px 1px 3px 2px #d937cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,55,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d937cd


Comments

No comments written yet.

Please login to write comment.