Color spaces of #d936dd
RGB | 217 | 54 | 221 |
---|---|---|---|
HSL | 0.83 | 0.71 | 0.54 |
HSV | 299° | 76° | 87° |
CMYK | 0.02 | 0.76 | 0.00 0.13 |
XYZ | 42.9856 | 22.6105 | 70.5053 |
Yxy | 22.6105 | 0.3158 | 0.1661 |
Hunter Lab | 47.5505 | 78.1504 | -54.6266 |
CIE-Lab | 54.6689 | 79.1869 | -51.1855 |
#d936dd color RGB value is (217,54,221).
#d936dd hex color red value is 217, green value is 54 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d936dd hue: 0.83 , saturation: 0.71 and the lightness value of d936dd is 0.54.
The process color (four color CMYK) of #d936dd color hex is 0.02, 0.76, 0.00, 0.13. Web safe color of #d936dd is #cc33cc. Color #d936dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00110110 | 11011101 |
Octal | 331 | 66 | 335 |
Decimal | 217 | 54 | 221 |
Hex | D9 | 36 | DD |
Shades of #d936dd
Tints of #d936dd
RGB Percentages of Color #d936dd
CMYK Percentages of Color #d936dd
Complementary Color
#d936dd | #3add36 |
#d936dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d936dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d936dd Color CSS Codes
.mybgcolor {background-color:#d936dd; } .myforecolor {color:#d936dd; } .mybordercolor {border:3px solid #d936dd; }
#d936dd Text Font Color
<p style="color:#d936dd">Text here</p>
This sample text font color is #d936dd
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.
#d936dd Background Color
<div style="background-color:#d936dd">
Div content here</div>
This div background color is #d936dd
#d936dd Border Color
<div style="border:3px solid #d936dd">
Div here</div>
This div border color is #d936dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,54,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d936dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d936dd; -webkit-box-shadow: 1px 1px 3px 2px #d936dd; box-shadow: 1px 1px 3px 2px #d936dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,54,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 #d936dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d936dd; -webkit-box-shadow: 1px 1px 3px 2px #d936dd; box-shadow: 1px 1px 3px 2px #d936dd;">
Div content here</div>
This div box has shadow with color #d936dd
Comments
No comments written yet.
Please login to write comment.