Color Hex Logo

#d0216d Color Hex

#D0216D
(208,33,109)
0 Favorites   0 Comments

Color spaces of #d0216d

RGB 20833109
HSL0.930.730.47
HSV334°84°82°
CMYK 0.000.840.48   0.18
XYZ29.316615.601715.9343
Yxy15.60170.48180.2564
Hunter Lab39.499063.36153.7311
CIE-Lab46.447568.65712.2729

#d0216d color RGB value is (208,33,109).

#d0216d hex color red value is 208, green value is 33 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d0216d hue: 0.93 , saturation: 0.73 and the lightness value of d0216d is 0.47.

The process color (four color CMYK) of #d0216d color hex is 0.00, 0.84, 0.48, 0.18. Web safe color of #d0216d is #cc3366. Color #d0216d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100001 01101101
Octal 320 41 155
Decimal 208 33 109
Hex D0 21 6D

RGB Percentages of Color #d0216d

%59.43
%9.43
%31.14

CMYK Percentages of Color #d0216d

%0
%84
%48
%18

Triadic Colors of #d0216d

#d0216d #6dd021 #216dd0

Analogous Colors of #d0216d

#d0216d #d02d21 #d021c5

Monochromatic Colors of #d0216d

#d0216d

Complementary Color

#d0216d #21d084

#d0216d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0216d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0216d Color CSS Codes

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

#d0216d Text Font Color

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

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


#d0216d Background Color

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

This div background color is #d0216d


#d0216d Border Color

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

This div border color is #d0216d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0216d


Comments

No comments written yet.

Please login to write comment.