Color: #DA3344
#DA3344 Color Information
#DA3344 is a dark color. The closest websafe version is #DA3344. A complement of this color would be #34DAC9, perceived brightness is 0.40, and the grayscale version is #878787.
In the HSL color space, this color has a hue angle of 354°,a saturation of 69%, and a lightness of 53%.The HSV representation shows a hue of 354°, a saturation of 77%, and a value of 85%.
In a RGB color space, #DA3344 is composed of 85% red, 20% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 69% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 18.32, x: 0.5791, and y: 0.3247.
Color Code #DA3344
Shades of Color #DA3344
Shades are created by darkening the original color #DA3344 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #DA3344
Tints are created by lightening the original color #DA3344 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #DA3344 Color Code
In the HSL color space, this color has a hue angle of 354°, a saturation of 69%, and a lightness of 53%. The HSV representation shows a hue of 354°, a saturation of 77%, and a value of 85%.
- HEX: #DA3344
- RGB: rgb(218, 51, 68)
- HSL: hsl(354, 69%, 53%)
- HSV: hsv(354, 77%, 85%)
- CMYK: 0.00% cyan, 77.00% magenta, 69.00% yellow, 15.00% black
- XYZ: 32.68, 18.32, 5.43
- Yxy: 18.32, 0.5791, 0.3247
- Hunter Lab: 49.89, 64.60, 32.87
- CIE-Lab: 49.89, 64.60, 32.87
In the XYZ color space, this color is represented as X: 32.68, Y: 18.32, Z: 5.43. The Yxy representation further refines this as Y: 18.32, x: 0.5791, and y: 0.3247.
In the Hunter Lab color space, this color is represented as L: 49.89, a: 64.60, and b: 32.87. Similarly, in the CIE-Lab color space, it is represented as L: 49.89, a: 64.60, and b: 32.87.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #DA3344
Triadic colors are three colors evenly spaced around the color wheel, including #DA3344. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DA3344
Split complementary colors are two colors adjacent to the complementary color of #DA3344. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DA3344
Monochromatic colors are variations of #DA3344, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DA3344
The complementary color of #DA3344 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #DA3344
/* Using HEX */ body { background-color: #da3344; }
/* Using RGB */ body { background-color: rgb(218, 51, 68); }
/* Using RGB with opacity */ body { background-color: rgba(218, 51, 68, 0.5); }
/* Using HSL */ body { background-color: hsl(354, 69%, 53%); }
/* Text color */ p { color: #da3344; }
/* Box shadow */ div { box-shadow: 4px 4px #da3344; }
/* Border color */ .box { border: 4px solid #da3344; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #da3344; }
/* Background with text */ div { background: #da3344; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DA3344
<!-- Using HEX --> <div style="background-color: #da3344; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 51, 68); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 51, 68, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(354, 69%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #da3344;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #da3344; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #da3344; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #da3344;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #da3344; color: #fff; padding: 16px; border-radius: 8px;"> #DA3344 </div>
Related Colors of #DA3344
These colors are similar to #DA3344, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.