Color Hex Logo

#d22ddd Color Hex

#D22DDD
(210,45,221)
0 Favorites   0 Comments

Color spaces of #d22ddd

RGB 21045221
HSL0.820.720.52
HSV296°80°87°
CMYK 0.050.800.00   0.13
XYZ40.567920.798970.2830
Yxy20.79890.30820.1580
Hunter Lab45.605878.9716-59.4476
CIE-Lab52.728780.2149-54.3485

#d22ddd color RGB value is (210,45,221).

#d22ddd hex color red value is 210, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d22ddd hue: 0.82 , saturation: 0.72 and the lightness value of d22ddd is 0.52.

The process color (four color CMYK) of #d22ddd color hex is 0.05, 0.80, 0.00, 0.13. Web safe color of #d22ddd is #cc33cc. Color #d22ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101101 11011101
Octal 322 55 335
Decimal 210 45 221
Hex D2 2D DD

RGB Percentages of Color #d22ddd

%44.12
%9.45
%46.43

CMYK Percentages of Color #d22ddd

%5
%80
%0
%13

Triadic Colors of #d22ddd

#d22ddd #ddd22d #2dddd2

Analogous Colors of #d22ddd

#d22ddd #dd2d90 #7a2ddd

Monochromatic Colors of #d22ddd

#d22ddd

Complementary Color

#d22ddd #38dd2d

#d22ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d22ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d22ddd Color CSS Codes

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

#d22ddd Text Font Color

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

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


#d22ddd Background Color

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

This div background color is #d22ddd


#d22ddd Border Color

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

This div border color is #d22ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d22ddd


Comments

No comments written yet.

Please login to write comment.