Color Hex Logo

#d221b2 Color Hex

#D221B2
(210,33,178)
0 Favorites   0 Comments

Color spaces of #d221b2

RGB 21033178
HSL0.860.730.48
HSV311°84°82°
CMYK 0.000.840.15   0.18
XYZ35.158118.003743.7415
Yxy18.00370.36280.1858
Hunter Lab42.430873.6511-31.4200
CIE-Lab49.500676.5910-34.6413

#d221b2 color RGB value is (210,33,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100001 10110010
Octal 322 41 262
Decimal 210 33 178
Hex D2 21 B2

RGB Percentages of Color #d221b2

%49.88
%7.84
%42.28

CMYK Percentages of Color #d221b2

%0
%84
%15
%18

Triadic Colors of #d221b2

#d221b2 #b2d221 #21b2d2

Analogous Colors of #d221b2

#d221b2 #d22159 #9a21d2

Monochromatic Colors of #d221b2

#d221b2

Complementary Color

#d221b2 #21d241

#d221b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d221b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d221b2 Color CSS Codes

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

#d221b2 Text Font Color

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

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


#d221b2 Background Color

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

This div background color is #d221b2


#d221b2 Border Color

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

This div border color is #d221b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d221b2


Comments

No comments written yet.

Please login to write comment.