Color spaces of #d13ddd
RGB | 209 | 61 | 221 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.55 |
HSV | 296° | 72° | 87° |
CMYK | 0.05 | 0.72 | 0.00 0.13 |
XYZ | 41.0144 | 22.1133 | 70.5132 |
Yxy | 22.1133 | 0.3069 | 0.1655 |
Hunter Lab | 47.0248 | 73.3920 | -55.9874 |
CIE-Lab | 54.1470 | 75.4776 | -52.0917 |
#d13ddd color RGB value is (209,61,221).
#d13ddd hex color red value is 209, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d13ddd hue: 0.82 , saturation: 0.70 and the lightness value of d13ddd is 0.55.
The process color (four color CMYK) of #d13ddd color hex is 0.05, 0.72, 0.00, 0.13. Web safe color of #d13ddd is #cc33cc. Color #d13ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00111101 | 11011101 |
Octal | 321 | 75 | 335 |
Decimal | 209 | 61 | 221 |
Hex | D1 | 3D | DD |
Shades of #d13ddd
Tints of #d13ddd
RGB Percentages of Color #d13ddd
CMYK Percentages of Color #d13ddd
Complementary Color
#d13ddd | #49dd3d |
#d13ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d13ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d13ddd Color CSS Codes
.mybgcolor {background-color:#d13ddd; } .myforecolor {color:#d13ddd; } .mybordercolor {border:3px solid #d13ddd; }
#d13ddd Text Font Color
<p style="color:#d13ddd">Text here</p>
This sample text font color is #d13ddd
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.
#d13ddd Background Color
<div style="background-color:#d13ddd">
Div content here</div>
This div background color is #d13ddd
#d13ddd Border Color
<div style="border:3px solid #d13ddd">
Div here</div>
This div border color is #d13ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,61,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d13ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d13ddd; -webkit-box-shadow: 1px 1px 3px 2px #d13ddd; box-shadow: 1px 1px 3px 2px #d13ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,61,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 #d13ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d13ddd; -webkit-box-shadow: 1px 1px 3px 2px #d13ddd; box-shadow: 1px 1px 3px 2px #d13ddd;">
Div content here</div>
This div box has shadow with color #d13ddd
Comments
No comments written yet.
Please login to write comment.