Color spaces of #dd259b
RGB | 221 | 37 | 155 |
---|---|---|---|
HSL | 0.89 | 0.73 | 0.51 |
HSV | 322° | 83° | 87° |
CMYK | 0.00 | 0.83 | 0.30 0.13 |
XYZ | 36.3968 | 19.0618 | 32.7713 |
Yxy | 19.0618 | 0.4125 | 0.2160 |
Hunter Lab | 43.6598 | 72.4010 | -13.9415 |
CIE-Lab | 50.7594 | 75.3316 | -18.9293 |
#dd259b color RGB value is (221,37,155).
#dd259b hex color red value is 221, green value is 37 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dd259b hue: 0.89 , saturation: 0.73 and the lightness value of dd259b is 0.51.
The process color (four color CMYK) of #dd259b color hex is 0.00, 0.83, 0.30, 0.13. Web safe color of #dd259b is #cc3399. Color #dd259b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00100101 | 10011011 |
Octal | 335 | 45 | 233 |
Decimal | 221 | 37 | 155 |
Hex | DD | 25 | 9B |
Shades of #dd259b
Tints of #dd259b
RGB Percentages of Color #dd259b
CMYK Percentages of Color #dd259b
Complementary Color
#dd259b | #25dd67 |
#dd259b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd259b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd259b Color CSS Codes
.mybgcolor {background-color:#dd259b; } .myforecolor {color:#dd259b; } .mybordercolor {border:3px solid #dd259b; }
#dd259b Text Font Color
<p style="color:#dd259b">Text here</p>
This sample text font color is #dd259b
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.
#dd259b Background Color
<div style="background-color:#dd259b">
Div content here</div>
This div background color is #dd259b
#dd259b Border Color
<div style="border:3px solid #dd259b">
Div here</div>
This div border color is #dd259b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,37,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd259b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd259b; -webkit-box-shadow: 1px 1px 3px 2px #dd259b; box-shadow: 1px 1px 3px 2px #dd259b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,37,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd259b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd259b; -webkit-box-shadow: 1px 1px 3px 2px #dd259b; box-shadow: 1px 1px 3px 2px #dd259b;">
Div content here</div>
This div box has shadow with color #dd259b
Comments
No comments written yet.
Please login to write comment.