Color spaces of #dd75cf
RGB | 221 | 117 | 207 |
---|---|---|---|
HSL | 0.86 | 0.60 | 0.66 |
HSV | 308° | 47° | 87° |
CMYK | 0.00 | 0.47 | 0.06 0.13 |
XYZ | 47.4426 | 32.5997 | 62.8234 |
Yxy | 32.5997 | 0.3321 | 0.2282 |
Hunter Lab | 57.0961 | 48.4018 | -25.2700 |
CIE-Lab | 63.8355 | 52.5066 | -28.8538 |
#dd75cf color RGB value is (221,117,207).
#dd75cf hex color red value is 221, green value is 117 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd75cf hue: 0.86 , saturation: 0.60 and the lightness value of dd75cf is 0.66.
The process color (four color CMYK) of #dd75cf color hex is 0.00, 0.47, 0.06, 0.13. Web safe color of #dd75cf is #cc66cc. Color #dd75cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01110101 | 11001111 |
Octal | 335 | 165 | 317 |
Decimal | 221 | 117 | 207 |
Hex | DD | 75 | CF |
Shades of #dd75cf
Tints of #dd75cf
RGB Percentages of Color #dd75cf
CMYK Percentages of Color #dd75cf
Complementary Color
#dd75cf | #75dd83 |
#dd75cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd75cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd75cf Color CSS Codes
.mybgcolor {background-color:#dd75cf; } .myforecolor {color:#dd75cf; } .mybordercolor {border:3px solid #dd75cf; }
#dd75cf Text Font Color
<p style="color:#dd75cf">Text here</p>
This sample text font color is #dd75cf
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.
#dd75cf Background Color
<div style="background-color:#dd75cf">
Div content here</div>
This div background color is #dd75cf
#dd75cf Border Color
<div style="border:3px solid #dd75cf">
Div here</div>
This div border color is #dd75cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,117,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd75cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd75cf; -webkit-box-shadow: 1px 1px 3px 2px #dd75cf; box-shadow: 1px 1px 3px 2px #dd75cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,117,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd75cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd75cf; -webkit-box-shadow: 1px 1px 3px 2px #dd75cf; box-shadow: 1px 1px 3px 2px #dd75cf;">
Div content here</div>
This div box has shadow with color #dd75cf
Comments
No comments written yet.
Please login to write comment.