Color spaces of #dd335d
RGB | 221 | 51 | 93 |
---|---|---|---|
HSL | 0.96 | 0.71 | 0.53 |
HSV | 345° | 77° | 87° |
CMYK | 0.00 | 0.77 | 0.58 0.13 |
XYZ | 32.9784 | 18.5301 | 12.1944 |
Yxy | 18.5301 | 0.5177 | 0.2909 |
Hunter Lab | 43.0466 | 61.4189 | 13.3367 |
CIE-Lab | 50.1329 | 66.2896 | 17.6178 |
#dd335d color RGB value is (221,51,93).
#dd335d hex color red value is 221, green value is 51 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dd335d hue: 0.96 , saturation: 0.71 and the lightness value of dd335d is 0.53.
The process color (four color CMYK) of #dd335d color hex is 0.00, 0.77, 0.58, 0.13. Web safe color of #dd335d is #cc3366. Color #dd335d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00110011 | 01011101 |
Octal | 335 | 63 | 135 |
Decimal | 221 | 51 | 93 |
Hex | DD | 33 | 5D |
Shades of #dd335d
Tints of #dd335d
RGB Percentages of Color #dd335d
CMYK Percentages of Color #dd335d
Complementary Color
#dd335d | #33ddb3 |
#dd335d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd335d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd335d Color CSS Codes
.mybgcolor {background-color:#dd335d; } .myforecolor {color:#dd335d; } .mybordercolor {border:3px solid #dd335d; }
#dd335d Text Font Color
<p style="color:#dd335d">Text here</p>
This sample text font color is #dd335d
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.
#dd335d Background Color
<div style="background-color:#dd335d">
Div content here</div>
This div background color is #dd335d
#dd335d Border Color
<div style="border:3px solid #dd335d">
Div here</div>
This div border color is #dd335d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,51,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd335d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd335d; -webkit-box-shadow: 1px 1px 3px 2px #dd335d; box-shadow: 1px 1px 3px 2px #dd335d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,51,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd335d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd335d; -webkit-box-shadow: 1px 1px 3px 2px #dd335d; box-shadow: 1px 1px 3px 2px #dd335d;">
Div content here</div>
This div box has shadow with color #dd335d
Comments
No comments written yet.
Please login to write comment.