Color spaces of #dd4ccf
RGB | 221 | 76 | 207 |
---|---|---|---|
HSL | 0.85 | 0.68 | 0.58 |
HSV | 306° | 66° | 87° |
CMYK | 0.00 | 0.66 | 0.06 0.13 |
XYZ | 43.6657 | 25.0460 | 61.5644 |
Yxy | 25.0460 | 0.3352 | 0.1923 |
Hunter Lab | 50.0460 | 68.1629 | -37.9038 |
CIE-Lab | 57.1202 | 70.6342 | -39.3120 |
#dd4ccf color RGB value is (221,76,207).
#dd4ccf hex color red value is 221, green value is 76 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd4ccf hue: 0.85 , saturation: 0.68 and the lightness value of dd4ccf is 0.58.
The process color (four color CMYK) of #dd4ccf color hex is 0.00, 0.66, 0.06, 0.13. Web safe color of #dd4ccf is #cc33cc. Color #dd4ccf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01001100 | 11001111 |
Octal | 335 | 114 | 317 |
Decimal | 221 | 76 | 207 |
Hex | DD | 4C | CF |
Shades of #dd4ccf
Tints of #dd4ccf
RGB Percentages of Color #dd4ccf
CMYK Percentages of Color #dd4ccf
Complementary Color
#dd4ccf | #4cdd5a |
#dd4ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd4ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd4ccf Color CSS Codes
.mybgcolor {background-color:#dd4ccf; } .myforecolor {color:#dd4ccf; } .mybordercolor {border:3px solid #dd4ccf; }
#dd4ccf Text Font Color
<p style="color:#dd4ccf">Text here</p>
This sample text font color is #dd4ccf
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.
#dd4ccf Background Color
<div style="background-color:#dd4ccf">
Div content here</div>
This div background color is #dd4ccf
#dd4ccf Border Color
<div style="border:3px solid #dd4ccf">
Div here</div>
This div border color is #dd4ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,76,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd4ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd4ccf; -webkit-box-shadow: 1px 1px 3px 2px #dd4ccf; box-shadow: 1px 1px 3px 2px #dd4ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,76,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 #dd4ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd4ccf; -webkit-box-shadow: 1px 1px 3px 2px #dd4ccf; box-shadow: 1px 1px 3px 2px #dd4ccf;">
Div content here</div>
This div box has shadow with color #dd4ccf
Comments
No comments written yet.
Please login to write comment.