rgb(219, 51, 79)
- In a RGB color space, hex #db334f color is composed of 86% red, 20% green, and 31% blue.
- In a CMYK color space, it is consist of 0% cyan, 77% magenta, 64% yellow and 14% black.
- In web design, the web safe color for #db334f is #CC0033. The complementary color of #db334f is #33dbbf.
#db334f Color Conversion
Hex Color #db334f RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #db334f
-
#db334f
#db334f
-
#33dbbf
#33dbbf
-
#ed9aa8
#ed9aa8
-
#9aeddf
#9aeddf
-
#a4263b
#a4263b
-
#26a48f
#26a48f
-
#b1737e
#b1737e
-
#73b1a7
#73b1a7
Two colors (#db334f,#33dbbf) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#db334f
#db334f
-
#ed9aa8
#ed9aa8
-
#6d1a28
#6d1a28
-
#f5ccd3
#f5ccd3
-
#a4263b
#a4263b
-
#b1737e
#b1737e
-
#51131e
#51131e
-
#b7999e
#b7999e
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #db334f
-
#db334f
#db334f
-
#C52E47
#C52E47
-
#AF293F
#AF293F
-
#992437
#992437
-
#831F2F
#831F2F
-
#6E1A28
#6E1A28
-
#581420
#581420
-
#420F18
#420F18
-
#2C0A10
#2C0A10
-
#160508
#160508
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#db334f
#db334f
-
#DF4761
#DF4761
-
#E25C72
#E25C72
-
#E67084
#E67084
-
#E98595
#E98595
-
#ED99A7
#ED99A7
-
#F1ADB9
#F1ADB9
-
#F4C2CA
#F4C2CA
-
#F8D6DC
#F8D6DC
-
#FBEBED
#FBEBED
-
#FEF9FA
#FEF9FA
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#db334f Color Preview on Black Background
#db334f Color Preview on White Background
<span style="color:#db334f;">Text here</span>
#db334f Background Color
#db334f Background Color
<p style="background-color:#db334f;">Text here</p>
#db334f Border Color
<div style="border:1px solid #db334f;">Text here</div>
<style>.text {color:#db334f;}
.background {background-color:#db334f;}
.border {border:1px solid #db334f;}</style>