Color Hex Logo

#d816cd Color Hex

#D816CD
(216,22,205)
0 Favorites   0 Comments

Color spaces of #d816cd

RGB 21622205
HSL0.840.820.47
HSV303°90°85°
CMYK 0.000.900.05   0.15
XYZ39.625319.580559.4485
Yxy19.58050.33400.1650
Hunter Lab44.249982.4077-48.6796
CIE-Lab51.359683.1778-47.3274

#d816cd color RGB value is (216,22,205).

#d816cd hex color red value is 216, green value is 22 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d816cd hue: 0.84 , saturation: 0.82 and the lightness value of d816cd is 0.47.

The process color (four color CMYK) of #d816cd color hex is 0.00, 0.90, 0.05, 0.15. Web safe color of #d816cd is #cc00cc. Color #d816cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010110 11001101
Octal 330 26 315
Decimal 216 22 205
Hex D8 16 CD

RGB Percentages of Color #d816cd

%48.76
%4.97
%46.28

CMYK Percentages of Color #d816cd

%0
%90
%5
%15

Triadic Colors of #d816cd

#d816cd #cdd816 #16cdd8

Analogous Colors of #d816cd

#d816cd #d8166c #8216d8

Monochromatic Colors of #d816cd

#d816cd

Complementary Color

#d816cd #16d821

#d816cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d816cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d816cd Color CSS Codes

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

#d816cd Text Font Color

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

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


#d816cd Background Color

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

This div background color is #d816cd


#d816cd Border Color

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

This div border color is #d816cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d816cd


Comments

No comments written yet.

Please login to write comment.