Color Hex Logo

#d221d1 Color Hex

#D221D1
(210,33,209)
0 Favorites   0 Comments

Color spaces of #d221d1

RGB 21033209
HSL0.830.730.48
HSV300°84°82°
CMYK 0.000.840.00   0.18
XYZ38.630819.392862.0287
Yxy19.39280.32180.1615
Hunter Lab44.037379.5203-52.6869
CIE-Lab51.143680.9572-50.0312

#d221d1 color RGB value is (210,33,209).

#d221d1 hex color red value is 210, green value is 33 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #d221d1 hue: 0.83 , saturation: 0.73 and the lightness value of d221d1 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100001 11010001
Octal 322 41 321
Decimal 210 33 209
Hex D2 21 D1

RGB Percentages of Color #d221d1

%46.46
%7.30
%46.24

CMYK Percentages of Color #d221d1

%0
%84
%0
%18

Triadic Colors of #d221d1

#d221d1 #d1d221 #21d1d2

Analogous Colors of #d221d1

#d221d1 #d22179 #7b21d2

Monochromatic Colors of #d221d1

#d221d1

Complementary Color

#d221d1 #21d222

#d221d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d221d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d221d1 Color CSS Codes

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

#d221d1 Text Font Color

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

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


#d221d1 Background Color

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

This div background color is #d221d1


#d221d1 Border Color

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

This div border color is #d221d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d221d1


Comments

No comments written yet.

Please login to write comment.